Variable AccountTypeConst
AccountType: {
AmazonAccount: "AMAZON_ACCOUNT";
ShipperAccount: "SHIPPER_ACCOUNT";
ShipperAccountWithInvoice: "SHIPPER_ACCOUNT_WITH_INVOICE";
} = ...
Type Declaration
ReadonlyAmazonAccount: "AMAZON_ACCOUNT"
ReadonlyShipperAccount: "SHIPPER_ACCOUNT"
ReadonlyShipperAccountWithInvoice: "SHIPPER_ACCOUNT_WITH_INVOICE"
Shipper Account Type.