Class: Stripe::Account::CreateParams::Company::Verification

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/account.rb

Defined Under Namespace

Classes: Document

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(document: nil) ⇒ Verification

Returns a new instance of Verification.



4294
4295
4296
# File 'lib/stripe/resources/account.rb', line 4294

def initialize(document: nil)
  @document = document
end

Instance Attribute Details

#documentObject

A document verifying the business.



4292
4293
4294
# File 'lib/stripe/resources/account.rb', line 4292

def document
  @document
end