Variable ChargeChargeTypeEnumConst
ChargeChargeTypeEnum: {
GiftWrap: "GIFT_WRAP";
Other: "OTHER";
Product: "PRODUCT";
Shipping: "SHIPPING";
Total: "TOTAL";
} = ...
Type Declaration
ReadonlyGiftWrap: "GIFT_WRAP"
ReadonlyOther: "OTHER"
ReadonlyProduct: "PRODUCT"
ReadonlyShipping: "SHIPPING"
ReadonlyTotal: "TOTAL"