Class: Stripe::TokenService::CreateParams::Person::Documents::Passport
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::TokenService::CreateParams::Person::Documents::Passport
- Defined in:
- lib/stripe/services/token_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.
859 860 861 |
# File 'lib/stripe/services/token_service.rb', line 859 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`.
857 858 859 |
# File 'lib/stripe/services/token_service.rb', line 857 def files @files end |