PHP Class app\models\AccountGatewayToken

Inheritance: extends Eloquen\Eloquent, use trait Illuminate\Database\Eloquent\SoftDeletes
Show file Open project: hillelcoren/invoice-ninja Class Usage Examples

Public Properties

Property Type Description
$timestamps boolean

Protected Properties

Property Type Description
$casts array
$dates array

Public Methods

Method Description
account_gateway ( ) : BelongsTo
autoBillLater ( ) : mixed
default_payment_method ( ) : Illuminate\Database\Eloquent\Relations\HasOne
gatewayLink ( ) : boolean | string
gatewayName ( ) : mixed
payment_methods ( ) : Illuminate\Database\Eloquent\Relations\HasMany
scopeClientAndGateway ( $query, $clientId, $accountGatewayId ) : mixed

Method Details

account_gateway() public method

public account_gateway ( ) : BelongsTo
return Illuminate\Database\Eloquent\Relations\BelongsTo

autoBillLater() public method

public autoBillLater ( ) : mixed
return mixed

default_payment_method() public method

public default_payment_method ( ) : Illuminate\Database\Eloquent\Relations\HasOne
return Illuminate\Database\Eloquent\Relations\HasOne

gatewayName() public method

public gatewayName ( ) : mixed
return mixed

payment_methods() public method

public payment_methods ( ) : Illuminate\Database\Eloquent\Relations\HasMany
return Illuminate\Database\Eloquent\Relations\HasMany

scopeClientAndGateway() public method

public scopeClientAndGateway ( $query, $clientId, $accountGatewayId ) : mixed
$query
$clientId
$accountGatewayId
return mixed

Property Details

$casts protected property

protected array $casts
return array

$dates protected property

protected array $dates
return array

$timestamps public property

public bool $timestamps
return boolean