lib/chargebee/models/customer.rb in chargebee-1.6.2 vs lib/chargebee/models/customer.rb in chargebee-1.6.3
- old
+ new
@@ -8,11 +8,11 @@
class PaymentMethod < Model
attr_accessor :type, :gateway, :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, :invoice_notes,
- :account_credits
+ :created_at, :created_from_ip, :taxability, :card_status, :billing_address, :payment_method,
+ :invoice_notes, :account_credits
# OPERATIONS
#-----------
def self.create(params={}, env=nil, headers={})
\ No newline at end of file