lib/billimatic/entities/receivable.rb in billimatic-client-0.14.1 vs lib/billimatic/entities/receivable.rb in billimatic-client-0.15.0

- old
+ new

@@ -12,11 +12,12 @@ attribute :created_at, DateTime attribute :state, String attribute :payment_gateway_status, String attribute :cobrato_charge_id, Integer attribute :cobrato_errors, String + attribute :myfinance_sale_id, Integer attribute :finance_receivable_id, Integer attribute :finance_entity_id, Integer - attribute :finance_errors, String + attribute :myfinance_errors, String end end end