BitPay PHP SDK

BuyerFields
in package

Tags
author

BitPay Integrations integrations@bitpay.com

license

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

see
https://developer.bitpay.com/reference/notifications-invoices

Notifications Invoices

Table of Contents

Properties

$buyerAddress1  : string|null
$buyerAddress2  : string|null
$buyerCity  : string|null
$buyerCountry  : string|null
$buyerEmail  : string|null
$buyerName  : string|null
$buyerNotify  : bool|null
$buyerPhone  : string|null
$buyerState  : string|null
$buyerZip  : string|null

Methods

getBuyerAddress1()  : string|null
getBuyerAddress2()  : string|null
getBuyerCity()  : string|null
getBuyerCountry()  : string|null
getBuyerEmail()  : string|null
getBuyerName()  : string|null
getBuyerNotify()  : bool|null
getBuyerPhone()  : string|null
getBuyerState()  : string|null
getBuyerZip()  : string|null
setBuyerAddress1()  : void
setBuyerAddress2()  : void
setBuyerCity()  : void
setBuyerCountry()  : void
setBuyerEmail()  : void
setBuyerName()  : void
setBuyerNotify()  : void
setBuyerPhone()  : void
setBuyerState()  : void
setBuyerZip()  : void

Properties

$buyerAddress1

protected string|null $buyerAddress1 = null

$buyerAddress2

protected string|null $buyerAddress2 = null

$buyerCountry

protected string|null $buyerCountry = null

$buyerEmail

protected string|null $buyerEmail = null

$buyerNotify

protected bool|null $buyerNotify = null

$buyerPhone

protected string|null $buyerPhone = null

$buyerState

protected string|null $buyerState = null

Methods

getBuyerAddress1()

public getBuyerAddress1() : string|null
Return values
string|null

getBuyerAddress2()

public getBuyerAddress2() : string|null
Return values
string|null

getBuyerCity()

public getBuyerCity() : string|null
Return values
string|null

getBuyerCountry()

public getBuyerCountry() : string|null
Return values
string|null

getBuyerEmail()

public getBuyerEmail() : string|null
Return values
string|null

getBuyerName()

public getBuyerName() : string|null
Return values
string|null

getBuyerNotify()

public getBuyerNotify() : bool|null
Return values
bool|null

getBuyerPhone()

public getBuyerPhone() : string|null
Return values
string|null

getBuyerState()

public getBuyerState() : string|null
Return values
string|null

getBuyerZip()

public getBuyerZip() : string|null
Return values
string|null

setBuyerAddress1()

public setBuyerAddress1(string|null $buyerAddress1) : void
Parameters
$buyerAddress1 : string|null

setBuyerAddress2()

public setBuyerAddress2(string|null $buyerAddress2) : void
Parameters
$buyerAddress2 : string|null

setBuyerCity()

public setBuyerCity(string|null $buyerCity) : void
Parameters
$buyerCity : string|null

setBuyerCountry()

public setBuyerCountry(string|null $buyerCountry) : void
Parameters
$buyerCountry : string|null

setBuyerEmail()

public setBuyerEmail(string|null $buyerEmail) : void
Parameters
$buyerEmail : string|null

setBuyerName()

public setBuyerName(string|null $buyerName) : void
Parameters
$buyerName : string|null

setBuyerNotify()

public setBuyerNotify(bool|null $buyerNotify) : void
Parameters
$buyerNotify : bool|null

setBuyerPhone()

public setBuyerPhone(string|null $buyerPhone) : void
Parameters
$buyerPhone : string|null

setBuyerState()

public setBuyerState(string|null $buyerState) : void
Parameters
$buyerState : string|null

setBuyerZip()

public setBuyerZip(string|null $buyerZip) : void
Parameters
$buyerZip : string|null

        
On this page

Search results