Search Results for

    Show / Hide Table of Contents

    Class CreatePhoneProvisioningJobItemOptions

    CreatePhoneProvisioningJobItemOptions

    Inheritance
    object
    CreatePhoneProvisioningJobItemOptions
    Implements
    IValidatableObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: mailslurp.Model
    Assembly: mailslurp.dll
    Syntax
    [DataContract(Name = "CreatePhoneProvisioningJobItemOptions")]
    public class CreatePhoneProvisioningJobItemOptions : IValidatableObject

    Constructors

    View Source

    CreatePhoneProvisioningJobItemOptions()

    Initializes a new instance of the CreatePhoneProvisioningJobItemOptions class.

    Declaration
    [JsonConstructor]
    protected CreatePhoneProvisioningJobItemOptions()
    View Source

    CreatePhoneProvisioningJobItemOptions(string, string, string, string, string, string)

    Initializes a new instance of the CreatePhoneProvisioningJobItemOptions class.

    Declaration
    public CreatePhoneProvisioningJobItemOptions(string phoneNumber = null, string providerLabel = null, string lineType = null, string carrierName = null, string mobileCountryCode = null, string mobileNetworkCode = null)
    Parameters
    Type Name Description
    string phoneNumber

    phoneNumber (required).

    string providerLabel

    providerLabel.

    string lineType

    lineType.

    string carrierName

    carrierName.

    string mobileCountryCode

    mobileCountryCode.

    string mobileNetworkCode

    mobileNetworkCode.

    Properties

    View Source

    CarrierName

    Gets or Sets CarrierName

    Declaration
    [DataMember(Name = "carrierName", EmitDefaultValue = false)]
    public string CarrierName { get; set; }
    Property Value
    Type Description
    string
    View Source

    LineType

    Gets or Sets LineType

    Declaration
    [DataMember(Name = "lineType", EmitDefaultValue = false)]
    public string LineType { get; set; }
    Property Value
    Type Description
    string
    View Source

    MobileCountryCode

    Gets or Sets MobileCountryCode

    Declaration
    [DataMember(Name = "mobileCountryCode", EmitDefaultValue = false)]
    public string MobileCountryCode { get; set; }
    Property Value
    Type Description
    string
    View Source

    MobileNetworkCode

    Gets or Sets MobileNetworkCode

    Declaration
    [DataMember(Name = "mobileNetworkCode", EmitDefaultValue = false)]
    public string MobileNetworkCode { get; set; }
    Property Value
    Type Description
    string
    View Source

    PhoneNumber

    Gets or Sets PhoneNumber

    Declaration
    [DataMember(Name = "phoneNumber", IsRequired = true, EmitDefaultValue = true)]
    public string PhoneNumber { get; set; }
    Property Value
    Type Description
    string
    View Source

    ProviderLabel

    Gets or Sets ProviderLabel

    Declaration
    [DataMember(Name = "providerLabel", EmitDefaultValue = false)]
    public string ProviderLabel { get; set; }
    Property Value
    Type Description
    string

    Methods

    View Source

    ToJson()

    Returns the JSON string presentation of the object

    Declaration
    public virtual string ToJson()
    Returns
    Type Description
    string

    JSON string presentation of the object

    View Source

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    String presentation of the object

    Overrides
    object.ToString()

    Implements

    IValidatableObject
    • View Source
    In this article
    Back to top See MailSlurp website for more information.