PaymentMethodListInterface
        PaymentMethodListInterface.php
                :
        20
                
    
            Interface
                    
                Extends
                                    IteratorAggregate                            
                List of payment methods being the result of executing payment method query.
Tags
Methods¶
                
getPaymentMethods()
            ¶
    
        
        PaymentMethodListInterface.php
                :
        27
                
    
        Returns the payment methods matching query within offset and limit.
| 
                     | 
                
                    
                     | 
            
Return values
array<string|int, PaymentMethodInterface>
                
getTotalCount()
            ¶
    
        
        PaymentMethodListInterface.php
                :
        32
                
    
        Returns the total number of payment methods matching query.
| 
                     | 
                
                    
                     | 
            
Return values
int