PHP Class Bitpay\Bill

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

Protected Properties

Свойство Type Description
$address array
$archived boolean
$city string
$country string
$currency bitpay\CurrencyInterface
$email string
$items array
$name string
$phone string
$showRate string
$state string
$status string
$zip string

Méthodes publiques

Méthode Description
__construct ( )
addItem ( bitpay\ItemInterface $item ) : bitpay\BillInterface
getAddress ( )
getArchived ( )
getCity ( )
getCountry ( )
getCurrency ( )
getEmail ( )
getItems ( )
getName ( )
getPhone ( )
getShowRate ( )
getState ( )
getStatus ( )
getZip ( )
setAddress ( array $address ) : bitpay\BillInterface
setArchived ( boolean $archived ) : bitpay\BillInterface
setCity ( string $city ) : bitpay\BillInterface
setCountry ( string $country ) : bitpay\BillInterface
setCurrency ( bitpay\CurrencyInterface $currency ) : bitpay\BillInterface
setEmail ( string $email ) : bitpay\BillInterface
setName ( string $name ) : bitpay\BillInterface
setPhone ( string $phone ) : bitpay\BillInterface
setShowRate ( string $showRate ) : bitpay\BillInterface
setState ( string $state ) : bitpay\BillInterface
setStatus ( string $status ) : bitpay\BillInterface
setZip ( string $zip ) : bitpay\BillInterface

Method Details

__construct() public méthode

public __construct ( )

addItem() public méthode

public addItem ( bitpay\ItemInterface $item ) : bitpay\BillInterface
$item bitpay\ItemInterface
Résultat bitpay\BillInterface

getAddress() public méthode

public getAddress ( )

getArchived() public méthode

public getArchived ( )

getCity() public méthode

public getCity ( )

getCountry() public méthode

public getCountry ( )

getCurrency() public méthode

public getCurrency ( )

getEmail() public méthode

public getEmail ( )

getItems() public méthode

public getItems ( )

getName() public méthode

public getName ( )

getPhone() public méthode

public getPhone ( )

getShowRate() public méthode

public getShowRate ( )

getState() public méthode

public getState ( )

getStatus() public méthode

public getStatus ( )

getZip() public méthode

public getZip ( )

setAddress() public méthode

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

setArchived() public méthode

public setArchived ( boolean $archived ) : bitpay\BillInterface
$archived boolean
Résultat bitpay\BillInterface

setCity() public méthode

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

setCountry() public méthode

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

setCurrency() public méthode

public setCurrency ( bitpay\CurrencyInterface $currency ) : bitpay\BillInterface
$currency bitpay\CurrencyInterface
Résultat bitpay\BillInterface

setEmail() public méthode

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

setName() public méthode

public setName ( string $name ) : bitpay\BillInterface
$name string
Résultat bitpay\BillInterface

setPhone() public méthode

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

setShowRate() public méthode

public setShowRate ( string $showRate ) : bitpay\BillInterface
$showRate string
Résultat bitpay\BillInterface

setState() public méthode

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

setStatus() public méthode

public setStatus ( string $status ) : bitpay\BillInterface
$status string
Résultat bitpay\BillInterface

setZip() public méthode

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

Property Details

$address protected_oe property

protected array $address
Résultat array

$archived protected_oe property

protected bool $archived
Résultat boolean

$city protected_oe property

protected string $city
Résultat string

$country protected_oe property

protected string $country
Résultat string

$currency protected_oe property

protected CurrencyInterface,bitpay $currency
Résultat bitpay\CurrencyInterface

$email protected_oe property

protected string $email
Résultat string

$items protected_oe property

protected array $items
Résultat array

$name protected_oe property

protected string $name
Résultat string

$phone protected_oe property

protected string $phone
Résultat string

$showRate protected_oe property

protected string $showRate
Résultat string

$state protected_oe property

protected string $state
Résultat string

$status protected_oe property

protected string $status
Résultat string

$zip protected_oe property

protected string $zip
Résultat string