PHP Интерфейс Bitpay\Client\ClientInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
createInvoice ( Bitpay\InvoiceInterface $invoice ) : Invoice
createPayout ( Bitpay\PayoutInterface $payout ) : Bitpay\PayoutInterface | mixed Create a Payout Request on Bitpay
deletePayout ( Bitpay\PayoutInterface $payout ) : Bitpay\PayoutInterface | mixed
getCurrencies ( ) public function getAccessToken($keyId);
getInvoice ( $invoiceId ) : Bitpay\InvoiceInterface
getPayout ( $payoutId ) : Payout
getPayouts ( null $status = null ) : array
getTokens ( ) : array Get an array of tokens indexed by facade

Описание методов

createInvoice() публичный Метод

public createInvoice ( Bitpay\InvoiceInterface $invoice ) : Invoice
$invoice Bitpay\InvoiceInterface
Результат Bitpay\Invoice

createPayout() публичный Метод

Create a Payout Request on Bitpay
public createPayout ( Bitpay\PayoutInterface $payout ) : Bitpay\PayoutInterface | mixed
$payout Bitpay\PayoutInterface
Результат Bitpay\PayoutInterface | mixed

deletePayout() публичный Метод

public deletePayout ( Bitpay\PayoutInterface $payout ) : Bitpay\PayoutInterface | mixed
$payout Bitpay\PayoutInterface
Результат Bitpay\PayoutInterface | mixed

getCurrencies() публичный Метод

public function getAccessToken($keyId);
public getCurrencies ( )

getInvoice() публичный Метод

public getInvoice ( $invoiceId ) : Bitpay\InvoiceInterface
$invoiceId
Результат Bitpay\InvoiceInterface

getPayout() публичный Метод

public getPayout ( $payoutId ) : Payout
$payoutId
Результат Bitpay\Payout

getPayouts() публичный Метод

public getPayouts ( null $status = null ) : array
$status null
Результат array

getTokens() публичный Метод

Get an array of tokens indexed by facade
public getTokens ( ) : array
Результат array