How are the methods setBaseAdjustmentPositive(), getBaseAdjustmentPositive(), setBaseAdjustmentNegative(), getBaseAdjustmentNegative() of the \Magento\Sales\Model\Order class used?

Implementation

https://github.com/magento/magento2/blob/2.1.5/app/code/Magento/Sales/Api/Data/OrderInterface.php#L345-L348

https://github.com/magento/magento2/blob/2.1.5/app/code/Magento/Sales/Api/Data/OrderInterface.php#L341-L344

setBaseAdjustmentPositive()

https://github.com/magento/magento2/blob/2.1.5/app/code/Magento/Sales/Model/Order.php#L3935-L3941

setBaseAdjustmentNegative()

https://github.com/magento/magento2/blob/2.1.5/app/code/Magento/Sales/Model/Order.php#L3927-L3933

getBaseAdjustmentPositive()

https://github.com/magento/magento2/blob/2.1.5/app/code/Magento/Sales/Model/Order.php#L2047-L2055

getBaseAdjustmentNegative()

https://github.com/magento/magento2/blob/2.1.5/app/code/Magento/Sales/Model/Order.php#L2037-L2045

Usages

https://github.com/magento/magento2/blob/2.1.5/app/code/Magento/Sales/Model/ResourceModel/Order/Creditmemo/Relation/Refund.php#L106-L114

See also: