$this->amount > 0 ? (string)$this->amount : '', 'currency' => $this->amount > 0 ? $this->currency : '', ]; } }