PaymentStatusChange
        PaymentStatusChange.php
                :
        25
                
    
                                Final
                
                    
                Extends Notification
            
        
                    
                Implements
                                    EmailNotificationInterface,                                     SmsNotificationInterface,                                     PaymentAwareNotificationInterface,                                     OrderAwareNotificationInterface                            
        
                Methods¶
                
__construct()
            ¶
    
        
        PaymentStatusChange.php
                :
        45
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $payment | PaymentInterface | - | - | 
| $workflow | WorkflowInterface | - | - | 
| $transition | Transition | - | - | 
| $marking | Marking | - | - | 
| $context | array<string|int, mixed> | - | - | 
                
asEmailMessage()
            ¶
    
        
        PaymentStatusChange.php
                :
        61
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $recipient | EmailRecipientInterface | - | - | 
| $transport | string|null | null | - | 
Return values
EmailMessage|null
                
asSmsMessage()
            ¶
    
        
        PaymentStatusChange.php
                :
        66
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $recipient | SmsRecipientInterface | - | - | 
| $transport | string|null | null | - | 
Return values
SmsMessage|null
                
getContext()
            ¶
    
        
        PaymentStatusChange.php
                :
        94
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
array<string|int, mixed>
                
getMarking()
            ¶
    
        
        PaymentStatusChange.php
                :
        86
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
Marking
                
getOrder()
            ¶
    
        
        PaymentStatusChange.php
                :
        99
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
                
getPayment()
            ¶
    
        
        PaymentStatusChange.php
                :
        71
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
                
getTransition()
            ¶
    
        
        PaymentStatusChange.php
                :
        81
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
Transition
                
getWorkflow()
            ¶
    
        
        PaymentStatusChange.php
                :
        76
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
WorkflowInterface