Class: Stripe::AccountService::CreateParams::Company::Verification

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/account_service.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.



3133
3134
3135
# File 'lib/stripe/services/account_service.rb', line 3133

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

Instance Attribute Details

#documentObject

A document verifying the business.



3131
3132
3133
# File 'lib/stripe/services/account_service.rb', line 3131

def document
  @document
end