BitPay PHP SDK

RefundCreationException extends RefundException
in package

Refund creation exception.

Tags
author

BitPay Integrations integrations@bitpay.com

license

http://www.opensource.org/licenses/mit-license.php MIT

Table of Contents

Properties

$apiCode  : string|null
$bitPayCode  : string
$bitPayMessage  : string

Methods

__construct()  : mixed
Construct the RefundCreationException.
getApiCode()  : string

Properties

Methods

__construct()

Construct the RefundCreationException.

public __construct([string $message = "" ][, int $code = 162 ][, Exception $previous = null ][, string|null $apiCode = "000000" ]) : mixed
Parameters
$message : string = ""

[optional] The Exception message to throw.

$code : int = 162

[optional] The Exception code to throw.

$previous : Exception = null
$apiCode : string|null = "000000"

[optional] The API Exception code to throw.

getApiCode()

public getApiCode() : string
Return values
string

Error code provided by the BitPay REST API


        
On this page

Search results