Sha256: 5f198622f853edadca08a2b34c07bf543cf0040295a10d542fd7a514a919c0bb
Contents?: true
Size: 1011 Bytes
Versions: 6
Compression:
Stored size: 1011 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 attribute :interest_amount_per_month, Decimal attribute :mulct_type, String attribute :mulct_value, Decimal end end end
Version data entries
6 entries across 6 versions & 1 rubygems