PHP Interface WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\ClientBundle\Entity\ClientAddressInterface
ファイルを表示 Open project: wellcommerce/wellcommerce Interface Usage Examples

Public Methods

Method Description
getCompanyName ( ) : string
getVatId ( ) : string
isCompanyAddress ( ) : boolean
setCompanyAddress ( boolean $companyAddress )
setCompanyName ( string $companyName )
setVatId ( string $vatId )

Method Details

getCompanyName() public method

public getCompanyName ( ) : string
return string

getVatId() public method

public getVatId ( ) : string
return string

isCompanyAddress() public method

public isCompanyAddress ( ) : boolean
return boolean

setCompanyAddress() public method

public setCompanyAddress ( boolean $companyAddress )
$companyAddress boolean

setCompanyName() public method

public setCompanyName ( string $companyName )
$companyName string

setVatId() public method

public setVatId ( string $vatId )
$vatId string