CheckoutServiceInterface
CheckoutServiceInterface.php
:
16
Interface
Methods¶
createCheckout()
¶
CheckoutServiceInterface.php
:
39
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$createStruct | CheckoutCreateStruct | - | - |
Return values
Tags
deleteCheckout()
¶
CheckoutServiceInterface.php
:
51
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$checkout | CheckoutInterface | - | - |
Tags
getCheckout()
¶
CheckoutServiceInterface.php
:
26
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
Return values
Tags
getCheckoutForCart()
¶
CheckoutServiceInterface.php
:
33
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$cart | CartInterface | - | - |
Return values
Tags
newCheckoutCreateStruct()
¶
CheckoutServiceInterface.php
:
18
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$cart | CartInterface|null | null | - |
$checkoutName | string|null | null | - |
Return values
newCheckoutUpdateStruct()
¶
CheckoutServiceInterface.php
:
20
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$transition | string|null | null | - |
$data | mixed | null | - |
Return values
updateCheckout()
¶
CheckoutServiceInterface.php
:
45
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$checkout | CheckoutInterface | - | - |
$updateStruct | CheckoutUpdateStruct | - | - |