Class: Stripe::Account::CreateParams::Company::Verification
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Account::CreateParams::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.
3761 3762 3763 |
# File 'lib/stripe/resources/account.rb', line 3761 def initialize(document: nil) @document = document end |
Instance Attribute Details
#document ⇒ Object
A document verifying the business.
3759 3760 3761 |
# File 'lib/stripe/resources/account.rb', line 3759 def document @document end |