Sha256: 90b179b4724bf7e299741ec817e0926b8e7fe8e1fcfa80500ce03e5d360072da

Contents?: true

Size: 898 Bytes

Versions: 1

Compression:

Stored size: 898 Bytes

Contents

module Cobrato
  module Entities
    class CreditCard < Base
      attribute :id,                        Integer
      attribute :number,                    String
      attribute :holder_name,               String
      attribute :reusability_status,        String
      attribute :reusability_error_message, String
      attribute :brand,                     String
      attribute :expiration,                String
      attribute :avs_address,               String
      attribute :avs_number,                String
      attribute :avs_complement,            String
      attribute :avs_district,              String
      attribute :avs_zipcode,               String
      attribute :payer_id,                  Integer
      attribute :charge_config_id,          Integer
      attribute :token,                     String
      attribute :national_identifier,       String
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cobrato-client-1.1.7 lib/cobrato/entities/credit_card.rb