@@ -93,7 +93,7 @@ def create(params)
9393 # `additional_emails` of an existing customer. Other fields on a customer are
9494 # currently immutable.
9595 #
96- # @overload update(customer_id, accounting_sync_configuration: nil, additional_emails: nil, auto_collection: nil, auto_issuance: nil, automatic_tax_enabled: nil, billing_address: nil, currency: nil, email: nil, email_delivery: nil, external_customer_id: nil, hierarchy: nil, metadata: nil, name: nil, payment_provider: nil, payment_provider_id: nil, reporting_configuration: nil, shipping_address: nil, tax_configuration: nil, tax_id: nil, request_options: {})
96+ # @overload update(customer_id, accounting_sync_configuration: nil, additional_emails: nil, auto_collection: nil, auto_issuance: nil, billing_address: nil, currency: nil, email: nil, email_delivery: nil, external_customer_id: nil, hierarchy: nil, metadata: nil, name: nil, payment_provider: nil, payment_provider_id: nil, reporting_configuration: nil, shipping_address: nil, tax_configuration: nil, tax_id: nil, request_options: {})
9797 #
9898 # @param customer_id [String]
9999 #
@@ -105,8 +105,6 @@ def create(params)
105105 #
106106 # @param auto_issuance [Boolean, nil] Used to determine if invoices for this customer will be automatically issued. If
107107 #
108- # @param automatic_tax_enabled [Boolean, nil] Whether automatic tax calculation is enabled for this customer. When null, inher
109- #
110108 # @param billing_address [Orb::Models::AddressInput, nil]
111109 #
112110 # @param currency [String, nil] An ISO 4217 currency string used for the customer's invoices and balance. If not
@@ -333,7 +331,7 @@ def sync_payment_methods_from_gateway_by_external_customer_id(external_customer_
333331 # resource and semantics of this endpoint exactly mirror
334332 # [Update Customer](update-customer).
335333 #
336- # @overload update_by_external_id(id, accounting_sync_configuration: nil, additional_emails: nil, auto_collection: nil, auto_issuance: nil, automatic_tax_enabled: nil, billing_address: nil, currency: nil, email: nil, email_delivery: nil, external_customer_id: nil, hierarchy: nil, metadata: nil, name: nil, payment_provider: nil, payment_provider_id: nil, reporting_configuration: nil, shipping_address: nil, tax_configuration: nil, tax_id: nil, request_options: {})
334+ # @overload update_by_external_id(id, accounting_sync_configuration: nil, additional_emails: nil, auto_collection: nil, auto_issuance: nil, billing_address: nil, currency: nil, email: nil, email_delivery: nil, external_customer_id: nil, hierarchy: nil, metadata: nil, name: nil, payment_provider: nil, payment_provider_id: nil, reporting_configuration: nil, shipping_address: nil, tax_configuration: nil, tax_id: nil, request_options: {})
337335 #
338336 # @param id [String]
339337 #
@@ -345,8 +343,6 @@ def sync_payment_methods_from_gateway_by_external_customer_id(external_customer_
345343 #
346344 # @param auto_issuance [Boolean, nil] Used to determine if invoices for this customer will be automatically issued. If
347345 #
348- # @param automatic_tax_enabled [Boolean, nil] Whether automatic tax calculation is enabled for this customer. When null, inher
349- #
350346 # @param billing_address [Orb::Models::AddressInput, nil]
351347 #
352348 # @param currency [String, nil] An ISO 4217 currency string used for the customer's invoices and balance. If not
0 commit comments