Module: Lithic::Models::CardShippedWebhookEvent::ShippingMethod

Extended by:
Internal::Type::Enum
Defined in:
lib/lithic/models/card_shipped_webhook_event.rb,
sig/lithic/models/card_shipped_webhook_event.rbs

Overview

The specific shipping method used to ship the card.

See Also:

  • Lithic::Models::CardShippedWebhookEvent#shipping_method

Constant Summary collapse

EX_US_EXPEDITED_WITH_TRACKING =

Returns:

  • (:"Ex-US expedited with tracking")
:"Ex-US expedited with tracking"
EX_US_STANDARD_WITH_TRACKING =

Returns:

  • (:"Ex-US standard with tracking")
:"Ex-US standard with tracking"
EX_US_STANDARD_WITHOUT_TRACKING =

Returns:

  • (:"Ex-US standard without tracking")
:"Ex-US standard without tracking"
FED_EX_2_DAYS =

Returns:

  • (:"FedEx 2 days")
:"FedEx 2 days"
FED_EX_EXPRESS =

Returns:

  • (:"FedEx express")
:"FedEx express"
FED_EX_OVERNIGHT =

Returns:

  • (:"FedEx overnight")
:"FedEx overnight"
USPS_PRIORITY =

Returns:

  • (:"USPS priority")
:"USPS priority"
USPS_WITH_TRACKING =

Returns:

  • (:"USPS with tracking")
:"USPS with tracking"
USPS_WITHOUT_TRACKING_ENVELOPE =

Returns:

  • (:"USPS without tracking envelope")
:"USPS without tracking envelope"
USPS_WITHOUT_TRACKING_ENVELOPE_NON_MACHINE =

Returns:

  • (:"USPS without tracking envelope non-machine")
:"USPS without tracking envelope non-machine"
USPS_WITHOUT_TRACKING_FLAT =

Returns:

  • (:"USPS without tracking flat")
:"USPS without tracking flat"

Class Method Summary collapse

Instance 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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/lithic/models/card_shipped_webhook_event.rb', line 65

Instance Method Details

#self?.values::Array[Lithic::Models::CardShippedWebhookEvent::shipping_method]

Returns:

  • (::Array[Lithic::Models::CardShippedWebhookEvent::shipping_method])


67
# File 'sig/lithic/models/card_shipped_webhook_event.rbs', line 67

def self?.values: -> ::Array[Lithic::Models::CardShippedWebhookEvent::shipping_method]