UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

12 lines 560 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CollectOnDelivery = void 0; /** @description This model represents the option to defer payment for a shipment, otherwise known as Collect on Delivery (COD) */ class CollectOnDelivery { /** @description The payment amount for Collect on Delivery (COD) */ payment_amount; /** @description The payment method permitted for Collect on Delivery (COD) */ payment_type; } exports.CollectOnDelivery = CollectOnDelivery; //# sourceMappingURL=collect-on-delivery.js.map