deliveryRefundAmount; } public function setDeliveryRefundAmount(?float $deliveryRefundAmount): self { $this->deliveryRefundAmount = $deliveryRefundAmount; return $this; } public function getDocument(): ?Document { return $this->document; } public function setDocument(Document $document): self { $this->document = $document; return $this; } }