lib/billimatic.rb in billimatic-client-0.10.2 vs lib/billimatic.rb in billimatic-client-0.11.0

- old
+ new

@@ -18,19 +18,21 @@ require 'billimatic/entities/plan_feature' require 'billimatic/entities/plan' require 'billimatic/entities/address_information' require 'billimatic/entities/customer' require 'billimatic/entities/company' +require 'billimatic/entities/person' require 'billimatic/entities/organization' require 'billimatic/entities/contract' require 'billimatic/entities/invoice' require 'billimatic/entities/invoice_rule' require 'billimatic/entities/payment_information' require 'billimatic/entities/subscription' require 'billimatic/entities/webhook' require 'billimatic/resources/base' require 'billimatic/resources/company' +require 'billimatic/resources/person' require 'billimatic/resources/organization' require 'billimatic/resources/contract' require 'billimatic/resources/invoice_rule' require 'billimatic/resources/invoice' require 'billimatic/resources/plan'