lib/chargebee/models/customer.rb in chargebee-1.5.4 vs lib/chargebee/models/customer.rb in chargebee-1.5.5
- old
+ new
@@ -8,10 +8,10 @@
class PaymentMethod < Model
attr_accessor :type, :status, :reference_id
end
attr_accessor :id, :first_name, :last_name, :email, :phone, :company, :vat_number, :auto_collection,
- :created_at, :created_from_ip, :card_status, :billing_address, :payment_method
+ :created_at, :created_from_ip, :card_status, :billing_address, :payment_method, :invoice_notes
# OPERATIONS
#-----------
def self.create(params={}, env=nil)
\ No newline at end of file