Sha256: 5eb41cc28e88108956b8edbc3caa3c2bdf83ee3cd64b255815976119e5248b6b
Contents?: true
Size: 856 Bytes
Versions: 1
Compression:
Stored size: 856 Bytes
Contents
module Cobrato module Entities class ChargeAccount < Base attribute :id, Integer attribute :bank_account_id, Integer attribute :portfolio_code, String attribute :agreement_code, String attribute :agreement_code_digit, String attribute :name, String attribute :initial_number, Integer attribute :current_number, Integer attribute :end_number, Integer attribute :status, String attribute :registered_charges, Boolean attribute :agreement_number, Integer attribute :initial_remittance_number, Integer attribute :current_remittance_number, Integer attribute :remittance_cnab_pattern, Integer end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cobrato-client-0.2.4 | lib/cobrato/entities/charge_account.rb |