Payment: {
amount: number;
createdAt: string;
currencyCode: string;
id: string;
invoice?: Record<string, any>;
notes?: string;
paymentDate: string;
referenceNumber?: string;
}
Type declaration
-
amount: number
-
createdAt: string
-
currencyCode: string
-
id: string
-
Optional invoice?: Record<string, any>
-
Optional notes?: string
-
paymentDate: string
-
Optional referenceNumber?: string