Module: Lithic::Models::PaymentCreateParams::Method

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

Constant Summary collapse

ACH_NEXT_DAY =
:ACH_NEXT_DAY
ACH_SAME_DAY =
:ACH_SAME_DAY

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

Instance Method Details

#initialize(amount:, external_bank_account_token:, financial_account_token:, method_:, method_attributes:, type:, token: nil, memo: nil, user_defined_id: nil, request_options: {}) ⇒ Object

Some parameter documentations has been truncated, see Lithic::Models::PaymentCreateParams for more details.

Parameters:



81
82
83
84
85
86
87
88
89
# File 'lib/lithic/models/payment_create_params.rb', line 81

module Method
  extend Lithic::Internal::Type::Enum

  ACH_NEXT_DAY = :ACH_NEXT_DAY
  ACH_SAME_DAY = :ACH_SAME_DAY

  # @!method self.values
  #   @return [Array<Symbol>]
end