PHP Class Payum\Paypal\Masspay\Nvp\Api

Afficher le fichier Open project: payum/payum Class Usage Examples

Protected Properties

Свойство Type Description
$client Payum\Core\HttpClientInterface
$messageFactory Http\Message\MessageFactory
$options array

Méthodes publiques

Méthode Description
__construct ( array $options, Payum\Core\HttpClientInterface $client, Http\Message\MessageFactory $messageFactory )
massPay ( array $fields ) : array

Méthodes protégées

Méthode Description
addAuthorizeFields ( array &$fields )
addVersionField ( array &$fields )
doRequest ( array $fields ) : array
getApiEndpoint ( ) : string

Method Details

__construct() public méthode

public __construct ( array $options, Payum\Core\HttpClientInterface $client, Http\Message\MessageFactory $messageFactory )
$options array
$client Payum\Core\HttpClientInterface
$messageFactory Http\Message\MessageFactory

addAuthorizeFields() protected méthode

protected addAuthorizeFields ( array &$fields )
$fields array

addVersionField() protected méthode

protected addVersionField ( array &$fields )
$fields array

doRequest() protected méthode

protected doRequest ( array $fields ) : array
$fields array
Résultat array

getApiEndpoint() protected méthode

protected getApiEndpoint ( ) : string
Résultat string

massPay() public méthode

public massPay ( array $fields ) : array
$fields array
Résultat array

Property Details

$client protected_oe property

protected HttpClientInterface,Payum\Core $client
Résultat Payum\Core\HttpClientInterface

$messageFactory protected_oe property

protected MessageFactory,Http\Message $messageFactory
Résultat Http\Message\MessageFactory

$options protected_oe property

protected array $options
Résultat array