Interface: UpdateCustomerRequest
Extends
Partial<Pick<Customer,"email"|"first_name"|"last_name"|"external_customer_id"|"apply_credit_to_next_recurring_charge"|"apply_credit_to_next_recurring_charge_channel"|"phone"|"backup_payment_methods_enabled">>
Properties
apply_credit_to_next_recurring_charge?
optionalapply_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
apply_credit_to_next_recurring_charge_channel?
optionalapply_credit_to_next_recurring_charge_channel:string
A string that indicates which channel apply_credit_to_next_recurring_charge was set
Inherited from
Partial.apply_credit_to_next_recurring_charge_channel
backup_payment_methods_enabled?
optionalbackup_payment_methods_enabled:boolean
Backup payment methods enabled
Inherited from
Partial.backup_payment_methods_enabled
email?
optionalemail:string
The email address of the customer.
Inherited from
Partial.email
external_customer_id?
optionalexternal_customer_id:ExternalId
An object containing external ids for the customer record.
Inherited from
Partial.external_customer_id
first_name?
optionalfirst_name:string
The customer’s first name.
Inherited from
Partial.first_name
last_name?
optionallast_name:string
The customer’s last name.
Inherited from
Partial.last_name
phone?
optionalphone:string
The customer's phone number
Inherited from
Partial.phone