RefundDetailsSummary interface
The details of refund request.
Properties
| amount |
The amount refunded. |
| amount |
The amount of refund requested. |
| approved |
Date when the refund was approved. |
| completed |
Date when the refund was completed. |
| rebill |
The invoice ID of the rebill invoice for a refund. |
| refund |
The ID of refund operation. |
| refund |
The reason for refund. |
| refund |
The status of refund request. |
| requested |
Date when the refund was requested. |
| transaction |
The number of transactions refunded. |
Property Details
amountRefunded
The amount refunded.
amountRefunded?: RefundDetailsSummaryAmountRefunded
Property Value
amountRequested
The amount of refund requested.
amountRequested?: RefundDetailsSummaryAmountRequested
Property Value
approvedOn
Date when the refund was approved.
approvedOn?: Date
Property Value
Date
completedOn
Date when the refund was completed.
completedOn?: Date
Property Value
Date
rebillInvoiceId
The invoice ID of the rebill invoice for a refund.
rebillInvoiceId?: string
Property Value
string
refundOperationId
The ID of refund operation.
refundOperationId?: string
Property Value
string
refundReason
The reason for refund.
refundReason?: string
Property Value
string
refundStatus
The status of refund request.
refundStatus?: string
Property Value
string
requestedOn
Date when the refund was requested.
requestedOn?: Date
Property Value
Date
transactionCount
The number of transactions refunded.
transactionCount?: number
Property Value
number