@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
6 lines (5 loc) • 341 B
text/typescript
/** @description Basic structure for a return label */
export 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?: string;
}