Interface CustomerGroupAssignmentDraft

All Superinterfaces:
Draft<CustomerGroupAssignmentDraft>

public interface CustomerGroupAssignmentDraft extends Draft<CustomerGroupAssignmentDraft>
CustomerGroupAssignmentDraft
Example to create an instance using the builder pattern

     CustomerGroupAssignmentDraft customerGroupAssignmentDraft = CustomerGroupAssignmentDraft.builder()
             .customerGroup(customerGroupBuilder -> customerGroupBuilder)
             .build()