setOptions($options); } if (!empty($this->transfers)) { $this->currentObject->setTransfers($this->transfers); } if ($this->amount->getValue() > 0) { $this->currentObject->setAmount($this->amount); } if ($this->receipt->notEmpty()) { $this->currentObject->setReceipt($this->receipt); } return parent::build(); } }