app\models\AccountGatewaySettings::gatewayType PHP Method

gatewayType() public method

public gatewayType ( ) : BelongsTo
return Illuminate\Database\Eloquent\Relations\BelongsTo
    public function gatewayType()
    {
        return $this->belongsTo('App\\Models\\GatewayType');
    }