Sha256: 0d18991a592d8b51ea62ce53643319a853881e38721e893ed2791718d6aee3dd
Contents?: true
Size: 1.6 KB
Versions: 3
Compression:
Stored size: 1.6 KB
Contents
module Cobrato module Entities class ChargeConfig < Base attribute :id, Integer attribute :name, String attribute :type, String attribute :status, String attribute :payee_id, String attribute :available_charge_types, Array attribute :deactivated_at, DateTime # billet specifics attribute :bank_account_id, Integer attribute :portfolio_code, String attribute :agreement_code, String attribute :agreement_code_digit, String attribute :initial_number, Integer attribute :next_number, Integer attribute :end_number, Integer attribute :registered_charges, Boolean attribute :remittance_agreement_code, Integer attribute :initial_remittance_number, Integer attribute :current_remittance_number, Integer attribute :remittance_cnab_pattern, Integer attribute :transmission_code, String attribute :pre_released_billet, Boolean attribute :writing_off_deadline, Integer # payment gateway specifics attribute :gateway_name, String attribute :gateway_id, String attribute :gateway_key, String attribute :billet_gateway_id, String attribute :billet_gateway_key, String attribute :account_holder, Boolean attribute :use_avs, Boolean end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cobrato-client-1.1.1 | lib/cobrato/entities/charge_config.rb |
cobrato-client-1.1.0 | lib/cobrato/entities/charge_config.rb |
cobrato-client-1.0.1 | lib/cobrato/entities/charge_config.rb |