Class: Stripe::Account::CreateParams::Settings::CardIssuing
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Account::CreateParams::Settings::CardIssuing
- Defined in:
- lib/stripe/resources/account.rb
Defined Under Namespace
Classes: TosAcceptance
Instance Attribute Summary collapse
-
#tos_acceptance ⇒ Object
Details on the account’s acceptance of the [Stripe Issuing Terms and Disclosures](/issuing/connect/tos_acceptance).
Instance Method Summary collapse
-
#initialize(tos_acceptance: nil) ⇒ CardIssuing
constructor
A new instance of CardIssuing.
Methods inherited from RequestParams
Constructor Details
#initialize(tos_acceptance: nil) ⇒ CardIssuing
Returns a new instance of CardIssuing.
4446 4447 4448 |
# File 'lib/stripe/resources/account.rb', line 4446 def initialize(tos_acceptance: nil) @tos_acceptance = tos_acceptance end |
Instance Attribute Details
#tos_acceptance ⇒ Object
Details on the account’s acceptance of the [Stripe Issuing Terms and Disclosures](/issuing/connect/tos_acceptance).
4444 4445 4446 |
# File 'lib/stripe/resources/account.rb', line 4444 def tos_acceptance @tos_acceptance end |