lib/cobrato/entities/charge_account.rb in cobrato-client-0.2.1 vs lib/cobrato/entities/charge_account.rb in cobrato-client-0.2.2

- old
+ new

@@ -9,8 +9,9 @@ attribute :name, String attribute :initial_number, Integer attribute :current_number, Integer attribute :end_number, Integer attribute :status, String + attribute :payment_methods, Array end end end \ No newline at end of file