Interface VendorDirectFulfillmentPaymentsApiModelTaxDetail

Details of tax amount applied.

TaxDetail

interface VendorDirectFulfillmentPaymentsApiModelTaxDetail {
    taxableAmount?: VendorDirectFulfillmentPaymentsApiModelMoney;
    taxAmount: VendorDirectFulfillmentPaymentsApiModelMoney;
    taxRate?: string;
    taxType:
        | "VAT"
        | "GST"
        | "MwSt."
        | "PST"
        | "TVA"
        | VendorDirectFulfillmentPaymentsApiModelTaxDetailTaxTypeEnum
        | "CGST"
        | "SGST"
        | "CESS"
        | "UTGST"
        | "IGST"
        | "ST"
        | "Consumption"
        | "MutuallyDefined"
        | "DomesticVAT";
}

Properties

TaxDetail

TaxDetail

taxRate?: string

A decimal number with no loss of precision. Useful when precision loss is unacceptable, as with currencies. Follows RFC7159 for number representation.
Pattern : ^-?(0|([1-9]\\d*))(\\.\\d+)?([eE][+-]?\\d+)?$.

TaxDetail

taxType:
    | "VAT"
    | "GST"
    | "MwSt."
    | "PST"
    | "TVA"
    | VendorDirectFulfillmentPaymentsApiModelTaxDetailTaxTypeEnum
    | "CGST"
    | "SGST"
    | "CESS"
    | "UTGST"
    | "IGST"
    | "ST"
    | "Consumption"
    | "MutuallyDefined"
    | "DomesticVAT"

Type of the tax applied.

TaxDetail

MMNEPVFCICPMFPCPTTAAATR