PHP Class Braintree\UsBankAccountGateway

== More information ==
Afficher le fichier Open project: braintree/braintree_php

Méthodes publiques

Méthode Description
__construct ( $gateway )
find ( string $token ) : UsBankAccount find a usBankAccount by token
sale ( string $token, array $transactionAttribs ) : Braintree\Result\Successful | Error create a new sale for the current UsBank account

Private Methods

Méthode Description
_verifyGatewayResponse ( array $response ) : Braintree\Result\Successful | Error generic method for validating incoming gateway responses

Method Details

__construct() public méthode

public __construct ( $gateway )

find() public méthode

find a usBankAccount by token
public find ( string $token ) : UsBankAccount
$token string paypal accountunique id
Résultat UsBankAccount

sale() public méthode

create a new sale for the current UsBank account
See also: Transaction::sale()
public sale ( string $token, array $transactionAttribs ) : Braintree\Result\Successful | Error
$token string
$transactionAttribs array
Résultat Braintree\Result\Successful | Braintree\Result\Error