Class: Stripe::V2::Core::Vault::GbBankAccountService::InitiateConfirmationOfPayeeParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/v2/core/vault/gb_bank_account_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(business_type: nil, name: nil) ⇒ InitiateConfirmationOfPayeeParams

Returns a new instance of InitiateConfirmationOfPayeeParams.



61
62
63
64
# File 'lib/stripe/services/v2/core/vault/gb_bank_account_service.rb', line 61

def initialize(business_type: nil, name: nil)
  @business_type = business_type
  @name = name
end

Instance Attribute Details

#business_typeObject

The business type to be checked against. Legal entity information will be used if unspecified.



57
58
59
# File 'lib/stripe/services/v2/core/vault/gb_bank_account_service.rb', line 57

def business_type
  @business_type
end

#nameObject

The name of the user to be checked against. Legal entity information will be used if unspecified.



59
60
61
# File 'lib/stripe/services/v2/core/vault/gb_bank_account_service.rb', line 59

def name
  @name
end