UpdateCustomerRequest class
Properties
-
description
→ String?
-
An arbitrary string that you can attach to a customer object. It is
displayed alongside the customer in the dashboard.
finalinherited
-
email
→ String?
-
Customer’s email address. It’s displayed alongside the customer in your
dashboard and can be useful for searching and tracking. This may be up to
512 characters.
finalinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id
→ String
-
Unique identifier for the object.
final
-
metadata
→ Map<String, String>?
-
Set of key-value pairs that you can attach to an object. This can be
useful for storing additional information about the object in a structured
format. Individual keys can be unset by posting an empty value to them.
All keys can be unset by posting an empty value to metadata.
finalinherited
-
name
→ String?
-
The customer’s full name or business name.
finalinherited
-
paymentMethod
→ String?
-
The ID of the PaymentMethod to attach to the customer.
finalinherited
-
phoneNumber
→ String?
-
The customer’s phone number.
finalinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited