A CustomerField represents an AccountCustomerField value that is specified for an individual Customer in your Liftoff account.
Properties
Name | Type | Description |
---|---|---|
CustomerId | int | The ID of the customer that the field belongs to. |
Customer (via $expand) | Customer | The customer that the field belongs to. |
AccountCustomerFieldId | int | The ID of the account's customer field that the value belongs to. |
AccountCustomerField (via $expand) | AccountCustomerField | The account's customer field that the value belongs to. |
Name | string | The name of the customer field. |
Value | string | The field's value for this customer. |