lib/cobrato/entities/charge_account.rb in cobrato-client-0.2.3 vs lib/cobrato/entities/charge_account.rb in cobrato-client-0.2.4
- old
+ new
@@ -1,17 +1,21 @@
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 :payment_methods, Array
+ 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
\ No newline at end of file