PaymentProperties Class
The properties of a payment.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
PaymentProperties(*, payment_method_family: str | _models.PaymentMethodFamily | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
payment_method_family
|
The family of payment method. Known values are: "Credits", "CheckWire", "CreditCard", and "None". |
Variables
Name | Description |
---|---|
payment_type
|
The type of payment. |
amount
|
The paid amount. |
date
|
The date when the payment was made. |
payment_method_family
|
The family of payment method. Known values are: "Credits", "CheckWire", "CreditCard", and "None". |
payment_method_type
|
The type of payment method. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python