Interface: UpdateCustomerRequest
Extends
Partial
<Pick
<Customer
,"email"
|"first_name"
|"last_name"
|"external_customer_id"
|"apply_credit_to_next_recurring_charge"
>>
Properties
apply_credit_to_next_recurring_charge?
optional
apply_credit_to_next_recurring_charge:boolean
A boolean that indicates whether Recharge credits will be applied to the next recurring charge
Inherited from
Partial.apply_credit_to_next_recurring_charge
email?
optional
email:string
The email address of the customer.
Inherited from
Partial.email
external_customer_id?
optional
external_customer_id:ExternalId
An object containing external ids for the customer record.
Inherited from
Partial.external_customer_id
first_name?
optional
first_name:string
The customer’s first name.