Class: Stripe::Account::UpdateParams::Company::Verification
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Account::UpdateParams::Company::Verification
- Defined in:
- lib/stripe/resources/account.rb
Defined Under Namespace
Classes: Document
Instance Attribute Summary collapse
-
#document ⇒ Object
A document verifying the business.
Instance Method Summary collapse
-
#initialize(document: nil) ⇒ Verification
constructor
A new instance of Verification.
Methods inherited from RequestParams
Constructor Details
#initialize(document: nil) ⇒ Verification
Returns a new instance of Verification.
2020 2021 2022 |
# File 'lib/stripe/resources/account.rb', line 2020 def initialize(document: nil) @document = document end |
Instance Attribute Details
#document ⇒ Object
A document verifying the business.
2018 2019 2020 |
# File 'lib/stripe/resources/account.rb', line 2018 def document @document end |