ProductPriceCreateStructInterface
ProductPriceCreateStructInterface.php
:
16
Extends
ProductPriceStructInterface
Methods¶
execute() ¶
ProductPriceStructInterface.php
:
16
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$productPriceService | ProductPriceServiceInterface | - | - |
getAmount() ¶
ProductPriceCreateStructInterface.php
:
32
|
|
Return values
numeric-string
getCurrency() ¶
ProductPriceCreateStructInterface.php
:
34
|
|
Return values
getCustomPrice() ¶
ProductPriceCreateStructInterface.php
:
36
|
|
Return values
Money|null
getCustomPriceRule() ¶
ProductPriceCreateStructInterface.php
:
41
|
|
Return values
numeric-string|null
getDiscriminator() ¶
ProductPriceCreateStructInterface.php
:
23
Return a value that all identifies ProductPrice specific type.
|
|
Return values
string
getMoney() ¶
ProductPriceCreateStructInterface.php
:
27
|
|
Return values
Money
getProduct() ¶
ProductPriceCreateStructInterface.php
:
25
|
|