Amazon Selling Partner API (SP-API) SDK for TypeScript
Preparing search index...
@sp-api-sdk/finances-api-v0
TaxWithholdingEvent
Interface TaxWithholdingEvent
A tax withholding event on a seller's account.
interface
TaxWithholdingEvent
{
BaseAmount
?:
Currency
;
PostedDate
?:
string
;
TaxWithholdingPeriod
?:
TaxWithholdingPeriod
;
WithheldAmount
?:
Currency
;
}
Index
Properties
Base
Amount?
Posted
Date?
Tax
Withholding
Period?
Withheld
Amount?
Properties
Optional
Base
Amount
BaseAmount
?:
Currency
Optional
Posted
Date
PostedDate
?:
string
A date in
ISO 8601
date-time format.
Optional
Tax
Withholding
Period
TaxWithholdingPeriod
?:
TaxWithholdingPeriod
Optional
Withheld
Amount
WithheldAmount
?:
Currency
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Base
Amount
Posted
Date
Tax
Withholding
Period
Withheld
Amount
Amazon Selling Partner API (SP-API) SDK for TypeScript
Loading...
A tax withholding event on a seller's account.