@@ -147,9 +147,10 @@ def create(params)
147147 #
148148 # This endpoint can be used to update the `payment_provider`,
149149 # `payment_provider_id`, `name`, `email`, `email_delivery`, `tax_id`,
150- # `auto_collection`, `metadata`, `shipping_address`, `billing_address`, and
151- # `additional_emails` of an existing customer. Other fields on a customer are
152- # currently immutable.
150+ # `auto_collection`, `metadata`, `shipping_address`, `billing_address`,
151+ # `additional_emails`, and `currency` of an existing customer. `currency` can only
152+ # be set if it has not already been set on the customer. Other fields on a
153+ # customer are currently immutable.
153154 #
154155 # @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_configuration: nil, payment_provider: nil, payment_provider_id: nil, reporting_configuration: nil, shipping_address: nil, tax_configuration: nil, tax_id: nil, request_options: {})
155156 #
@@ -165,7 +166,7 @@ def create(params)
165166 #
166167 # @param billing_address [Orb::Models::AddressInput, nil]
167168 #
168- # @param currency [String, nil] An ISO 4217 currency string used for the customer's invoices and balance. If not
169+ # @param currency [String, nil] An ISO 4217 currency string used for the customer's invoices and balance. This c
169170 #
170171 # @param email [String, nil] A valid customer email, to be used for invoicing and notifications.
171172 #
@@ -406,7 +407,7 @@ def sync_payment_methods_from_gateway_by_external_customer_id(external_customer_
406407 #
407408 # @param billing_address [Orb::Models::AddressInput, nil]
408409 #
409- # @param currency [String, nil] An ISO 4217 currency string used for the customer's invoices and balance. If not
410+ # @param currency [String, nil] An ISO 4217 currency string used for the customer's invoices and balance. This c
410411 #
411412 # @param email [String, nil] A valid customer email, to be used for invoicing and notifications.
412413 #
0 commit comments