|
|
@@ -60,6 +60,7 @@ class SaleApi implements OwnerInterface |
|
|
public ?string $ownerName = null; |
|
|
public ?string $ownerName = null; |
|
|
|
|
|
|
|
|
#[ApiProperty(writable: true)] |
|
|
#[ApiProperty(writable: true)] |
|
|
|
|
|
#[NotBlank] |
|
|
public ?PartnerApi $partner = null; |
|
|
public ?PartnerApi $partner = null; |
|
|
|
|
|
|
|
|
#[ApiProperty(writable: false)] |
|
|
#[ApiProperty(writable: false)] |
|
|
@@ -69,6 +70,7 @@ class SaleApi implements OwnerInterface |
|
|
public ?string $partnerName = null; |
|
|
public ?string $partnerName = null; |
|
|
|
|
|
|
|
|
#[ApiProperty(writable: true)] |
|
|
#[ApiProperty(writable: true)] |
|
|
|
|
|
#[NotBlank] |
|
|
public ?ProductApi $product = null; |
|
|
public ?ProductApi $product = null; |
|
|
|
|
|
|
|
|
#[ApiProperty(writable: false)] |
|
|
#[ApiProperty(writable: false)] |
|
|
|