RefundTransactionDetails interface
The refund details of a transaction.
Properties
amount |
The amount refunded. |
amount |
The amount of refund requested. |
refund |
The ID of refund operation. |
Property Details
amountRefunded
The amount refunded.
amountRefunded?: RefundTransactionDetailsAmountRefunded
Property Value
amountRequested
The amount of refund requested.
amountRequested?: RefundTransactionDetailsAmountRequested
Property Value
refundOperationId
The ID of refund operation.
refundOperationId?: string
Property Value
string