Interface VendorDirectFulfillmentOrdersApiModelTaxDetails

The tax details related to the order.

TaxDetails

interface VendorDirectFulfillmentOrdersApiModelTaxDetails {
    taxableAmount?: VendorDirectFulfillmentOrdersApiModelMoney;
    taxAmount: VendorDirectFulfillmentOrdersApiModelMoney;
    taxRate?: string;
    type?:
        | "VAT"
        | "GST"
        | VendorDirectFulfillmentOrdersApiModelTaxDetailsTypeEnum
        | "CONSUMPTION"
        | "MwSt."
        | "PST"
        | "TOTAL"
        | "TVA";
}

Properties

TaxDetails

TaxDetails

taxRate?: string

A decimal number with no loss of precision. Useful when precision loss is unacceptable, as with currencies. Follows RFC7159 for number representation.

TaxDetails

type?:
    | "VAT"
    | "GST"
    | VendorDirectFulfillmentOrdersApiModelTaxDetailsTypeEnum
    | "CONSUMPTION"
    | "MwSt."
    | "PST"
    | "TOTAL"
    | "TVA"

Tax type.

TaxDetails

MMNEPVFCICPMFPCPTTAAATR