Module: Lithic::Models::ThreeDSAuthentication::Merchant::RiskIndicator::ShippingMethod

Extended by:
Internal::Type::Enum
Defined in:
lib/lithic/models/three_ds_authentication.rb

Overview

Shipping method that the cardholder chose for the transaction. If purchase includes one or more item, this indicator is used for the physical goods; if the purchase only includes digital goods, this indicator is used to describe the most expensive item purchased. Maps to EMV 3DS field ‘shipIndicator`.

See Also:

Constant Summary collapse

DIGITAL_GOODS =
:DIGITAL_GOODS
LOCKER_DELIVERY =
:LOCKER_DELIVERY
OTHER =
:OTHER
PICK_UP_AND_GO_DELIVERY =
:PICK_UP_AND_GO_DELIVERY
SHIP_TO_BILLING_ADDRESS =
:SHIP_TO_BILLING_ADDRESS
SHIP_TO_NON_BILLING_ADDRESS =
:SHIP_TO_NON_BILLING_ADDRESS
SHIP_TO_OTHER_VERIFIED_ADDRESS =
:SHIP_TO_OTHER_VERIFIED_ADDRESS
SHIP_TO_STORE =
:SHIP_TO_STORE
TRAVEL_AND_EVENT_TICKETS =
:TRAVEL_AND_EVENT_TICKETS

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