lib/billimatic/entities/plan.rb in billimatic-client-0.11.3 vs lib/billimatic/entities/plan.rb in billimatic-client-0.12.0

- old
+ new

@@ -27,8 +27,10 @@ attribute :cobrato_payment_gateway_charge_config_name, String attribute :finance_category, String attribute :finance_revenue_center, String attribute :created_at, DateTime attribute :products, Array[Product] + attribute :allow_installments, Boolean + attribute :installments_limit, Integer end end end