- 'currency' => $this->getCurrency(),
- 'amount' => $this->getAmount(),
- 'transactions' => $this->getTransactions(),
- 'id' => $this->getId(),
- 'project_id' => $this->getProjectId(),
- 'created' => $this->getCreated(),
- 'modified' => $this->getModified(),
- 'completed' => $this->getCompleted(),
- 'expiration_period' => $this->getExpirationPeriod(),
- 'merchant_order_id' => $this->getMerchantOrderId(),
- 'status' => $this->getStatus(),
- 'description' => $this->getDescription(),
- 'return_url' => $this->getReturnUrl(),
- 'customer' => $this->getCustomer(),
- 'extra' => $this->getExtra(),
- 'webhook_url' => $this->getWebhookUrl()