UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

12 lines 706 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentTerms = void 0; /** @description This model specifies whether the payment is required before the delivery of goods or services or if credit is extended to the customer.*/ var PaymentTerms; (function (PaymentTerms) { /** @description Payment must be made in full before the goods or services are delivered.*/ PaymentTerms["Prepaid"] = "prepaid"; /** @description Payment is deferred, allowing the customer to settle the invoice at a later agreed-upon date.*/ PaymentTerms["Credit"] = "credit"; })(PaymentTerms || (exports.PaymentTerms = PaymentTerms = {})); //# sourceMappingURL=payment-terms.js.map