Interface FulfillmentInboundApiModelV20240320TaxRate
interface FulfillmentInboundApiModelV20240320TaxRate { cessRate?: number; gstRate?: number; taxType?: string;} Properties
OptionalcessRate
cessRate?: number
OptionalgstRate
gstRate?: number
OptionaltaxType
taxType?: string
Contains the type and rate of tax.
Export
TaxRate