Module: Increase::Models::PhysicalCardCreateParams::Shipment::Method

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

Overview

The shipping method to use.

See Also:

  • Increase::Models::PhysicalCardCreateParams::Shipment#method_

Constant Summary collapse

USPS =

USPS Post.

Returns:

  • (:usps)
:usps
FEDEX_PRIORITY_OVERNIGHT =

FedEx Priority Overnight, no signature.

Returns:

  • (:fedex_priority_overnight)
:fedex_priority_overnight
FEDEX_2_DAY =

FedEx 2-day.

Returns:

  • (:fedex_2_day)
:fedex_2_day
DHL_WORLDWIDE_EXPRESS =

DHL Worldwide Express, international shipping only.

Returns:

  • (:dhl_worldwide_express)
:dhl_worldwide_express

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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

Instance Method Details

#self?.values::Array[Increase::Models::PhysicalCardCreateParams::Shipment::method_]

Returns:

  • (::Array[Increase::Models::PhysicalCardCreateParams::Shipment::method_])


170
# File 'sig/increase/models/physical_card_create_params.rbs', line 170

def self?.values: -> ::Array[Increase::Models::PhysicalCardCreateParams::Shipment::method_]