Record
update-customer-params
No description available.
record update-customer-params {
customer-id: string,
address: option<address>,
birthday: option<string>,
company-name: option<string>,
email-address: option<string>,
family-name: option<string>,
given-name: option<string>,
nickname: option<string>,
note: option<string>,
phone-number: option<string>,
reference-id: option<string>,
version: option<s64>,
}Fields
| Name | Type | Description |
|---|---|---|
| customer-id | string | |
| address | option<address> | |
| birthday | option<string> | |
| company-name | option<string> | |
| email-address | option<string> | |
| family-name | option<string> | |
| given-name | option<string> | |
| nickname | option<string> | |
| note | option<string> | |
| phone-number | option<string> | |
| reference-id | option<string> | |
| version | option<s64> |