Payment Class

An invoice payment.

Constructor

Payment(*args: Any, **kwargs: Any)

Variables

Name Description
amount

The paid amount.

date

The date when the payment was made.

payment_method_id
str

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

payment_method_family

The family of payment method. Known values are: "Other", "None", "CreditCard", "Credits", "CheckWire", "EWallet", "TaskOrder", and "DirectDebit".

payment_method_type
str

The type of payment method.

payment_type
str

The type of payment.

Attributes

amount

The paid amount.

amount: _models.PaymentAmount | None

date

The date when the payment was made.

date: datetime | None

payment_method_family

"Other", "None", "CreditCard", "Credits", "CheckWire", "EWallet", "TaskOrder", and "DirectDebit".

payment_method_family: str | _models.PaymentMethodFamily | None

payment_method_id

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

payment_method_id: str | None

payment_method_type

The type of payment method.

payment_method_type: str | None

payment_type

The type of payment.

payment_type: str | None