You are here

public function OrderInterface::getBillingProfile in Commerce Core 8.2

Gets the billing profile.

Return value

\Drupal\profile\Entity\ProfileInterface|null The billing profile, or NULL if none found.

1 method overrides OrderInterface::getBillingProfile()
Order::getBillingProfile in modules/order/src/Entity/Order.php
Gets the billing profile.

File

modules/order/src/Entity/OrderInterface.php, line 139

Class

OrderInterface
Defines the interface for orders.

Namespace

Drupal\commerce_order\Entity

Code

public function getBillingProfile();