Module: Lithic::Models::CardConvertPhysicalParams::ShippingMethod
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/lithic/models/card_convert_physical_params.rb
Overview
Shipping method for the card. Only applies to cards of type PHYSICAL. Use of options besides ‘STANDARD` require additional permissions.
-
‘STANDARD` - USPS regular mail or similar international option, with no tracking
-
‘STANDARD_WITH_TRACKING` - USPS regular mail or similar international option, with tracking
-
‘PRIORITY` - USPS Priority, 1-3 day shipping, with tracking
-
‘EXPRESS` - FedEx or UPS depending on card manufacturer, Express, 3-day shipping, with tracking
-
‘2_DAY` - FedEx or UPS depending on card manufacturer, 2-day shipping, with tracking
-
‘EXPEDITED` - FedEx or UPS depending on card manufacturer, Standard Overnight or similar international option, with tracking
-
‘BULK_EXPEDITED` - Bulk shipment with Expedited shipping
Constant Summary collapse
- SHIPPING_METHOD_2_DAY =
:"2_DAY"- BULK_EXPEDITED =
:BULK_EXPEDITED- EXPEDITED =
:EXPEDITED- EXPRESS =
:EXPRESS- PRIORITY =
:PRIORITY- STANDARD =
:STANDARD- STANDARD_WITH_TRACKING =
:STANDARD_WITH_TRACKING
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_convert_physical_params.rb', line 90
|