UNPKG

shipstation-client

Version:
27 lines (26 loc) 998 B
/** * ShipStation API v2 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * The possible normalized reasons a label void request may not have been approved * @export * @enum {string} */ export declare const LabelVoidFailureReason: { readonly Unknown: "unknown"; readonly Unspecified: "unspecified"; readonly ValidationFailed: "validation_failed"; readonly LabelNotFoundWithinVoidPeriod: "label_not_found_within_void_period"; readonly LabelAlreadyUsed: "label_already_used"; readonly LabelAlreadyVoided: "label_already_voided"; readonly ContactCarrier: "contact_carrier"; }; export type LabelVoidFailureReason = typeof LabelVoidFailureReason[keyof typeof LabelVoidFailureReason];