PHP Класс Bitpay\Bill

Наследование: implements bitpay\BillInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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

Открытые методы

Метод Описание
__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

Описание методов

__construct() публичный Метод

public __construct ( )

addItem() публичный Метод

public addItem ( bitpay\ItemInterface $item ) : bitpay\BillInterface
$item bitpay\ItemInterface
Результат bitpay\BillInterface

getAddress() публичный Метод

public getAddress ( )

getArchived() публичный Метод

public getArchived ( )

getCity() публичный Метод

public getCity ( )

getCountry() публичный Метод

public getCountry ( )

getCurrency() публичный Метод

public getCurrency ( )

getEmail() публичный Метод

public getEmail ( )

getItems() публичный Метод

public getItems ( )

getName() публичный Метод

public getName ( )

getPhone() публичный Метод

public getPhone ( )

getShowRate() публичный Метод

public getShowRate ( )

getState() публичный Метод

public getState ( )

getStatus() публичный Метод

public getStatus ( )

getZip() публичный Метод

public getZip ( )

setAddress() публичный Метод

public setAddress ( array $address ) : bitpay\BillInterface
$address array
Результат bitpay\BillInterface

setArchived() публичный Метод

public setArchived ( boolean $archived ) : bitpay\BillInterface
$archived boolean
Результат bitpay\BillInterface

setCity() публичный Метод

public setCity ( string $city ) : bitpay\BillInterface
$city string
Результат bitpay\BillInterface

setCountry() публичный Метод

public setCountry ( string $country ) : bitpay\BillInterface
$country string
Результат bitpay\BillInterface

setCurrency() публичный Метод

public setCurrency ( bitpay\CurrencyInterface $currency ) : bitpay\BillInterface
$currency bitpay\CurrencyInterface
Результат bitpay\BillInterface

setEmail() публичный Метод

public setEmail ( string $email ) : bitpay\BillInterface
$email string
Результат bitpay\BillInterface

setName() публичный Метод

public setName ( string $name ) : bitpay\BillInterface
$name string
Результат bitpay\BillInterface

setPhone() публичный Метод

public setPhone ( string $phone ) : bitpay\BillInterface
$phone string
Результат bitpay\BillInterface

setShowRate() публичный Метод

public setShowRate ( string $showRate ) : bitpay\BillInterface
$showRate string
Результат bitpay\BillInterface

setState() публичный Метод

public setState ( string $state ) : bitpay\BillInterface
$state string
Результат bitpay\BillInterface

setStatus() публичный Метод

public setStatus ( string $status ) : bitpay\BillInterface
$status string
Результат bitpay\BillInterface

setZip() публичный Метод

public setZip ( string $zip ) : bitpay\BillInterface
$zip string
Результат bitpay\BillInterface

Описание свойств

$address защищенное свойство

protected array $address
Результат array

$archived защищенное свойство

protected bool $archived
Результат boolean

$city защищенное свойство

protected string $city
Результат string

$country защищенное свойство

protected string $country
Результат string

$currency защищенное свойство

protected CurrencyInterface,bitpay $currency
Результат bitpay\CurrencyInterface

$email защищенное свойство

protected string $email
Результат string

$items защищенное свойство

protected array $items
Результат array

$name защищенное свойство

protected string $name
Результат string

$phone защищенное свойство

protected string $phone
Результат string

$showRate защищенное свойство

protected string $showRate
Результат string

$state защищенное свойство

protected string $state
Результат string

$status защищенное свойство

protected string $status
Результат string

$zip защищенное свойство

protected string $zip
Результат string