Class UpdateVendorAccountRequest
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
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; }