PHP 인터페이스 Bitpay\Client\ClientInterface

파일 보기 프로젝트 열기: bitpay/php-client

공개 메소드들

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