CheckoutServiceInterface
CheckoutServiceInterface.php
:
16
Interface
Methods¶
createCheckout()
¶
CheckoutServiceInterface.php
:
42
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$createStruct | CheckoutCreateStruct | - | - |
Return values
Tags
deleteCheckout()
¶
CheckoutServiceInterface.php
:
54
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$checkout | CheckoutInterface | - | - |
Tags
getCheckout()
¶
CheckoutServiceInterface.php
:
29
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
Return values
Tags
getCheckoutForCart()
¶
CheckoutServiceInterface.php
:
36
|
|
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
:
23
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$transition | string|null | null | - |
$data | mixed|null | null | - |
Return values
updateCheckout()
¶
CheckoutServiceInterface.php
:
48
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$checkout | CheckoutInterface | - | - |
$updateStruct | CheckoutUpdateStruct | - | - |