public function InvoiceInterface::getBillingProfile in Commerce Invoice 8.2
Gets the billing profile.
Return value
\Drupal\profile\Entity\ProfileInterface|null The billing profile, or NULL if none found.
1 method overrides InvoiceInterface::getBillingProfile()
- Invoice::getBillingProfile in src/
Entity/ Invoice.php - Gets the billing profile.
File
- src/
Entity/ InvoiceInterface.php, line 99
Class
- InvoiceInterface
- Defines the interface for invoices.
Namespace
Drupal\commerce_invoice\EntityCode
public function getBillingProfile();