PaymentOnAccount Class
A Payment on Account.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing._serialization.ModelPaymentOnAccount
Constructor
PaymentOnAccount(*, amount: _models.PaymentOnAccountAmount | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
amount
|
Payment on Account amount. |
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". |
Azure SDK for Python