CustomerGroupCustomerDTO
The details of a group's customer.
id
stringRequiredThe ID of the relation.
customer_id
stringRequiredThe customer's ID.
customer_group_id
stringRequiredThe customer group's ID.
customer
Partial<CustomerDTO>The customer's details.
customer
Partial<CustomerDTO>group
Partial<CustomerGroupDTO>The group's details.
group
Partial<CustomerGroupDTO>created_by
null | stringWho the relation was created by.
created_at
string | DateThe creation date of the customer group customer.
updated_at
string | DateThe update date of the customer group customer.
Was this section helpful?