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