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. NOTE: This property will not be serialized. It can only be populated by the server. |
completed |
Date when the refund was completed. NOTE: This property will not be serialized. It can only be populated by the server. |
rebill |
The invoice ID of the rebill invoice for a refund. NOTE: This property will not be serialized. It can only be populated by the server. |
refund |
The ID of refund operation. NOTE: This property will not be serialized. It can only be populated by the server. |
refund |
The reason for refund. NOTE: This property will not be serialized. It can only be populated by the server. |
refund |
The status of refund request. NOTE: This property will not be serialized. It can only be populated by the server. |
requested |
Date when the refund was requested. NOTE: This property will not be serialized. It can only be populated by the server. |
transaction |
The number of transactions refunded. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
approvedOn?: Date
Property Value
Date
completedOn
Date when the refund was completed. NOTE: This property will not be serialized. It can only be populated by the server.
completedOn?: Date
Property Value
Date
rebillInvoiceId
The invoice ID of the rebill invoice for a refund. NOTE: This property will not be serialized. It can only be populated by the server.
rebillInvoiceId?: string
Property Value
string
refundOperationId
The ID of refund operation. NOTE: This property will not be serialized. It can only be populated by the server.
refundOperationId?: string
Property Value
string
refundReason
The reason for refund. NOTE: This property will not be serialized. It can only be populated by the server.
refundReason?: string
Property Value
string
refundStatus
The status of refund request. NOTE: This property will not be serialized. It can only be populated by the server.
refundStatus?: string
Property Value
string
requestedOn
Date when the refund was requested. NOTE: This property will not be serialized. It can only be populated by the server.
requestedOn?: Date
Property Value
Date
transactionCount
The number of transactions refunded. NOTE: This property will not be serialized. It can only be populated by the server.
transactionCount?: number
Property Value
number