Sha256: 717f19d03e788965b1739fb94e3cbb35283964dc73a55064891610b8e741ee45

Contents?: true

Size: 1.44 KB

Versions: 11

Compression:

Stored size: 1.44 KB

Contents

# typed: strict
# frozen_string_literal: true

module EML
  module UK
    module Responses
      module Card
        class Show < ::EML::UK::Response
          extend T::Sig

          field :account_expiration_date
          field :activating_merchant_group_name
          field :activating_merchant_group_uniquetag
          field :activation_amount
          field :activation_country
          field :activation_date
          field :activation_transaction_id
          field :actual_balance
          field :adjusted_balance
          field :agreement_pdf
          field :amf_amount
          field :amf_next_date
          field :amf_start_date
          field :available_balance
          field :bank_name
          field :can_activate
          field :can_redeem
          field :card_id
          field :card_type
          field :currency
          field :currency_info
          field :distributor_refund
          field :expiration_date
          field :has_atm_access
          field :has_pin
          field :is_icc_card
          field :is_organization_registration
          field :is_registered
          field :is_reloadable
          field :is_virtual
          field :pan_last_four
          field :pin_enabled
          field :program_can_register
          field :program_name
          field :program_supports_statements
          field :program_uniquetag
          field :security_code
          field :status
        end
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
eml-2.1.8 lib/eml/uk/responses/card/show.rb
eml-2.1.7 lib/eml/uk/responses/card/show.rb
eml-2.1.6 lib/eml/uk/responses/card/show.rb
eml-2.1.5 lib/eml/uk/responses/card/show.rb
eml-2.1.4 lib/eml/uk/responses/card/show.rb
eml-2.1.3 lib/eml/uk/responses/card/show.rb
eml-2.1.2 lib/eml/uk/responses/card/show.rb
eml-2.1.1 lib/eml/uk/responses/card/show.rb
eml-2.1.0 lib/eml/uk/responses/card/show.rb
eml-2.0.0 lib/eml/uk/responses/card/show.rb
eml-1.0.0 lib/eml/uk/responses/card/show.rb