Class: Stripe::AccountService::UpdateParams::Settings::CardIssuing

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

Defined Under Namespace

Classes: TosAcceptance

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(tos_acceptance: nil) ⇒ CardIssuing

Returns a new instance of CardIssuing.



1714
1715
1716
# File 'lib/stripe/services/account_service.rb', line 1714

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

Instance Attribute Details

#tos_acceptanceObject

Details on the account’s acceptance of the [Stripe Issuing Terms and Disclosures](/issuing/connect/tos_acceptance).



1712
1713
1714
# File 'lib/stripe/services/account_service.rb', line 1712

def tos_acceptance
  @tos_acceptance
end