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