InvoicePropertiesRefundDetails interface
The details of a refund request.
- Extends
Inherited 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. |
Inherited Property Details
amountRefunded
The amount refunded.
amountRefunded?: RefundDetailsSummaryAmountRefunded
Property Value
Inherited From RefundDetailsSummary.amountRefunded
amountRequested
The amount of refund requested.
amountRequested?: RefundDetailsSummaryAmountRequested
Property Value
Inherited From RefundDetailsSummary.amountRequested
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
Inherited From RefundDetailsSummary.approvedOn
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
Inherited From RefundDetailsSummary.completedOn
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
Inherited From RefundDetailsSummary.rebillInvoiceId
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
Inherited From RefundDetailsSummary.refundOperationId
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
Inherited From RefundDetailsSummary.refundReason
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
Inherited From RefundDetailsSummary.refundStatus
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
Inherited From RefundDetailsSummary.requestedOn
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
Inherited From RefundDetailsSummary.transactionCount