Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
@codeCoverageIgnoreStart
Definition at line 14 of file TotalsInformation.php.
getAddress | ( | ) |
{#- Returns address
Implements TotalsInformationInterface.
Definition at line 19 of file TotalsInformation.php.
getExtensionAttributes | ( | ) |
{Retrieve existing extension attributes object or create a new one.
Implements TotalsInformationInterface.
Definition at line 67 of file TotalsInformation.php.
getShippingCarrierCode | ( | ) |
{Returns carrier code
Implements TotalsInformationInterface.
Definition at line 51 of file TotalsInformation.php.
getShippingMethodCode | ( | ) |
{Returns shipping method code
Implements TotalsInformationInterface.
Definition at line 35 of file TotalsInformation.php.
setAddress | ( | \Magento\Quote\Api\Data\AddressInterface | $address | ) |
{}
Definition at line 27 of file TotalsInformation.php.
setExtensionAttributes | ( | \Magento\Checkout\Api\Data\TotalsInformationExtensionInterface | $extensionAttributes | ) |
{Set an extension attributes object.
\Magento\Checkout\Api\Data\TotalsInformationExtensionInterface | $extensionAttributes |
Implements TotalsInformationInterface.
Definition at line 75 of file TotalsInformation.php.
setShippingCarrierCode | ( | $code | ) |
{Set carrier code
string | $code |
Implements TotalsInformationInterface.
Definition at line 59 of file TotalsInformation.php.
setShippingMethodCode | ( | $code | ) |
{Set shipping method code
string | $code |
Implements TotalsInformationInterface.
Definition at line 43 of file TotalsInformation.php.