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
- BALANCE_PLUS =
"balance_plus".freeze
- BEACON =
"beacon".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
- STANDING_ORDERS =
"standing_orders".freeze
- TRANSFER =
"transfer".freeze
- EMPLOYMENT =
"employment".freeze
- RECURRING_TRANSACTIONS =
"recurring_transactions".freeze
- TRANSACTIONS_REFRESH =
"transactions_refresh".freeze
- SIGNAL =
"signal".freeze
- STATEMENTS =
"statements".freeze
- PROCESSOR_PAYMENTS =
"processor_payments".freeze
- PROCESSOR_IDENTITY =
"processor_identity".freeze
- PROFILE =
"profile".freeze
- CRA_BASE_REPORT =
"cra_base_report".freeze
- CRA_INCOME_INSIGHTS =
"cra_income_insights".freeze
- CRA_PARTNER_INSIGHTS =
"cra_partner_insights".freeze
- CRA_NETWORK_INSIGHTS =
"cra_network_insights".freeze
- CRA_CASHFLOW_INSIGHTS =
"cra_cashflow_insights".freeze
- LAYER =
"layer".freeze
- PAY_BY_BANK =
"pay_by_bank".freeze
- PROTECT_LINKED_BANK =
"protect_linked_bank".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
56 57 58 |
# File 'lib/plaid/models/products.rb', line 56 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
63 64 65 66 67 68 |
# File 'lib/plaid/models/products.rb', line 63 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 |