PHP Класс App\Ninja\PaymentDrivers\BraintreePaymentDriver

Наследование: extends BasePaymentDriver
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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