Class RegisterVendorRequest
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
VendorUrl
Gets the URL of the vendor's website, or null if not provided.
[JsonPropertyName("vendor_url")]
public string? VendorUrl { get; init; }