Table of Contents

Class RegisterVendorRequest

Namespace
TorBoxSDK.Models.Vendors
Assembly
TorBoxSDK.dll

Represents a request to register a new vendor with TorBox.

public sealed record RegisterVendorRequest : IEquatable<RegisterVendorRequest>
Inheritance
RegisterVendorRequest
Implements
Inherited Members

Properties

VendorName

Gets the name of the vendor to register.

[JsonPropertyName("vendor_name")]
public string VendorName { get; init; }

Property Value

string

VendorUrl

Gets the URL of the vendor's website, or null if not provided.

[JsonPropertyName("vendor_url")]
public string? VendorUrl { get; init; }

Property Value

string