Module: Lithic::Models::CardShippedWebhookEvent::ShippingMethod
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/lithic/models/card_shipped_webhook_event.rb
Overview
The specific shipping method used to ship the card.
Constant Summary collapse
- EX_US_EXPEDITED_WITH_TRACKING =
:"Ex-US expedited with tracking"- EX_US_STANDARD_WITH_TRACKING =
:"Ex-US standard with tracking"- EX_US_STANDARD_WITHOUT_TRACKING =
:"Ex-US standard without tracking"- FED_EX_2_DAYS =
:"FedEx 2 days"- FED_EX_EXPRESS =
:"FedEx express"- FED_EX_OVERNIGHT =
:"FedEx overnight"- USPS_PRIORITY =
:"USPS priority"- USPS_WITH_TRACKING =
:"USPS with tracking"- USPS_WITHOUT_TRACKING_ENVELOPE =
:"USPS without tracking envelope"- USPS_WITHOUT_TRACKING_ENVELOPE_NON_MACHINE =
:"USPS without tracking envelope non-machine"- USPS_WITHOUT_TRACKING_FLAT =
:"USPS without tracking flat"
Class Method Summary collapse
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
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/lithic/models/card_shipped_webhook_event.rb', line 65
|