@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
12 lines • 645 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CustomerExpectedDelivery = void 0;
/** @description This model represents the date range when the customer expects the shipment to be delivered. ISO 8601 format */
class CustomerExpectedDelivery {
/** @description The beginning of the date range when the customer expects the shipment to be delivered. */
from_date;
/** @description The end of the date range when the customer expects the shipment to be delivered. */
to_date;
}
exports.CustomerExpectedDelivery = CustomerExpectedDelivery;
//# sourceMappingURL=customer-expected-delivery.js.map