PaymentOnAccount Class
A Payment on Account.
Constructor
PaymentOnAccount(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
amount
|
Payment on Account amount. |
|
billing_profile_id
|
The ID of the billing profile for the payments on account. |
|
billing_profile_display_name
|
The name of the billing profile for the payments on account. |
|
invoice_id
|
The ID of the invoice for which the payments on account was generated. |
|
invoice_name
|
The name of the invoice for the payments on account. |
|
date
|
The date of the payments on account. |
|
payment_method_type
|
Payment on Account type. Known values are: "Other", "None", "CreditCard", "Credits", "CheckWire", "EWallet", "TaskOrder", and "DirectDebit". |
Attributes
amount
Payment on Account amount.
amount: _models.PaymentOnAccountAmount | None
billing_profile_display_name
The name of the billing profile for the payments on account.
billing_profile_display_name: str | None
billing_profile_id
The ID of the billing profile for the payments on account.
billing_profile_id: str | None
date
The date of the payments on account.
date: datetime | None
invoice_id
The ID of the invoice for which the payments on account was generated.
invoice_id: str | None
invoice_name
The name of the invoice for the payments on account.
invoice_name: str | None
payment_method_type
"Other", "None", "CreditCard", "Credits", "CheckWire", "EWallet", "TaskOrder", and "DirectDebit".
payment_method_type: str | _models.PaymentMethodFamily | None