Class SupportSalesRepresentative
Support Sales Representative
[DataContract]
public class SupportSalesRepresentative
- Inheritance
-
SupportSalesRepresentative
- Inherited Members
Constructors
SupportSalesRepresentative()
public SupportSalesRepresentative()
Properties
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "email")]
public string Email { get; set; }
Property Value
Name
Name
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Phone
Phone Number
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "phone")]
public string Phone { get; set; }