Copied!

CheckoutInterface

CheckoutInterface.php : 15

Methods

publicgetCartIdentifier()

CheckoutInterface.php : 19
public getCartIdentifier() : string

Return values

string

publicgetCheckoutName()

CheckoutInterface.php : 32
public getCheckoutName() : string|null

Return values

string|null

publicgetContext()

CheckoutInterface.php : 28
public getContext() : MapInterface<string, mixed>

Return values

MapInterface<string, mixed>

publicgetCreatedAt()

CheckoutInterface.php : 21
public getCreatedAt() : DateTimeInterface

Return values

DateTimeInterface

publicgetIdentifier()

CheckoutInterface.php : 17
public getIdentifier() : string

Return values

string

publicgetStatus()

CheckoutInterface.php : 30
public getStatus() : string

Return values

string

publicgetUpdatedAt()

CheckoutInterface.php : 23
public getUpdatedAt() : DateTimeInterface

Return values

DateTimeInterface

publicsetContext()

CheckoutInterface.php : 37
public setContext(MutableMapInterface<string, mixed> $context) : void

Parameters

Name Type Default value Description
$context MutableMapInterface<string, mixed> - -