Interface ItemizedChargeInterfaceInternal

Interface version of ItemizedCharge

interface ItemizedChargeInterface {
    carrier_charge_code: null | string;
    carrier_charge_description: null | string;
    charge_amount: `${number}`;
    code: ChargeType;
}

Implemented by

Properties

carrier_charge_code: null | string

The code the carrier uses to represent the charge type, if applicable

carrier_charge_description: null | string

The carrier's description of the charge, if applicable

charge_amount: `${number}`

The amount of the charge as a Decimal

The type of reason given for an itemized charge