Sha256: 04d2d164650c5145e78bce35e50c64c9620ddc897ad68245396e1856d62f9701

Contents?: true

Size: 1.76 KB

Versions: 1

Compression:

Stored size: 1.76 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.470.1

Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.1.0

=end

require 'date'
require 'time'

module Plaid
  class CreditBankIncomeErrorType
    INTERNAL_SERVER_ERROR = "INTERNAL_SERVER_ERROR".freeze
    INSUFFICIENT_CREDENTIALS = "INSUFFICIENT_CREDENTIALS".freeze
    ITEM_LOCKED = "ITEM_LOCKED".freeze
    USER_SETUP_REQUIRED = "USER_SETUP_REQUIRED".freeze
    COUNTRY_NOT_SUPPORTED = "COUNTRY_NOT_SUPPORTED".freeze
    INSTITUTION_DOWN = "INSTITUTION_DOWN".freeze
    INSTITUTION_NO_LONGER_SUPPORTED = "INSTITUTION_NO_LONGER_SUPPORTED".freeze
    INSTITUTION_NOT_RESPONDING = "INSTITUTION_NOT_RESPONDING".freeze
    INVALID_CREDENTIALS = "INVALID_CREDENTIALS".freeze
    INVALID_MFA = "INVALID_MFA".freeze
    INVALID_SEND_METHOD = "INVALID_SEND_METHOD".freeze
    ITEM_LOGIN_REQUIRED = "ITEM_LOGIN_REQUIRED".freeze
    MFA_NOT_SUPPORTED = "MFA_NOT_SUPPORTED".freeze
    NO_ACCOUNTS = "NO_ACCOUNTS".freeze
    ITEM_NOT_SUPPORTED = "ITEM_NOT_SUPPORTED".freeze
    ACCESS_NOT_GRANTED = "ACCESS_NOT_GRANTED".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-24.0.0 lib/plaid/models/credit_bank_income_error_type.rb