CheckoutInterface
CheckoutInterface.php
:
15
Interface
Methods¶
getCartIdentifier()
¶
CheckoutInterface.php
:
19
|
|
Return values
string
getCheckoutName()
¶
CheckoutInterface.php
:
32
|
|
Return values
string|null
getContext()
¶
CheckoutInterface.php
:
28
|
|
Return values
MapInterface<string, mixed>
getCreatedAt()
¶
CheckoutInterface.php
:
21
|
|
Return values
DateTimeInterface
getIdentifier()
¶
CheckoutInterface.php
:
17
|
|
Return values
string
getStatus()
¶
CheckoutInterface.php
:
30
|
|
Return values
string
getUpdatedAt()
¶
CheckoutInterface.php
:
23
|
|
Return values
DateTimeInterface
setContext()
¶
CheckoutInterface.php
:
37
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$context | MutableMapInterface<string, mixed> | - | - |