PHP 클래스 App\Ninja\PaymentDrivers\BraintreePaymentDriver

상속: extends BasePaymentDriver
파일 보기 프로젝트 열기: hillelcoren/invoice-ninja

보호된 프로퍼티들

프로퍼티 타입 설명
$customerReferenceParam
$sourceReferenceParam

공개 메소드들

메소드 설명
createToken ( )
createTransactionToken ( )
creatingCustomer ( $customer )
gatewayTypes ( )
removePaymentMethod ( $paymentMethod )
startPurchase ( $input = false, $sourceId = false )
tokenize ( )

보호된 메소드들

메소드 설명
attemptVoidPayment ( $response, $payment, $amount )
checkCustomerExists ( $customer )
creatingPaymentMethod ( $paymentMethod )
paymentDetails ( $paymentMethod = false )

비공개 메소드들

메소드 설명
customerData ( )

메소드 상세

attemptVoidPayment() 보호된 메소드

protected attemptVoidPayment ( $response, $payment, $amount )

checkCustomerExists() 보호된 메소드

protected checkCustomerExists ( $customer )

createToken() 공개 메소드

public createToken ( )

createTransactionToken() 공개 메소드

creatingCustomer() 공개 메소드

public creatingCustomer ( $customer )

creatingPaymentMethod() 보호된 메소드

protected creatingPaymentMethod ( $paymentMethod )

gatewayTypes() 공개 메소드

public gatewayTypes ( )

paymentDetails() 보호된 메소드

protected paymentDetails ( $paymentMethod = false )

removePaymentMethod() 공개 메소드

public removePaymentMethod ( $paymentMethod )

startPurchase() 공개 메소드

public startPurchase ( $input = false, $sourceId = false )

tokenize() 공개 메소드

public tokenize ( )

프로퍼티 상세

$customerReferenceParam 보호되어 있는 프로퍼티

protected $customerReferenceParam

$sourceReferenceParam 보호되어 있는 프로퍼티

protected $sourceReferenceParam