Class: Plaid::Products
- Inherits:
-
Object
- Object
- Plaid::Products
- Defined in:
- lib/plaid/models/products.rb
Constant Summary collapse
- ASSETS =
"assets".freeze
- AUTH =
"auth".freeze
- BALANCE =
"balance".freeze
- IDENTITY =
"identity".freeze
- IDENTITY_MATCH =
"identity_match".freeze
- INVESTMENTS =
"investments".freeze
- INVESTMENTS_AUTH =
"investments_auth".freeze
- LIABILITIES =
"liabilities".freeze
- PAYMENT_INITIATION =
"payment_initiation".freeze
- IDENTITY_VERIFICATION =
"identity_verification".freeze
- TRANSACTIONS =
"transactions".freeze
- CREDIT_DETAILS =
"credit_details".freeze
- INCOME =
"income".freeze
- INCOME_VERIFICATION =
"income_verification".freeze
- DEPOSIT_SWITCH =
"deposit_switch".freeze
- STANDING_ORDERS =
"standing_orders".freeze
- TRANSFER =
"transfer".freeze
- EMPLOYMENT =
"employment".freeze
- RECURRING_TRANSACTIONS =
"recurring_transactions".freeze
- SIGNAL =
"signal".freeze
- STATEMENTS =
"statements".freeze
- PROCESSOR_PAYMENTS =
"processor_payments".freeze
- PROCESSOR_IDENTITY =
"processor_identity".freeze
Class Method Summary collapse
-
.build_from_hash(value) ⇒ String
Builds the enum from string.
Instance Method Summary collapse
-
#build_from_hash(value) ⇒ String
Builds the enum from string.
Class Method Details
.build_from_hash(value) ⇒ String
Builds the enum from string
45 46 47 |
# File 'lib/plaid/models/products.rb', line 45 def self.build_from_hash(value) new.build_from_hash(value) end |
Instance Method Details
#build_from_hash(value) ⇒ String
Builds the enum from string
52 53 54 55 56 57 |
# File 'lib/plaid/models/products.rb', line 52 def build_from_hash(value) # We do not validate that the value is one of the enums set in the OpenAPI # file because we want to be able to add to our list of enums without # breaking this client library. value end |