Class: Stripe::TopupCreateParams::PaymentMethodOptions::UsBankAccount

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/topup_create_params.rb

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(network: nil) ⇒ UsBankAccount

Returns a new instance of UsBankAccount.



11
12
13
# File 'lib/stripe/params/topup_create_params.rb', line 11

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

Instance Attribute Details

#networkObject

Attribute for param field network



9
10
11
# File 'lib/stripe/params/topup_create_params.rb', line 9

def network
  @network
end