Class: Stripe::AccountPersonService::CreateParams::Documents::Passport
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::AccountPersonService::CreateParams::Documents::Passport
- Defined in:
- lib/stripe/services/account_person_service.rb
Instance Attribute Summary collapse
-
#files ⇒ Object
One or more document ids returned by a [file upload](stripe.com/docs/api#create_file) with a ‘purpose` value of `account_requirement`.
Instance Method Summary collapse
-
#initialize(files: nil) ⇒ Passport
constructor
A new instance of Passport.
Methods inherited from RequestParams
Constructor Details
#initialize(files: nil) ⇒ Passport
Returns a new instance of Passport.
632 633 634 |
# File 'lib/stripe/services/account_person_service.rb', line 632 def initialize(files: nil) @files = files end |
Instance Attribute Details
#files ⇒ Object
One or more document ids returned by a [file upload](stripe.com/docs/api#create_file) with a ‘purpose` value of `account_requirement`.
630 631 632 |
# File 'lib/stripe/services/account_person_service.rb', line 630 def files @files end |