Payment Class
An invoice payment.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing._serialization.ModelPayment
Constructor
Payment(*, amount: _models.PaymentAmount | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
amount
|
The paid amount. |
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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python