Sha256: 78be7e58740b0369d3319c9a66849903d26005d7ac6e27345d5229b49fbc3f42

Contents?: true

Size: 535 Bytes

Versions: 3

Compression:

Stored size: 535 Bytes

Contents

require_relative '../../util/enum'

module MangoModel

  # Refund reason types enumeration
  class RefundReasonType
    extend Enum

    INITIALIZED_BY_CLIENT = value 'INITIALIZED_BY_CLIENT'

    BANKACCOUNT_INCORRECT = value 'BANKACCOUNT_INCORRECT'

    OWNER_DOT_NOT_MATCH_BANKACCOUNT = value 'OWNER_DOT_NOT_MATCH_BANKACCOUNT'

    BANKACCOUNT_HAS_BEEN_CLOSED = value 'BANKACCOUNT_HAS_BEEN_CLOSED'

    WITHDRAWAL_IMPOSSIBLE_ON_SAVINGS_ACCOUNTS = value 'WITHDRAWAL_IMPOSSIBLE_ON_SAVINGS_ACCOUNTS'

    OTHER = value 'OTHER'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mangopay-v4-4.1.0 lib/mangopay/model/enum/refund_reason_type.rb
mangopay-v4-4.0.2 lib/mangopay/model/enum/refund_reason_type.rb
mangopay-v4-4.0.1 lib/mangopay/model/enum/refund_reason_type.rb