Class: Stripe::AccountUpdateParams::Settings::CardIssuing

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

Defined Under Namespace

Classes: TosAcceptance

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(tos_acceptance: nil) ⇒ CardIssuing



1859
1860
1861
# File 'lib/stripe/params/account_update_params.rb', line 1859

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.



1857
1858
1859
# File 'lib/stripe/params/account_update_params.rb', line 1857

def tos_acceptance
  @tos_acceptance
end