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