app\models\PaymentType::gatewayType PHP Méthode

gatewayType() public méthode

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