Payment interface

An invoice payment.

Properties

amount

The paid amount.

date

The date when the payment was made.

paymentMethodFamily

The family of payment method.

paymentMethodId

The ID that uniquely identifies the payment method used for the invoice.

paymentMethodType

The type of payment method.

paymentType

The type of payment.

Property Details

amount

The paid amount.

amount?: PaymentAmount

Property Value

date

The date when the payment was made.

date?: Date

Property Value

Date

paymentMethodFamily

The family of payment method.

paymentMethodFamily?: string

Property Value

string

paymentMethodId

The ID that uniquely identifies the payment method used for the invoice.

paymentMethodId?: string

Property Value

string

paymentMethodType

The type of payment method.

paymentMethodType?: string

Property Value

string

paymentType

The type of payment.

paymentType?: string

Property Value

string