Class: Stripe::V2::MoneyManagement::PayoutIntentUpdateParams::To::PayoutMethodOptions::BankAccount::PreferredNetworkOptions

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/money_management/payout_intent_update_params.rb

Defined Under Namespace

Classes: Ach

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(ach: nil) ⇒ PreferredNetworkOptions

Returns a new instance of PreferredNetworkOptions.



57
58
59
# File 'lib/stripe/params/v2/money_management/payout_intent_update_params.rb', line 57

def initialize(ach: nil)
  @ach = ach
end

Instance Attribute Details

#achObject

ACH-specific network options.



55
56
57
# File 'lib/stripe/params/v2/money_management/payout_intent_update_params.rb', line 55

def ach
  @ach
end