WellCommerce\Bundle\ClientBundle\Entity\Client::getBillingAddress PHP Method

getBillingAddress() public method

public getBillingAddress ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface
return WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface
    public function getBillingAddress() : ClientBillingAddressInterface
    {
        return $this->billingAddress;
    }