Class: Plaid::ItemConsentedDataScope
- Inherits:
-
Object
- Object
- Plaid::ItemConsentedDataScope
- Defined in:
- lib/plaid/models/item_consented_data_scope.rb
Constant Summary collapse
- ACCOUNT_AND_BALANCE_INFO =
"account_and_balance_info".freeze
- CONTACT_INFO =
"contact_info".freeze
- ACCOUNT_AND_ROUTING_NUMBERS =
"account_and_routing_numbers".freeze
- TRANSACTIONS =
"transactions".freeze
- CREDIT_AND_LOANS =
"credit_and_loans".freeze
- INVESTMENTS =
"investments".freeze
- BANK_STATEMENTS =
"bank_statements".freeze
- RISK_INFO =
"risk_info".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
30 31 32 |
# File 'lib/plaid/models/item_consented_data_scope.rb', line 30 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
37 38 39 40 41 42 |
# File 'lib/plaid/models/item_consented_data_scope.rb', line 37 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 |