Payment Class
An invoice payment.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
Payment(*, amount: _models.PaymentAmount | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
amount
|
The paid amount. Default value: None
|
Variables
| Name | Description |
|---|---|
|
amount
|
The paid amount. |
|
date
|
The date when the payment was made. |
|
payment_method_id
|
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
|
The type of payment method. |
|
payment_type
|
The type of payment. |