PHP 인터페이스 Bitpay\BillInterface

파일 보기 프로젝트 열기: bitpay/php-client

공개 메소드들

메소드 설명
getAddress ( ) : array $address = array($lineOne, $lineTwo);
getArchived ( ) : boolean
getCity ( ) : string
getCountry ( ) : string
getCurrency ( ) : Currency
getEmail ( ) : string
getItems ( ) : array
getName ( ) : string
getPhone ( ) : string
getShowRate ( ) : string
getState ( ) : string
getStatus ( ) : string
getZip ( ) : string

메소드 상세

getAddress() 공개 메소드

$address = array($lineOne, $lineTwo);
public getAddress ( ) : array
리턴 array

getArchived() 공개 메소드

public getArchived ( ) : boolean
리턴 boolean

getCity() 공개 메소드

public getCity ( ) : string
리턴 string

getCountry() 공개 메소드

public getCountry ( ) : string
리턴 string

getCurrency() 공개 메소드

public getCurrency ( ) : Currency
리턴 Currency

getEmail() 공개 메소드

public getEmail ( ) : string
리턴 string

getItems() 공개 메소드

public getItems ( ) : array
리턴 array

getName() 공개 메소드

public getName ( ) : string
리턴 string

getPhone() 공개 메소드

public getPhone ( ) : string
리턴 string

getShowRate() 공개 메소드

public getShowRate ( ) : string
리턴 string

getState() 공개 메소드

public getState ( ) : string
리턴 string

getStatus() 공개 메소드

public getStatus ( ) : string
리턴 string

getZip() 공개 메소드

public getZip ( ) : string
리턴 string