Sha256: 85a7d0dffd0c37ba1e71803d693816aee9f69c698fcccd83df78e64502b3ed24
Contents?: true
Size: 1.35 KB
Versions: 1
Compression:
Stored size: 1.35 KB
Contents
=begin #The Plaid API #The Plaid REST API. Please see https://plaid.com/docs/api for more details. The version of the OpenAPI document: 2020-09-14_1.610.1 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.3.0 =end require 'date' require 'time' module Plaid class ItemAuthMethod INSTANT_AUTH = "INSTANT_AUTH".freeze INSTANT_MATCH = "INSTANT_MATCH".freeze AUTOMATED_MICRODEPOSITS = "AUTOMATED_MICRODEPOSITS".freeze SAME_DAY_MICRODEPOSITS = "SAME_DAY_MICRODEPOSITS".freeze INSTANT_MICRODEPOSITS = "INSTANT_MICRODEPOSITS".freeze DATABASE_MATCH = "DATABASE_MATCH".freeze DATABASE_INSIGHTS = "DATABASE_INSIGHTS".freeze TRANSFER_MIGRATED = "TRANSFER_MIGRATED".freeze INVESTMENTS_FALLBACK = "INVESTMENTS_FALLBACK".freeze # Builds the enum from string # @param [String] The enum value in the form of the string # @return [String] The enum value def self.build_from_hash(value) new.build_from_hash(value) end # Builds the enum from string # @param [String] The enum value in the form of the string # @return [String] The enum value 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 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plaid-35.0.0 | lib/plaid/models/item_auth_method.rb |