TransactionPropertiesRefundTransactionDetails Class
The refund details of a transaction.
Constructor
TransactionPropertiesRefundTransactionDetails(*, amount_requested: _models.RefundTransactionDetailsAmountRequested | None = None, amount_refunded: _models.RefundTransactionDetailsAmountRefunded | None = None, refund_operation_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
amount_requested
|
The amount of refund requested. |
amount_refunded
|
The amount refunded. |
refund_operation_id
|
The ID of refund operation. |
Variables
Name | Description |
---|---|
amount_requested
|
The amount of refund requested. |
amount_refunded
|
The amount refunded. |
refund_operation_id
|
The ID of refund operation. |
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