Sha256: 1ed46e12f749ea309716ab2273a34ffb78d9b5d2799579d9c6d0fa8a4baefc46
Contents?: true
Size: 628 Bytes
Versions: 3
Compression:
Stored size: 628 Bytes
Contents
module Cobrato module Entities class CreditCard < Base attribute :id, Integer attribute :number, String attribute :holder_name, String attribute :unusable, Boolean 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 end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cobrato-client-0.4.2 | lib/cobrato/entities/credit_card.rb |
cobrato-client-0.4.1 | lib/cobrato/entities/credit_card.rb |
cobrato-client-0.4.0 | lib/cobrato/entities/credit_card.rb |