Property | Type | Description | |
---|---|---|---|
$timestamps | boolean |
Property | Type | Description | |
---|---|---|---|
$casts | array | ||
$dates | array |
Method | Description | |
---|---|---|
account_gateway ( ) : |
||
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 |
public account_gateway ( ) : |
||
return |
public default_payment_method ( ) : Illuminate\Database\Eloquent\Relations\HasOne | ||
return | Illuminate\Database\Eloquent\Relations\HasOne |
public payment_methods ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
return | Illuminate\Database\Eloquent\Relations\HasMany |
public scopeClientAndGateway ( $query, $clientId, $accountGatewayId ) : mixed | ||
$query | ||
$clientId | ||
$accountGatewayId | ||
return | mixed |