Class: Stripe::Token::CreateParams::Account::Company::Verification
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Token::CreateParams::Account::Company::Verification
- Defined in:
- lib/stripe/resources/token.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.
196 197 198 |
# File 'lib/stripe/resources/token.rb', line 196 def initialize(document: nil) @document = document end |
Instance Attribute Details
#document ⇒ Object
A document verifying the business.
194 195 196 |
# File 'lib/stripe/resources/token.rb', line 194 def document @document end |