Class PhoneNumberLineTypeIntelligenceDto
PhoneNumberLineTypeIntelligenceDto
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "PhoneNumberLineTypeIntelligenceDto")]
public class PhoneNumberLineTypeIntelligenceDto : IValidatableObject
Constructors
View SourcePhoneNumberLineTypeIntelligenceDto(string, string, string, string, int)
Initializes a new instance of the PhoneNumberLineTypeIntelligenceDto class.
Declaration
public PhoneNumberLineTypeIntelligenceDto(string type = null, string carrierName = null, string mobileCountryCode = null, string mobileNetworkCode = null, int errorCode = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| string | type | type. |
| string | carrierName | carrierName. |
| string | mobileCountryCode | mobileCountryCode. |
| string | mobileNetworkCode | mobileNetworkCode. |
| int | errorCode | errorCode. |
Properties
View SourceCarrierName
Gets or Sets CarrierName
Declaration
[DataMember(Name = "carrierName", EmitDefaultValue = false)]
public string CarrierName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorCode
Gets or Sets ErrorCode
Declaration
[DataMember(Name = "errorCode", EmitDefaultValue = false)]
public int ErrorCode { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
MobileCountryCode
Gets or Sets MobileCountryCode
Declaration
[DataMember(Name = "mobileCountryCode", EmitDefaultValue = false)]
public string MobileCountryCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MobileNetworkCode
Gets or Sets MobileNetworkCode
Declaration
[DataMember(Name = "mobileNetworkCode", EmitDefaultValue = false)]
public string MobileNetworkCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Gets or Sets Type
Declaration
[DataMember(Name = "type", EmitDefaultValue = false)]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
| Type | Description |
|---|---|
| string | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | String presentation of the object |