Table of Contents

Class UpdateVendorAccountRequest

Namespace
TorBoxSDK.Models.Vendors
Assembly
TorBoxSDK.dll

Represents a request to update an existing vendor account.

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

Properties

VendorName

Gets the new name for the vendor, or null to leave the name unchanged.

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

Property Value

string

VendorUrl

Gets the new URL for the vendor's website, or null to leave the URL unchanged.

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

Property Value

string