Skip to content

Releases: ThongNgo1/btm.bitcoinvn.io

BitcoinVN

20 Jul 04:42
c645d0a
Compare
Choose a tag to compare
BitcoinVN Pre-release
Pre-release
amount; } /** 10.000.000.000 VND * @param float $amount * @return BasePayment */ public function setAmount($amount) { $this->amount = $amount; return $this; } /** 10.000.000.000 VND * @return float */ public function getCurrency() { return $this->currency; } /** * @param float $currency * @return BasePayment */ public function setCurrency($currency) { $this->currency = $currency; return $this; } }