Class: Stripe::AccountCreateParams::Company::Verification

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



1198
1199
1200
# File 'lib/stripe/params/account_create_params.rb', line 1198

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

Instance Attribute Details

#documentObject

A document verifying the business.



1196
1197
1198
# File 'lib/stripe/params/account_create_params.rb', line 1196

def document
  @document
end