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