@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
16 lines (15 loc) • 1.02 kB
JavaScript
/** Return merchandise authorisation type */
export var RmaTypeEnum;
(function (RmaTypeEnum) {
RmaTypeEnum["after sale equipment service exchange"] = "after sale equipment service exchange";
RmaTypeEnum["after sale phone service exchange"] = "after sale phone service exchange";
RmaTypeEnum["equipment restitution"] = "equipment restitution";
RmaTypeEnum["fast exchange"] = "fast exchange";
RmaTypeEnum["old merchandise reception before exchange"] = "old merchandise reception before exchange";
RmaTypeEnum["phone restitution"] = "phone restitution";
RmaTypeEnum["resends due to shipping lost by the carrier"] = "resends due to shipping lost by the carrier";
RmaTypeEnum["resends due to shipping not withdraw"] = "resends due to shipping not withdraw";
RmaTypeEnum["specific return merchandise authorisation"] = "specific return merchandise authorisation";
RmaTypeEnum["termination"] = "termination";
RmaTypeEnum["unknown"] = "unknown";
})(RmaTypeEnum || (RmaTypeEnum = {}));