lib/cobrato/entities/charge_account.rb in cobrato-client-0.2.4 vs lib/cobrato/entities/charge_account.rb in cobrato-client-0.2.5
- old
+ new
@@ -14,8 +14,11 @@
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
\ No newline at end of file