Class ResellerInfo
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Info about the reseller.
public class ResellerInfo
- Inheritance
-
ResellerInfo
- Inherited Members
Constructors
ResellerInfo()
Initializes a new instance of the ResellerInfo class.
public ResellerInfo()
ResellerInfo(string?, string?, string?, string?, string?, string?)
Initializes a new instance of the ResellerInfo class.
public ResellerInfo(string? name, string? contactEmail, string? telephoneNumber, string? address, string? erp, string? website)
Parameters
name
stringThe name.
contactEmail
stringThe contact email.
telephoneNumber
stringThe telephone number.
address
stringThe address.
erp
stringValue for ERP.
website
stringValue for reseller's website.
Properties
Address
Gets or sets the address.
public string? Address { get; set; }
Property Value
ContactEmail
Gets or sets the contact email.
public string? ContactEmail { get; set; }
Property Value
Erp
Gets or sets the value for ERP.
public string? Erp { get; set; }
Property Value
Name
Gets or sets the name.
public string? Name { get; set; }
Property Value
TelephoneNumber
Gets or sets the telephone number.
public string? TelephoneNumber { get; set; }
Property Value
Website
Gets or sets the value for reseller's Website.
public string? Website { get; set; }
Property Value
Methods
Clone()
Creates a new object that is a copy of the current instance.
public object Clone()
Returns
- object
A new object that is a copy of this instance.
Equals(object?)
Determines whether the specified object, is equal to this instance.
public override bool Equals(object? obj)
Parameters
Returns
GetHashCode()
Returns a hash code for this instance.
public override int GetHashCode()
Returns
- int
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.