PHP Class Bitpay\User

Inheritance: implements bitpay\UserInterface
Afficher le fichier Open project: bitpay/php-client

Protected Properties

Свойство Type Description
$address array
$agreedToTOSandPP boolean
$city string
$country string
$email string
$firstName string
$lastName string
$phone string
$state string
$zip string

Méthodes publiques

Méthode Description
getAddress ( )
getAgreedToTOSandPP ( ) : boolean
getCity ( )
getCountry ( )
getEmail ( )
getFirstName ( )
getLastName ( )
getPhone ( )
getState ( )
getZip ( )
setAddress ( array $address ) : bitpay\UserInterface
setAgreedToTOSandPP ( boolean $boolvalue ) : User
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

Method Details

getAddress() public méthode

public getAddress ( )

getAgreedToTOSandPP() public méthode

public getAgreedToTOSandPP ( ) : boolean
Résultat boolean

getCity() public méthode

public getCity ( )

getCountry() public méthode

public getCountry ( )

getEmail() public méthode

public getEmail ( )

getFirstName() public méthode

public getFirstName ( )

getLastName() public méthode

public getLastName ( )

getPhone() public méthode

public getPhone ( )

getState() public méthode

public getState ( )

getZip() public méthode

public getZip ( )

setAddress() public méthode

public setAddress ( array $address ) : bitpay\UserInterface
$address array
Résultat bitpay\UserInterface

setAgreedToTOSandPP() public méthode

public setAgreedToTOSandPP ( boolean $boolvalue ) : User
$boolvalue boolean
Résultat User

setCity() public méthode

public setCity ( string $city ) : bitpay\UserInterface
$city string
Résultat bitpay\UserInterface

setCountry() public méthode

public setCountry ( string $country ) : bitpay\UserInterface
$country string
Résultat bitpay\UserInterface

setEmail() public méthode

public setEmail ( string $email ) : bitpay\UserInterface
$email string
Résultat bitpay\UserInterface

setFirstName() public méthode

public setFirstName ( string $firstName ) : bitpay\UserInterface
$firstName string
Résultat bitpay\UserInterface

setLastName() public méthode

public setLastName ( string $lastName ) : bitpay\UserInterface
$lastName string
Résultat bitpay\UserInterface

setPhone() public méthode

public setPhone ( string $phone ) : bitpay\UserInterface
$phone string
Résultat bitpay\UserInterface

setState() public méthode

public setState ( string $state ) : bitpay\UserInterface
$state string
Résultat bitpay\UserInterface

setZip() public méthode

public setZip ( string $zip ) : bitpay\UserInterface
$zip string
Résultat bitpay\UserInterface

Property Details

$address protected_oe property

protected array $address
Résultat array

$agreedToTOSandPP protected_oe property

protected bool $agreedToTOSandPP
Résultat boolean

$city protected_oe property

protected string $city
Résultat string

$country protected_oe property

protected string $country
Résultat string

$email protected_oe property

protected string $email
Résultat string

$firstName protected_oe property

protected string $firstName
Résultat string

$lastName protected_oe property

protected string $lastName
Résultat string

$phone protected_oe property

protected string $phone
Résultat string

$state protected_oe property

protected string $state
Résultat string

$zip protected_oe property

protected string $zip
Résultat string