Property | Type | Description | |
---|---|---|---|
$address | array | ||
$agreedToTOSandPP | boolean | ||
$city | string | ||
$country | string | ||
string | |||
$firstName | string | ||
$lastName | string | ||
$phone | string | ||
$state | string | ||
$zip | string |
Method | Description | |
---|---|---|
getAddress ( ) | ||
getAgreedToTOSandPP ( ) : boolean | ||
getCity ( ) | ||
getCountry ( ) | ||
getEmail ( ) | ||
getFirstName ( ) | ||
getLastName ( ) | ||
getPhone ( ) | ||
getState ( ) | ||
getZip ( ) | ||
setAddress ( array $address ) : bitpay\UserInterface | ||
setAgreedToTOSandPP ( boolean $boolvalue ) : |
||
setCity ( string $city ) : bitpay\UserInterface | ||
setCountry ( string $country ) : bitpay\UserInterface | ||
setEmail ( string $email ) : bitpay\UserInterface | ||
setFirstName ( string $firstName ) : bitpay\UserInterface | ||
setLastName ( string $lastName ) : bitpay\UserInterface | ||
setPhone ( string $phone ) : bitpay\UserInterface | ||
setState ( string $state ) : bitpay\UserInterface | ||
setZip ( string $zip ) : bitpay\UserInterface |
public setAddress ( array $address ) : bitpay\UserInterface | ||
$address | array | |
return | bitpay\UserInterface |
public setAgreedToTOSandPP ( boolean $boolvalue ) : |
||
$boolvalue | boolean | |
return |
public setCountry ( string $country ) : bitpay\UserInterface | ||
$country | string | |
return | bitpay\UserInterface |
public setFirstName ( string $firstName ) : bitpay\UserInterface | ||
$firstName | string | |
return | bitpay\UserInterface |
public setLastName ( string $lastName ) : bitpay\UserInterface | ||
$lastName | string | |
return | bitpay\UserInterface |