lib/chargebee/models/customer.rb in chargebee-2.37.1 vs lib/chargebee/models/customer.rb in chargebee-2.38.0

- old
+ new

@@ -23,10 +23,14 @@ class EntityIdentifier < Model attr_accessor :id, :value, :scheme, :standard end + class TaxProvidersField < Model + attr_accessor :provider_name, :field_id, :field_value + end + class Relationship < Model attr_accessor :parent_id, :payment_owner_id, :invoice_owner_id end class ParentAccountAccess < Model @@ -43,11 +47,11 @@ :exempt_number, :resource_version, :updated_at, :locale, :billing_date, :billing_month, :billing_date_mode, :billing_day_of_week, :billing_day_of_week_mode, :pii_cleared, :auto_close_invoices, :channel, :active_id, :card_status, :fraud_flag, :primary_payment_source_id, :backup_payment_source_id, :billing_address, :referral_urls, :contacts, :payment_method, :invoice_notes, :business_entity_id, :preferred_currency_code, :promotional_credits, :unbilled_charges, :refundable_credits, :excess_payments, - :balances, :entity_identifiers, :is_einvoice_enabled, :einvoicing_method, :meta_data, :deleted, - :registered_for_gst, :consolidated_invoicing, :customer_type, :business_customer_without_vat_number, + :balances, :entity_identifiers, :tax_providers_fields, :is_einvoice_enabled, :einvoicing_method, + :meta_data, :deleted, :registered_for_gst, :consolidated_invoicing, :customer_type, :business_customer_without_vat_number, :client_profile_id, :relationship, :use_default_hierarchy_settings, :parent_account_access, :child_account_access, :vat_number_prefix, :entity_identifier_scheme, :entity_identifier_standard # OPERATIONS #----------- \ No newline at end of file