Class Buyer
Describes the buyer of your product, this info is received in notifications
public
|
|
public
|
public
string
|
$id |
|
#
Unique id for this buyer |
public
string
|
$firstName |
|
#
First name |
public
string
|
$lastName |
|
#
Last name |
public
string
|
|
#
|
|
public
string
|
$business |
|
#
business name if has one |
public
string
|
$phone |
|
#
contact phone |
public
string
|
$status |
|
#
status, ie verified or not |
public
string
|
$residenceCountry |
|
#
Code of country of residence |
public
string
|
$addressCountry |
|
#
Country |
public
string
|
$addressCountryCode |
|
#
Country code ie gb or fr etc |
public
string
|
$addressZip |
|
#
Zip code or similar |
public
string
|
$addressState |
|
#
State |
public
string
|
$addressCity |
|
#
City |
public
string
|
$addressStreet |
|
#
Street |
public
string
|
$addressName |
|
#
Name to be used with address |
public
string
|
$addressStatus |
|
#
status of address, ie verifed or not |