메소드 |
설명 |
|
__construct ( string $code = null ) |
|
|
getAlts ( ) |
|
|
getCode ( ) |
|
|
getExchangePctFee ( ) |
|
|
getName ( ) |
|
|
getPayoutFields ( ) |
|
|
getPluralName ( ) |
|
|
getPrecision ( ) |
|
|
getSymbol ( ) |
|
|
isPayoutEnabled ( ) |
|
|
setAlts ( array $alts ) : bitpay\CurrencyInterface |
|
|
setCode ( string $code ) : bitpay\CurrencyInterface |
This will change the $code to all uppercase |
|
setExchangePctFee ( string $fee ) : bitpay\CurrencyInterface |
|
|
setName ( string $name ) : bitpay\CurrencyInterface |
|
|
setPayoutEnabled ( boolean $enabled ) : bitpay\CurrencyInterface |
|
|
setPayoutFields ( array $payoutFields ) : bitpay\CurrencyInterface |
|
|
setPluralName ( string $pluralName ) : bitpay\CurrencyInterface |
|
|
setPrecision ( integer $precision ) : bitpay\CurrencyInterface |
|
|
setSymbol ( string $symbol ) : bitpay\CurrencyInterface |
|
|