@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
10 lines • 540 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ReturnLabelDetails = void 0;
/** @description Basic structure for a return label */
class ReturnLabelDetails {
/** @description A return merchandise authorization (RMA) is an associated number assigned to process the return, this number is often printed on the label, and used when the original shipper processes the inbound return. */
rma_number;
}
exports.ReturnLabelDetails = ReturnLabelDetails;
//# sourceMappingURL=return-label-details.js.map