|
Apache/2.4.41 (Ubuntu) Linux vmi616275.contaboserver.net 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) server ip : 62.171.164.128 | your ip : 127.0.0.1 safemode OFF > / home / dev2.destoffenstraat.com / generated / code / Magento / Sales / Api / Data / |
Filename | /home/dev2.destoffenstraat.com/generated/code/Magento/Sales/Api/Data/InvoiceExtensionInterface.php |
Size | 3.93 kb |
Permission | rwxrwxrwx |
Owner | root : root |
Create time | 17-Aug-2025 10:26 |
Last modified | 26-Jul-2025 18:07 |
Last accessed | 23-Aug-2025 02:07 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
<?php
namespace Magento\Sales\Api\Data;
/**
* ExtensionInterface class for @see \Magento\Sales\Api\Data\InvoiceInterface
*/
interface InvoiceExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
/**
* @return \Magento\Sales\Api\Data\OrderAddressInterface|null
*/
public function getVertexTaxCalculationShippingAddress();
/**
* @param \Magento\Sales\Api\Data\OrderAddressInterface $vertexTaxCalculationShippingAddress
* @return $this
*/
public function setVertexTaxCalculationShippingAddress(\Magento\Sales\Api\Data\OrderAddressInterface $vertexTaxCalculationShippingAddress);
/**
* @return \Magento\Sales\Api\Data\OrderAddressInterface|null
*/
public function getVertexTaxCalculationBillingAddress();
/**
* @param \Magento\Sales\Api\Data\OrderAddressInterface $vertexTaxCalculationBillingAddress
* @return $this
*/
public function setVertexTaxCalculationBillingAddress(\Magento\Sales\Api\Data\OrderAddressInterface $vertexTaxCalculationBillingAddress);
/**
* @return \Magento\Sales\Api\Data\OrderInterface|null
*/
public function getVertexTaxCalculationOrder();
/**
* @param \Magento\Sales\Api\Data\OrderInterface $vertexTaxCalculationOrder
* @return $this
*/
public function setVertexTaxCalculationOrder(\Magento\Sales\Api\Data\OrderInterface $vertexTaxCalculationOrder);
/**
* @return string|null
*/
public function getGwBasePrice();
/**
* @param string $gwBasePrice
* @return $this
*/
public function setGwBasePrice($gwBasePrice);
/**
* @return string|null
*/
public function getGwPrice();
/**
* @param string $gwPrice
* @return $this
*/
public function setGwPrice($gwPrice);
/**
* @return string|null
*/
public function getGwItemsBasePrice();
/**
* @param string $gwItemsBasePrice
* @return $this
*/
public function setGwItemsBasePrice($gwItemsBasePrice);
/**
* @return string|null
*/
public function getGwItemsPrice();
/**
* @param string $gwItemsPrice
* @return $this
*/
public function setGwItemsPrice($gwItemsPrice);
/**
* @return string|null
*/
public function getGwCardBasePrice();
/**
* @param string $gwCardBasePrice
* @return $this
*/
public function setGwCardBasePrice($gwCardBasePrice);
/**
* @return string|null
*/
public function getGwCardPrice();
/**
* @param string $gwCardPrice
* @return $this
*/
public function setGwCardPrice($gwCardPrice);
/**
* @return string|null
*/
public function getGwBaseTaxAmount();
/**
* @param string $gwBaseTaxAmount
* @return $this
*/
public function setGwBaseTaxAmount($gwBaseTaxAmount);
/**
* @return string|null
*/
public function getGwTaxAmount();
/**
* @param string $gwTaxAmount
* @return $this
*/
public function setGwTaxAmount($gwTaxAmount);
/**
* @return string|null
*/
public function getGwItemsBaseTaxAmount();
/**
* @param string $gwItemsBaseTaxAmount
* @return $this
*/
public function setGwItemsBaseTaxAmount($gwItemsBaseTaxAmount);
/**
* @return string|null
*/
public function getGwItemsTaxAmount();
/**
* @param string $gwItemsTaxAmount
* @return $this
*/
public function setGwItemsTaxAmount($gwItemsTaxAmount);
/**
* @return string|null
*/
public function getGwCardBaseTaxAmount();
/**
* @param string $gwCardBaseTaxAmount
* @return $this
*/
public function setGwCardBaseTaxAmount($gwCardBaseTaxAmount);
/**
* @return string|null
*/
public function getGwCardTaxAmount();
/**
* @param string $gwCardTaxAmount
* @return $this
*/
public function setGwCardTaxAmount($gwCardTaxAmount);
}
namespace Magento\Sales\Api\Data;
/**
* ExtensionInterface class for @see \Magento\Sales\Api\Data\InvoiceInterface
*/
interface InvoiceExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
/**
* @return \Magento\Sales\Api\Data\OrderAddressInterface|null
*/
public function getVertexTaxCalculationShippingAddress();
/**
* @param \Magento\Sales\Api\Data\OrderAddressInterface $vertexTaxCalculationShippingAddress
* @return $this
*/
public function setVertexTaxCalculationShippingAddress(\Magento\Sales\Api\Data\OrderAddressInterface $vertexTaxCalculationShippingAddress);
/**
* @return \Magento\Sales\Api\Data\OrderAddressInterface|null
*/
public function getVertexTaxCalculationBillingAddress();
/**
* @param \Magento\Sales\Api\Data\OrderAddressInterface $vertexTaxCalculationBillingAddress
* @return $this
*/
public function setVertexTaxCalculationBillingAddress(\Magento\Sales\Api\Data\OrderAddressInterface $vertexTaxCalculationBillingAddress);
/**
* @return \Magento\Sales\Api\Data\OrderInterface|null
*/
public function getVertexTaxCalculationOrder();
/**
* @param \Magento\Sales\Api\Data\OrderInterface $vertexTaxCalculationOrder
* @return $this
*/
public function setVertexTaxCalculationOrder(\Magento\Sales\Api\Data\OrderInterface $vertexTaxCalculationOrder);
/**
* @return string|null
*/
public function getGwBasePrice();
/**
* @param string $gwBasePrice
* @return $this
*/
public function setGwBasePrice($gwBasePrice);
/**
* @return string|null
*/
public function getGwPrice();
/**
* @param string $gwPrice
* @return $this
*/
public function setGwPrice($gwPrice);
/**
* @return string|null
*/
public function getGwItemsBasePrice();
/**
* @param string $gwItemsBasePrice
* @return $this
*/
public function setGwItemsBasePrice($gwItemsBasePrice);
/**
* @return string|null
*/
public function getGwItemsPrice();
/**
* @param string $gwItemsPrice
* @return $this
*/
public function setGwItemsPrice($gwItemsPrice);
/**
* @return string|null
*/
public function getGwCardBasePrice();
/**
* @param string $gwCardBasePrice
* @return $this
*/
public function setGwCardBasePrice($gwCardBasePrice);
/**
* @return string|null
*/
public function getGwCardPrice();
/**
* @param string $gwCardPrice
* @return $this
*/
public function setGwCardPrice($gwCardPrice);
/**
* @return string|null
*/
public function getGwBaseTaxAmount();
/**
* @param string $gwBaseTaxAmount
* @return $this
*/
public function setGwBaseTaxAmount($gwBaseTaxAmount);
/**
* @return string|null
*/
public function getGwTaxAmount();
/**
* @param string $gwTaxAmount
* @return $this
*/
public function setGwTaxAmount($gwTaxAmount);
/**
* @return string|null
*/
public function getGwItemsBaseTaxAmount();
/**
* @param string $gwItemsBaseTaxAmount
* @return $this
*/
public function setGwItemsBaseTaxAmount($gwItemsBaseTaxAmount);
/**
* @return string|null
*/
public function getGwItemsTaxAmount();
/**
* @param string $gwItemsTaxAmount
* @return $this
*/
public function setGwItemsTaxAmount($gwItemsTaxAmount);
/**
* @return string|null
*/
public function getGwCardBaseTaxAmount();
/**
* @param string $gwCardBaseTaxAmount
* @return $this
*/
public function setGwCardBaseTaxAmount($gwCardBaseTaxAmount);
/**
* @return string|null
*/
public function getGwCardTaxAmount();
/**
* @param string $gwCardTaxAmount
* @return $this
*/
public function setGwCardTaxAmount($gwCardTaxAmount);
}