commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
MyBusinessUnitAssociateDraft.php
1 <?php
2 
3 declare(strict_types=1);
10 
14 
16 {
17  public const FIELD_VERSION = 'version';
18  public const FIELD_CUSTOMER = 'customer';
19  public const FIELD_ASSOCIATE_ROLE_ASSIGNMENTS = 'associateRoleAssignments';
20 
28  public function getVersion();
29 
36  public function getCustomer();
37 
44  public function getAssociateRoleAssignments();
45 
49  public function setVersion(?int $version): void;
50 
54  public function setCustomer(?MyCustomerDraft $customer): void;
55 
59  public function setAssociateRoleAssignments(?AssociateRoleAssignmentDraftCollection $associateRoleAssignments): void;
60 }
setAssociateRoleAssignments(?AssociateRoleAssignmentDraftCollection $associateRoleAssignments)