Monetary and tax details of the charge.

ChargeDetails

interface VendorInvoicesApiModelChargeDetails {
    chargeAmount: VendorInvoicesApiModelMoney;
    description?: string;
    taxDetails?: VendorInvoicesApiModelTaxDetails[];
    type:
        | VendorInvoicesApiModelChargeDetailsTypeEnum
        | "Freight"
        | "Packing"
        | "Duty"
        | "Service"
        | "SmallOrder"
        | "InsurancePlacementCost"
        | "InsuranceFee"
        | "SpecialHandlingService"
        | "CollectionAndRecyclingService"
        | "EnvironmentalProtectionService"
        | "TaxCollectedAtSource";
}

Properties

ChargeDetails

description?: string

Description of the charge.

ChargeDetails

Tax amount details applied on this charge.

ChargeDetails

type:
    | VendorInvoicesApiModelChargeDetailsTypeEnum
    | "Freight"
    | "Packing"
    | "Duty"
    | "Service"
    | "SmallOrder"
    | "InsurancePlacementCost"
    | "InsuranceFee"
    | "SpecialHandlingService"
    | "CollectionAndRecyclingService"
    | "EnvironmentalProtectionService"
    | "TaxCollectedAtSource"

Type of the charge applied.

ChargeDetails

MMNEPVFCICPMFPCPTTAAATR