Module: Increase::Models::PhysicalCard::Shipment::Status

Extended by:
Internal::Type::Enum
Defined in:
lib/increase/models/physical_card.rb

Overview

The status of this shipment.

See Also:

Constant Summary collapse

PENDING =

The physical card has not yet been shipped.

:pending
CANCELED =

The physical card shipment was canceled prior to submission.

:canceled
SUBMITTED =

The physical card shipment has been submitted to the card fulfillment provider.

:submitted
ACKNOWLEDGED =

The physical card shipment has been acknowledged by the card fulfillment provider and will be processed in their next batch.

:acknowledged
REJECTED =

The physical card shipment was rejected by the card printer due to an error.

:rejected
SHIPPED =

The physical card has been shipped.

:shipped
RETURNED =

The physical card shipment was returned to the sender and destroyed by the production facility.

:returned
REQUIRES_ATTENTION =

The physical card shipment requires attention from Increase before progressing.

:requires_attention

Method Summary

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info