CustomerIdFormField
Form field containing customer id.
interface CustomerIdFormField extends BaseFormField {
customer_id?: number;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
customer_id | Optional | number | Form field customer id. |
Form field containing customer id.
interface CustomerIdFormField extends BaseFormField {
customer_id?: number;
}| Name | Required | Type | Description |
|---|---|---|---|
customer_id | Optional | number | Form field customer id. |