@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
12 lines • 673 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProofOfDelivery = void 0;
/** @description An image captured at the time of delivery, serving as evidence that the shipment was successfully delivered to the recipient. It can be used to capture things like recipient's signature, location of delivery, condition of the package upon delivery, etc. */
class ProofOfDelivery {
/** @description Base64 encoded data for the proof of delivery. */
data;
/** @description The format the document is in.\r\nPdf - PDF\r\nPng - PNG */
format;
}
exports.ProofOfDelivery = ProofOfDelivery;
//# sourceMappingURL=proof-of-delivery.js.map