PHP 클래스 Bitpay\Bill

상속: implements bitpay\BillInterface
파일 보기 프로젝트 열기: bitpay/php-client

보호된 프로퍼티들

프로퍼티 타입 설명
$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