Class: Stripe::PaymentIntentService::ConfirmParams::PaymentMethodData::IdBankTransfer

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/payment_intent_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(bank: nil) ⇒ IdBankTransfer

Returns a new instance of IdBankTransfer.



9590
9591
9592
# File 'lib/stripe/services/payment_intent_service.rb', line 9590

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

Instance Attribute Details

#bankObject

Bank where the account is held.



9588
9589
9590
# File 'lib/stripe/services/payment_intent_service.rb', line 9588

def bank
  @bank
end