Свойство | Тип | Описание | |
---|---|---|---|
$address | array | ||
$archived | boolean | ||
$city | string | ||
$country | string | ||
$currency | bitpay\CurrencyInterface | ||
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 |
public addItem ( bitpay\ItemInterface $item ) : bitpay\BillInterface | ||
$item | bitpay\ItemInterface | |
Результат | bitpay\BillInterface |
public setAddress ( array $address ) : bitpay\BillInterface | ||
$address | array | |
Результат | bitpay\BillInterface |
public setArchived ( boolean $archived ) : bitpay\BillInterface | ||
$archived | boolean | |
Результат | bitpay\BillInterface |
public setCountry ( string $country ) : bitpay\BillInterface | ||
$country | string | |
Результат | bitpay\BillInterface |
public setCurrency ( bitpay\CurrencyInterface $currency ) : bitpay\BillInterface | ||
$currency | bitpay\CurrencyInterface | |
Результат | bitpay\BillInterface |
public setShowRate ( string $showRate ) : bitpay\BillInterface | ||
$showRate | string | |
Результат | bitpay\BillInterface |
protected CurrencyInterface,bitpay $currency | ||
Результат | bitpay\CurrencyInterface |