Type alias RecordPaymentRequestBody

RecordPaymentRequestBody: {
    amount: number;
    currencyCode: string;
    notes?: string;
    paymentDate: string;
    referenceNumber?: string;
}

Type declaration

  • amount: number

    The ID of the invoice to record the payment for

  • currencyCode: string

    The ISO 4217 currency code of the payment

  • Optional notes?: string

    The payment method used

  • paymentDate: string

    The date of the payment

  • Optional referenceNumber?: string

    The reference number for the payment