WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddress::getCopyBillingAddress PHP Method

getCopyBillingAddress() public method

public getCopyBillingAddress ( ) : boolean
return boolean
    public function getCopyBillingAddress() : bool
    {
        return $this->copyBillingAddress;
    }