Class: Stripe::Account::UpdateParams::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.



1919
1920
1921
# File 'lib/stripe/resources/account.rb', line 1919

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

Instance Attribute Details

#documentObject

A document verifying the business.



1917
1918
1919
# File 'lib/stripe/resources/account.rb', line 1917

def document
  @document
end