PHP Interface Bitpay\Client\ClientInterface

Afficher le fichier Open project: bitpay/php-client

Méthodes publiques

Méthode Description
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

Method Details

createInvoice() public méthode

public createInvoice ( Bitpay\InvoiceInterface $invoice ) : Invoice
$invoice Bitpay\InvoiceInterface
Résultat Bitpay\Invoice

createPayout() public méthode

Create a Payout Request on Bitpay
public createPayout ( Bitpay\PayoutInterface $payout ) : Bitpay\PayoutInterface | mixed
$payout Bitpay\PayoutInterface
Résultat Bitpay\PayoutInterface | mixed

deletePayout() public méthode

public deletePayout ( Bitpay\PayoutInterface $payout ) : Bitpay\PayoutInterface | mixed
$payout Bitpay\PayoutInterface
Résultat Bitpay\PayoutInterface | mixed

getCurrencies() public méthode

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

getInvoice() public méthode

public getInvoice ( $invoiceId ) : Bitpay\InvoiceInterface
$invoiceId
Résultat Bitpay\InvoiceInterface

getPayout() public méthode

public getPayout ( $payoutId ) : Payout
$payoutId
Résultat Bitpay\Payout

getPayouts() public méthode

public getPayouts ( null $status = null ) : array
$status null
Résultat array

getTokens() public méthode

Get an array of tokens indexed by facade
public getTokens ( ) : array
Résultat array