Class: Stripe::Treasury::ReceivedCredit::CreateParams::InitiatingPaymentMethodDetails

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/treasury/received_credit.rb

Defined Under Namespace

Classes: UsBankAccount

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(type: nil, us_bank_account: nil) ⇒ InitiatingPaymentMethodDetails

Returns a new instance of InitiatingPaymentMethodDetails.



181
182
183
184
# File 'lib/stripe/resources/treasury/received_credit.rb', line 181

def initialize(type: nil, us_bank_account: nil)
  @type = type
  @us_bank_account = 
end

Instance Attribute Details

#typeObject

The source type.



177
178
179
# File 'lib/stripe/resources/treasury/received_credit.rb', line 177

def type
  @type
end

#us_bank_accountObject

Optional fields for ‘us_bank_account`.



179
180
181
# File 'lib/stripe/resources/treasury/received_credit.rb', line 179

def 
  @us_bank_account
end