BuyerFields
in package
Tags
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
$buyerCity
protected
string|null
$buyerCity
= null
$buyerCountry
protected
string|null
$buyerCountry
= null
$buyerEmail
protected
string|null
$buyerEmail
= null
$buyerName
protected
string|null
$buyerName
= null
$buyerNotify
protected
bool|null
$buyerNotify
= null
$buyerPhone
protected
string|null
$buyerPhone
= null
$buyerState
protected
string|null
$buyerState
= null
$buyerZip
protected
string|null
$buyerZip
= null
Methods
getBuyerAddress1()
public
getBuyerAddress1() : string|null
Return values
string|nullgetBuyerAddress2()
public
getBuyerAddress2() : string|null
Return values
string|nullgetBuyerCity()
public
getBuyerCity() : string|null
Return values
string|nullgetBuyerCountry()
public
getBuyerCountry() : string|null
Return values
string|nullgetBuyerEmail()
public
getBuyerEmail() : string|null
Return values
string|nullgetBuyerName()
public
getBuyerName() : string|null
Return values
string|nullgetBuyerNotify()
public
getBuyerNotify() : bool|null
Return values
bool|nullgetBuyerPhone()
public
getBuyerPhone() : string|null
Return values
string|nullgetBuyerState()
public
getBuyerState() : string|null
Return values
string|nullgetBuyerZip()
public
getBuyerZip() : string|null
Return values
string|nullsetBuyerAddress1()
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