Sha256: ee99181b8be716027a15b4ba9e25c72ba392ad5816d75acb5a36f5bd9a5b58e2
Contents?: true
Size: 796 Bytes
Versions: 43
Compression:
Stored size: 796 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 end end end
Version data entries
43 entries across 43 versions & 1 rubygems
Version | Path |
---|---|
cobrato-client-0.9.1 | lib/cobrato/entities/credit_card.rb |
cobrato-client-0.9.0 | lib/cobrato/entities/credit_card.rb |
cobrato-client-0.8.0 | lib/cobrato/entities/credit_card.rb |