Sha256: e0bdca204bbde89e913c42c6663a252db86ff03428c27cdc7184186c827edfe9

Contents?: true

Size: 1.53 KB

Versions: 1

Compression:

Stored size: 1.53 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.496.2

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

=end

require 'date'
require 'time'

module Plaid
  class LinkDeliveryVerificationStatus
    AUTOMATICALLY_VERIFIED = "automatically_verified".freeze
    PENDING_AUTOMATIC_VERIFICATION = "pending_automatic_verification".freeze
    PENDING_MANUAL_VERIFICATION = "pending_manual_verification".freeze
    MANUALLY_VERIFIED = "manually_verified".freeze
    VERIFICATION_EXPIRED = "verification_expired".freeze
    VERIFICATION_FAILED = "verification_failed".freeze
    DATABASE_MATCHED = "database_matched".freeze
    DATABASE_INSIGHTS_PASS = "database_insights_pass".freeze
    DATABASE_INSIGHTS_PASS_WITH_CAUTION = "database_insights_pass_with_caution".freeze
    DATABASE_INSIGHTS_FAIL = "database_insights_fail".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-25.0.0 lib/plaid/models/link_delivery_verification_status.rb