Property | Type | Description | |
---|---|---|---|
$dates | array | ||
$fillable | array | ||
$presenter | string |
Method | Description | |
---|---|---|
account ( ) : |
||
addContact ( $data, boolean $isPrimary = false ) : |
||
autoBillLater ( ) : boolean | ||
contacts ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
country ( ) : |
||
credits ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
creditsWithBalance ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
currency ( ) : |
||
defaultPaymentMethod ( ) : boolean | ||
expenses ( ) : mixed | ||
getAmount ( ) : mixed | ||
getCityState ( ) : string | ||
getCounter ( $isQuote ) : mixed | ||
getCurrencyCode ( ) : string | ||
getCurrencyId ( ) : mixed | ||
getDateCreated ( ) : string | ||
getDisplayName ( ) : mixed | string | ||
getEntityType ( ) : mixed | ||
getGatewayToken ( ) : boolean | ||
getImportColumns ( ) : array | ||
getImportMap ( ) : array | ||
getName ( ) : mixed | ||
getPrimaryContact ( ) : mixed | ||
getRoute ( ) : string | ||
getTotalCredit ( ) : float | integer | ||
hasAddress ( ) : boolean | ||
hasAutoBillConfigurableInvoices ( ) : boolean | ||
industry ( ) : |
||
invoices ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
language ( ) : |
||
markLoggedIn ( ) | ||
payments ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
quotes ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
size ( ) : |
||
updateBalances ( $balanceAdjustment, $paidToDateAdjustment ) | ||
user ( ) : mixed |
public account ( ) : |
||
return |
public addContact ( $data, boolean $isPrimary = false ) : |
||
$data | ||
$isPrimary | boolean | |
return |
public contacts ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
return | Illuminate\Database\Eloquent\Relations\HasMany |
public country ( ) : |
||
return |
public credits ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
return | Illuminate\Database\Eloquent\Relations\HasMany |
public creditsWithBalance ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
return | Illuminate\Database\Eloquent\Relations\HasMany |
public currency ( ) : |
||
return |
public hasAutoBillConfigurableInvoices ( ) : boolean | ||
return | boolean |
public industry ( ) : |
||
return |
public invoices ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
return | Illuminate\Database\Eloquent\Relations\HasMany |
public language ( ) : |
||
return |
public payments ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
return | Illuminate\Database\Eloquent\Relations\HasMany |
public quotes ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
return | Illuminate\Database\Eloquent\Relations\HasMany |
public size ( ) : |
||
return |
public updateBalances ( $balanceAdjustment, $paidToDateAdjustment ) | ||
$balanceAdjustment | ||
$paidToDateAdjustment |