Property | Type | Description | |
---|---|---|---|
$fieldAddress1 | string | ||
$fieldAddress2 | string | ||
$fieldCity | string | ||
$fieldCountry | string | ||
$fieldName | string | ||
$fieldNotes | string | ||
$fieldPhone | string | ||
$fieldPostalCode | string | ||
$fieldState | string |
Property | Type | Description | |
---|---|---|---|
$dates | array | ||
$fillable | array | ||
$presenter | string |
Method | Description | |
---|---|---|
account ( ) : |
||
addVendorContact ( $data, boolean $isPrimary = false ) : |
||
country ( ) : |
||
currency ( ) : |
||
expenses ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
getCityState ( ) : string | ||
getCurrencyId ( ) : mixed | ||
getDateCreated ( ) : string | ||
getDisplayName ( ) : mixed | ||
getEntityType ( ) : string | ||
getImportColumns ( ) : array | ||
getImportMap ( ) : array | ||
getName ( ) : mixed | ||
getRoute ( ) : string | ||
getTotalExpense ( ) : float | integer | ||
hasAddress ( ) : boolean | ||
industry ( ) : |
||
language ( ) : |
||
payments ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
size ( ) : |
||
user ( ) : mixed | ||
vendor_contacts ( ) : Illuminate\Database\Eloquent\Relations\HasMany |
public account ( ) : |
||
return |
public addVendorContact ( $data, boolean $isPrimary = false ) : |
||
$data | ||
$isPrimary | boolean | |
return |
public country ( ) : |
||
return |
public currency ( ) : |
||
return |
public expenses ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
return | Illuminate\Database\Eloquent\Relations\HasMany |
public industry ( ) : |
||
return |
public language ( ) : |
||
return |
public payments ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
return | Illuminate\Database\Eloquent\Relations\HasMany |
public size ( ) : |
||
return |
public vendor_contacts ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
return | Illuminate\Database\Eloquent\Relations\HasMany |