@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
15 lines • 864 B
TypeScript
/** Return merchandise authorisation type */
export declare enum RmaTypeEnum {
'after sale equipment service exchange' = "after sale equipment service exchange",
'after sale phone service exchange' = "after sale phone service exchange",
'equipment restitution' = "equipment restitution",
'fast exchange' = "fast exchange",
'old merchandise reception before exchange' = "old merchandise reception before exchange",
'phone restitution' = "phone restitution",
'resends due to shipping lost by the carrier' = "resends due to shipping lost by the carrier",
'resends due to shipping not withdraw' = "resends due to shipping not withdraw",
'specific return merchandise authorisation' = "specific return merchandise authorisation",
'termination' = "termination",
'unknown' = "unknown"
}
//# sourceMappingURL=RmaTypeEnum.d.ts.map