CompanyName Property
Company name of customer or vendor.
Object Oriented Interface
public function getCompanyName(); public function setCompanyName($value);
Procedural Interface
inqb_vendor_get($res, 6 ); inqb_vendor_set($res, 6, $value );
Default Value
''
Remarks
The company name of the customer or vendor. If specified, can be identical to the CustomerName or VendorName property.
Data Type
String