PHP 클래스 Braintree\UsBankAccountGateway

== More information ==
파일 보기 프로젝트 열기: braintree/braintree_php

공개 메소드들

메소드 설명
__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

비공개 메소드들

메소드 설명
_verifyGatewayResponse ( array $response ) : Braintree\Result\Successful | Error generic method for validating incoming gateway responses

메소드 상세

__construct() 공개 메소드

public __construct ( $gateway )

find() 공개 메소드

find a usBankAccount by token
public find ( string $token ) : UsBankAccount
$token string paypal accountunique id
리턴 UsBankAccount

sale() 공개 메소드

create a new sale for the current UsBank account
또한 보기: Transaction::sale()
public sale ( string $token, array $transactionAttribs ) : Braintree\Result\Successful | Error
$token string
$transactionAttribs array
리턴 Braintree\Result\Successful | Braintree\Result\Error