Amazon Selling Partner API (SP-API) SDK for TypeScript
Preparing search index...
@sp-api-sdk/finances-api-v0
DebtRecoveryItem
Interface DebtRecoveryItem
An item of a debt payment or debt adjustment.
interface
DebtRecoveryItem
{
GroupBeginDate
?:
string
;
GroupEndDate
?:
string
;
OriginalAmount
?:
Currency
;
RecoveryAmount
?:
Currency
;
}
Index
Properties
Group
Begin
Date?
Group
End
Date?
Original
Amount?
Recovery
Amount?
Properties
Optional
Group
Begin
Date
GroupBeginDate
?:
string
A date in
ISO 8601
date-time format.
Optional
Group
End
Date
GroupEndDate
?:
string
A date in
ISO 8601
date-time format.
Optional
Original
Amount
OriginalAmount
?:
Currency
Optional
Recovery
Amount
RecoveryAmount
?:
Currency
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Group
Begin
Date
Group
End
Date
Original
Amount
Recovery
Amount
Amazon Selling Partner API (SP-API) SDK for TypeScript
Loading...
An item of a debt payment or debt adjustment.