/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the route53domains-2014-05-15.normal.json service model.
*/
using System;
using Amazon.Runtime;
namespace Amazon.Route53Domains
{
///
/// Constants used for properties of type ContactType.
///
public class ContactType : ConstantClass
{
///
/// Constant ASSOCIATION for ContactType
///
public static readonly ContactType ASSOCIATION = new ContactType("ASSOCIATION");
///
/// Constant COMPANY for ContactType
///
public static readonly ContactType COMPANY = new ContactType("COMPANY");
///
/// Constant PERSON for ContactType
///
public static readonly ContactType PERSON = new ContactType("PERSON");
///
/// Constant PUBLIC_BODY for ContactType
///
public static readonly ContactType PUBLIC_BODY = new ContactType("PUBLIC_BODY");
///
/// Constant RESELLER for ContactType
///
public static readonly ContactType RESELLER = new ContactType("RESELLER");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public ContactType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ContactType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ContactType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type CountryCode.
///
public class CountryCode : ConstantClass
{
///
/// Constant AC for CountryCode
///
public static readonly CountryCode AC = new CountryCode("AC");
///
/// Constant AD for CountryCode
///
public static readonly CountryCode AD = new CountryCode("AD");
///
/// Constant AE for CountryCode
///
public static readonly CountryCode AE = new CountryCode("AE");
///
/// Constant AF for CountryCode
///
public static readonly CountryCode AF = new CountryCode("AF");
///
/// Constant AG for CountryCode
///
public static readonly CountryCode AG = new CountryCode("AG");
///
/// Constant AI for CountryCode
///
public static readonly CountryCode AI = new CountryCode("AI");
///
/// Constant AL for CountryCode
///
public static readonly CountryCode AL = new CountryCode("AL");
///
/// Constant AM for CountryCode
///
public static readonly CountryCode AM = new CountryCode("AM");
///
/// Constant AN for CountryCode
///
public static readonly CountryCode AN = new CountryCode("AN");
///
/// Constant AO for CountryCode
///
public static readonly CountryCode AO = new CountryCode("AO");
///
/// Constant AQ for CountryCode
///
public static readonly CountryCode AQ = new CountryCode("AQ");
///
/// Constant AR for CountryCode
///
public static readonly CountryCode AR = new CountryCode("AR");
///
/// Constant AS for CountryCode
///
public static readonly CountryCode AS = new CountryCode("AS");
///
/// Constant AT for CountryCode
///
public static readonly CountryCode AT = new CountryCode("AT");
///
/// Constant AU for CountryCode
///
public static readonly CountryCode AU = new CountryCode("AU");
///
/// Constant AW for CountryCode
///
public static readonly CountryCode AW = new CountryCode("AW");
///
/// Constant AX for CountryCode
///
public static readonly CountryCode AX = new CountryCode("AX");
///
/// Constant AZ for CountryCode
///
public static readonly CountryCode AZ = new CountryCode("AZ");
///
/// Constant BA for CountryCode
///
public static readonly CountryCode BA = new CountryCode("BA");
///
/// Constant BB for CountryCode
///
public static readonly CountryCode BB = new CountryCode("BB");
///
/// Constant BD for CountryCode
///
public static readonly CountryCode BD = new CountryCode("BD");
///
/// Constant BE for CountryCode
///
public static readonly CountryCode BE = new CountryCode("BE");
///
/// Constant BF for CountryCode
///
public static readonly CountryCode BF = new CountryCode("BF");
///
/// Constant BG for CountryCode
///
public static readonly CountryCode BG = new CountryCode("BG");
///
/// Constant BH for CountryCode
///
public static readonly CountryCode BH = new CountryCode("BH");
///
/// Constant BI for CountryCode
///
public static readonly CountryCode BI = new CountryCode("BI");
///
/// Constant BJ for CountryCode
///
public static readonly CountryCode BJ = new CountryCode("BJ");
///
/// Constant BL for CountryCode
///
public static readonly CountryCode BL = new CountryCode("BL");
///
/// Constant BM for CountryCode
///
public static readonly CountryCode BM = new CountryCode("BM");
///
/// Constant BN for CountryCode
///
public static readonly CountryCode BN = new CountryCode("BN");
///
/// Constant BO for CountryCode
///
public static readonly CountryCode BO = new CountryCode("BO");
///
/// Constant BQ for CountryCode
///
public static readonly CountryCode BQ = new CountryCode("BQ");
///
/// Constant BR for CountryCode
///
public static readonly CountryCode BR = new CountryCode("BR");
///
/// Constant BS for CountryCode
///
public static readonly CountryCode BS = new CountryCode("BS");
///
/// Constant BT for CountryCode
///
public static readonly CountryCode BT = new CountryCode("BT");
///
/// Constant BV for CountryCode
///
public static readonly CountryCode BV = new CountryCode("BV");
///
/// Constant BW for CountryCode
///
public static readonly CountryCode BW = new CountryCode("BW");
///
/// Constant BY for CountryCode
///
public static readonly CountryCode BY = new CountryCode("BY");
///
/// Constant BZ for CountryCode
///
public static readonly CountryCode BZ = new CountryCode("BZ");
///
/// Constant CA for CountryCode
///
public static readonly CountryCode CA = new CountryCode("CA");
///
/// Constant CC for CountryCode
///
public static readonly CountryCode CC = new CountryCode("CC");
///
/// Constant CD for CountryCode
///
public static readonly CountryCode CD = new CountryCode("CD");
///
/// Constant CF for CountryCode
///
public static readonly CountryCode CF = new CountryCode("CF");
///
/// Constant CG for CountryCode
///
public static readonly CountryCode CG = new CountryCode("CG");
///
/// Constant CH for CountryCode
///
public static readonly CountryCode CH = new CountryCode("CH");
///
/// Constant CI for CountryCode
///
public static readonly CountryCode CI = new CountryCode("CI");
///
/// Constant CK for CountryCode
///
public static readonly CountryCode CK = new CountryCode("CK");
///
/// Constant CL for CountryCode
///
public static readonly CountryCode CL = new CountryCode("CL");
///
/// Constant CM for CountryCode
///
public static readonly CountryCode CM = new CountryCode("CM");
///
/// Constant CN for CountryCode
///
public static readonly CountryCode CN = new CountryCode("CN");
///
/// Constant CO for CountryCode
///
public static readonly CountryCode CO = new CountryCode("CO");
///
/// Constant CR for CountryCode
///
public static readonly CountryCode CR = new CountryCode("CR");
///
/// Constant CU for CountryCode
///
public static readonly CountryCode CU = new CountryCode("CU");
///
/// Constant CV for CountryCode
///
public static readonly CountryCode CV = new CountryCode("CV");
///
/// Constant CW for CountryCode
///
public static readonly CountryCode CW = new CountryCode("CW");
///
/// Constant CX for CountryCode
///
public static readonly CountryCode CX = new CountryCode("CX");
///
/// Constant CY for CountryCode
///
public static readonly CountryCode CY = new CountryCode("CY");
///
/// Constant CZ for CountryCode
///
public static readonly CountryCode CZ = new CountryCode("CZ");
///
/// Constant DE for CountryCode
///
public static readonly CountryCode DE = new CountryCode("DE");
///
/// Constant DJ for CountryCode
///
public static readonly CountryCode DJ = new CountryCode("DJ");
///
/// Constant DK for CountryCode
///
public static readonly CountryCode DK = new CountryCode("DK");
///
/// Constant DM for CountryCode
///
public static readonly CountryCode DM = new CountryCode("DM");
///
/// Constant DO for CountryCode
///
public static readonly CountryCode DO = new CountryCode("DO");
///
/// Constant DZ for CountryCode
///
public static readonly CountryCode DZ = new CountryCode("DZ");
///
/// Constant EC for CountryCode
///
public static readonly CountryCode EC = new CountryCode("EC");
///
/// Constant EE for CountryCode
///
public static readonly CountryCode EE = new CountryCode("EE");
///
/// Constant EG for CountryCode
///
public static readonly CountryCode EG = new CountryCode("EG");
///
/// Constant EH for CountryCode
///
public static readonly CountryCode EH = new CountryCode("EH");
///
/// Constant ER for CountryCode
///
public static readonly CountryCode ER = new CountryCode("ER");
///
/// Constant ES for CountryCode
///
public static readonly CountryCode ES = new CountryCode("ES");
///
/// Constant ET for CountryCode
///
public static readonly CountryCode ET = new CountryCode("ET");
///
/// Constant FI for CountryCode
///
public static readonly CountryCode FI = new CountryCode("FI");
///
/// Constant FJ for CountryCode
///
public static readonly CountryCode FJ = new CountryCode("FJ");
///
/// Constant FK for CountryCode
///
public static readonly CountryCode FK = new CountryCode("FK");
///
/// Constant FM for CountryCode
///
public static readonly CountryCode FM = new CountryCode("FM");
///
/// Constant FO for CountryCode
///
public static readonly CountryCode FO = new CountryCode("FO");
///
/// Constant FR for CountryCode
///
public static readonly CountryCode FR = new CountryCode("FR");
///
/// Constant GA for CountryCode
///
public static readonly CountryCode GA = new CountryCode("GA");
///
/// Constant GB for CountryCode
///
public static readonly CountryCode GB = new CountryCode("GB");
///
/// Constant GD for CountryCode
///
public static readonly CountryCode GD = new CountryCode("GD");
///
/// Constant GE for CountryCode
///
public static readonly CountryCode GE = new CountryCode("GE");
///
/// Constant GF for CountryCode
///
public static readonly CountryCode GF = new CountryCode("GF");
///
/// Constant GG for CountryCode
///
public static readonly CountryCode GG = new CountryCode("GG");
///
/// Constant GH for CountryCode
///
public static readonly CountryCode GH = new CountryCode("GH");
///
/// Constant GI for CountryCode
///
public static readonly CountryCode GI = new CountryCode("GI");
///
/// Constant GL for CountryCode
///
public static readonly CountryCode GL = new CountryCode("GL");
///
/// Constant GM for CountryCode
///
public static readonly CountryCode GM = new CountryCode("GM");
///
/// Constant GN for CountryCode
///
public static readonly CountryCode GN = new CountryCode("GN");
///
/// Constant GP for CountryCode
///
public static readonly CountryCode GP = new CountryCode("GP");
///
/// Constant GQ for CountryCode
///
public static readonly CountryCode GQ = new CountryCode("GQ");
///
/// Constant GR for CountryCode
///
public static readonly CountryCode GR = new CountryCode("GR");
///
/// Constant GS for CountryCode
///
public static readonly CountryCode GS = new CountryCode("GS");
///
/// Constant GT for CountryCode
///
public static readonly CountryCode GT = new CountryCode("GT");
///
/// Constant GU for CountryCode
///
public static readonly CountryCode GU = new CountryCode("GU");
///
/// Constant GW for CountryCode
///
public static readonly CountryCode GW = new CountryCode("GW");
///
/// Constant GY for CountryCode
///
public static readonly CountryCode GY = new CountryCode("GY");
///
/// Constant HK for CountryCode
///
public static readonly CountryCode HK = new CountryCode("HK");
///
/// Constant HM for CountryCode
///
public static readonly CountryCode HM = new CountryCode("HM");
///
/// Constant HN for CountryCode
///
public static readonly CountryCode HN = new CountryCode("HN");
///
/// Constant HR for CountryCode
///
public static readonly CountryCode HR = new CountryCode("HR");
///
/// Constant HT for CountryCode
///
public static readonly CountryCode HT = new CountryCode("HT");
///
/// Constant HU for CountryCode
///
public static readonly CountryCode HU = new CountryCode("HU");
///
/// Constant ID for CountryCode
///
public static readonly CountryCode ID = new CountryCode("ID");
///
/// Constant IE for CountryCode
///
public static readonly CountryCode IE = new CountryCode("IE");
///
/// Constant IL for CountryCode
///
public static readonly CountryCode IL = new CountryCode("IL");
///
/// Constant IM for CountryCode
///
public static readonly CountryCode IM = new CountryCode("IM");
///
/// Constant IN for CountryCode
///
public static readonly CountryCode IN = new CountryCode("IN");
///
/// Constant IO for CountryCode
///
public static readonly CountryCode IO = new CountryCode("IO");
///
/// Constant IQ for CountryCode
///
public static readonly CountryCode IQ = new CountryCode("IQ");
///
/// Constant IR for CountryCode
///
public static readonly CountryCode IR = new CountryCode("IR");
///
/// Constant IS for CountryCode
///
public static readonly CountryCode IS = new CountryCode("IS");
///
/// Constant IT for CountryCode
///
public static readonly CountryCode IT = new CountryCode("IT");
///
/// Constant JE for CountryCode
///
public static readonly CountryCode JE = new CountryCode("JE");
///
/// Constant JM for CountryCode
///
public static readonly CountryCode JM = new CountryCode("JM");
///
/// Constant JO for CountryCode
///
public static readonly CountryCode JO = new CountryCode("JO");
///
/// Constant JP for CountryCode
///
public static readonly CountryCode JP = new CountryCode("JP");
///
/// Constant KE for CountryCode
///
public static readonly CountryCode KE = new CountryCode("KE");
///
/// Constant KG for CountryCode
///
public static readonly CountryCode KG = new CountryCode("KG");
///
/// Constant KH for CountryCode
///
public static readonly CountryCode KH = new CountryCode("KH");
///
/// Constant KI for CountryCode
///
public static readonly CountryCode KI = new CountryCode("KI");
///
/// Constant KM for CountryCode
///
public static readonly CountryCode KM = new CountryCode("KM");
///
/// Constant KN for CountryCode
///
public static readonly CountryCode KN = new CountryCode("KN");
///
/// Constant KP for CountryCode
///
public static readonly CountryCode KP = new CountryCode("KP");
///
/// Constant KR for CountryCode
///
public static readonly CountryCode KR = new CountryCode("KR");
///
/// Constant KW for CountryCode
///
public static readonly CountryCode KW = new CountryCode("KW");
///
/// Constant KY for CountryCode
///
public static readonly CountryCode KY = new CountryCode("KY");
///
/// Constant KZ for CountryCode
///
public static readonly CountryCode KZ = new CountryCode("KZ");
///
/// Constant LA for CountryCode
///
public static readonly CountryCode LA = new CountryCode("LA");
///
/// Constant LB for CountryCode
///
public static readonly CountryCode LB = new CountryCode("LB");
///
/// Constant LC for CountryCode
///
public static readonly CountryCode LC = new CountryCode("LC");
///
/// Constant LI for CountryCode
///
public static readonly CountryCode LI = new CountryCode("LI");
///
/// Constant LK for CountryCode
///
public static readonly CountryCode LK = new CountryCode("LK");
///
/// Constant LR for CountryCode
///
public static readonly CountryCode LR = new CountryCode("LR");
///
/// Constant LS for CountryCode
///
public static readonly CountryCode LS = new CountryCode("LS");
///
/// Constant LT for CountryCode
///
public static readonly CountryCode LT = new CountryCode("LT");
///
/// Constant LU for CountryCode
///
public static readonly CountryCode LU = new CountryCode("LU");
///
/// Constant LV for CountryCode
///
public static readonly CountryCode LV = new CountryCode("LV");
///
/// Constant LY for CountryCode
///
public static readonly CountryCode LY = new CountryCode("LY");
///
/// Constant MA for CountryCode
///
public static readonly CountryCode MA = new CountryCode("MA");
///
/// Constant MC for CountryCode
///
public static readonly CountryCode MC = new CountryCode("MC");
///
/// Constant MD for CountryCode
///
public static readonly CountryCode MD = new CountryCode("MD");
///
/// Constant ME for CountryCode
///
public static readonly CountryCode ME = new CountryCode("ME");
///
/// Constant MF for CountryCode
///
public static readonly CountryCode MF = new CountryCode("MF");
///
/// Constant MG for CountryCode
///
public static readonly CountryCode MG = new CountryCode("MG");
///
/// Constant MH for CountryCode
///
public static readonly CountryCode MH = new CountryCode("MH");
///
/// Constant MK for CountryCode
///
public static readonly CountryCode MK = new CountryCode("MK");
///
/// Constant ML for CountryCode
///
public static readonly CountryCode ML = new CountryCode("ML");
///
/// Constant MM for CountryCode
///
public static readonly CountryCode MM = new CountryCode("MM");
///
/// Constant MN for CountryCode
///
public static readonly CountryCode MN = new CountryCode("MN");
///
/// Constant MO for CountryCode
///
public static readonly CountryCode MO = new CountryCode("MO");
///
/// Constant MP for CountryCode
///
public static readonly CountryCode MP = new CountryCode("MP");
///
/// Constant MQ for CountryCode
///
public static readonly CountryCode MQ = new CountryCode("MQ");
///
/// Constant MR for CountryCode
///
public static readonly CountryCode MR = new CountryCode("MR");
///
/// Constant MS for CountryCode
///
public static readonly CountryCode MS = new CountryCode("MS");
///
/// Constant MT for CountryCode
///
public static readonly CountryCode MT = new CountryCode("MT");
///
/// Constant MU for CountryCode
///
public static readonly CountryCode MU = new CountryCode("MU");
///
/// Constant MV for CountryCode
///
public static readonly CountryCode MV = new CountryCode("MV");
///
/// Constant MW for CountryCode
///
public static readonly CountryCode MW = new CountryCode("MW");
///
/// Constant MX for CountryCode
///
public static readonly CountryCode MX = new CountryCode("MX");
///
/// Constant MY for CountryCode
///
public static readonly CountryCode MY = new CountryCode("MY");
///
/// Constant MZ for CountryCode
///
public static readonly CountryCode MZ = new CountryCode("MZ");
///
/// Constant NA for CountryCode
///
public static readonly CountryCode NA = new CountryCode("NA");
///
/// Constant NC for CountryCode
///
public static readonly CountryCode NC = new CountryCode("NC");
///
/// Constant NE for CountryCode
///
public static readonly CountryCode NE = new CountryCode("NE");
///
/// Constant NF for CountryCode
///
public static readonly CountryCode NF = new CountryCode("NF");
///
/// Constant NG for CountryCode
///
public static readonly CountryCode NG = new CountryCode("NG");
///
/// Constant NI for CountryCode
///
public static readonly CountryCode NI = new CountryCode("NI");
///
/// Constant NL for CountryCode
///
public static readonly CountryCode NL = new CountryCode("NL");
///
/// Constant NO for CountryCode
///
public static readonly CountryCode NO = new CountryCode("NO");
///
/// Constant NP for CountryCode
///
public static readonly CountryCode NP = new CountryCode("NP");
///
/// Constant NR for CountryCode
///
public static readonly CountryCode NR = new CountryCode("NR");
///
/// Constant NU for CountryCode
///
public static readonly CountryCode NU = new CountryCode("NU");
///
/// Constant NZ for CountryCode
///
public static readonly CountryCode NZ = new CountryCode("NZ");
///
/// Constant OM for CountryCode
///
public static readonly CountryCode OM = new CountryCode("OM");
///
/// Constant PA for CountryCode
///
public static readonly CountryCode PA = new CountryCode("PA");
///
/// Constant PE for CountryCode
///
public static readonly CountryCode PE = new CountryCode("PE");
///
/// Constant PF for CountryCode
///
public static readonly CountryCode PF = new CountryCode("PF");
///
/// Constant PG for CountryCode
///
public static readonly CountryCode PG = new CountryCode("PG");
///
/// Constant PH for CountryCode
///
public static readonly CountryCode PH = new CountryCode("PH");
///
/// Constant PK for CountryCode
///
public static readonly CountryCode PK = new CountryCode("PK");
///
/// Constant PL for CountryCode
///
public static readonly CountryCode PL = new CountryCode("PL");
///
/// Constant PM for CountryCode
///
public static readonly CountryCode PM = new CountryCode("PM");
///
/// Constant PN for CountryCode
///
public static readonly CountryCode PN = new CountryCode("PN");
///
/// Constant PR for CountryCode
///
public static readonly CountryCode PR = new CountryCode("PR");
///
/// Constant PS for CountryCode
///
public static readonly CountryCode PS = new CountryCode("PS");
///
/// Constant PT for CountryCode
///
public static readonly CountryCode PT = new CountryCode("PT");
///
/// Constant PW for CountryCode
///
public static readonly CountryCode PW = new CountryCode("PW");
///
/// Constant PY for CountryCode
///
public static readonly CountryCode PY = new CountryCode("PY");
///
/// Constant QA for CountryCode
///
public static readonly CountryCode QA = new CountryCode("QA");
///
/// Constant RE for CountryCode
///
public static readonly CountryCode RE = new CountryCode("RE");
///
/// Constant RO for CountryCode
///
public static readonly CountryCode RO = new CountryCode("RO");
///
/// Constant RS for CountryCode
///
public static readonly CountryCode RS = new CountryCode("RS");
///
/// Constant RU for CountryCode
///
public static readonly CountryCode RU = new CountryCode("RU");
///
/// Constant RW for CountryCode
///
public static readonly CountryCode RW = new CountryCode("RW");
///
/// Constant SA for CountryCode
///
public static readonly CountryCode SA = new CountryCode("SA");
///
/// Constant SB for CountryCode
///
public static readonly CountryCode SB = new CountryCode("SB");
///
/// Constant SC for CountryCode
///
public static readonly CountryCode SC = new CountryCode("SC");
///
/// Constant SD for CountryCode
///
public static readonly CountryCode SD = new CountryCode("SD");
///
/// Constant SE for CountryCode
///
public static readonly CountryCode SE = new CountryCode("SE");
///
/// Constant SG for CountryCode
///
public static readonly CountryCode SG = new CountryCode("SG");
///
/// Constant SH for CountryCode
///
public static readonly CountryCode SH = new CountryCode("SH");
///
/// Constant SI for CountryCode
///
public static readonly CountryCode SI = new CountryCode("SI");
///
/// Constant SJ for CountryCode
///
public static readonly CountryCode SJ = new CountryCode("SJ");
///
/// Constant SK for CountryCode
///
public static readonly CountryCode SK = new CountryCode("SK");
///
/// Constant SL for CountryCode
///
public static readonly CountryCode SL = new CountryCode("SL");
///
/// Constant SM for CountryCode
///
public static readonly CountryCode SM = new CountryCode("SM");
///
/// Constant SN for CountryCode
///
public static readonly CountryCode SN = new CountryCode("SN");
///
/// Constant SO for CountryCode
///
public static readonly CountryCode SO = new CountryCode("SO");
///
/// Constant SR for CountryCode
///
public static readonly CountryCode SR = new CountryCode("SR");
///
/// Constant SS for CountryCode
///
public static readonly CountryCode SS = new CountryCode("SS");
///
/// Constant ST for CountryCode
///
public static readonly CountryCode ST = new CountryCode("ST");
///
/// Constant SV for CountryCode
///
public static readonly CountryCode SV = new CountryCode("SV");
///
/// Constant SX for CountryCode
///
public static readonly CountryCode SX = new CountryCode("SX");
///
/// Constant SY for CountryCode
///
public static readonly CountryCode SY = new CountryCode("SY");
///
/// Constant SZ for CountryCode
///
public static readonly CountryCode SZ = new CountryCode("SZ");
///
/// Constant TC for CountryCode
///
public static readonly CountryCode TC = new CountryCode("TC");
///
/// Constant TD for CountryCode
///
public static readonly CountryCode TD = new CountryCode("TD");
///
/// Constant TF for CountryCode
///
public static readonly CountryCode TF = new CountryCode("TF");
///
/// Constant TG for CountryCode
///
public static readonly CountryCode TG = new CountryCode("TG");
///
/// Constant TH for CountryCode
///
public static readonly CountryCode TH = new CountryCode("TH");
///
/// Constant TJ for CountryCode
///
public static readonly CountryCode TJ = new CountryCode("TJ");
///
/// Constant TK for CountryCode
///
public static readonly CountryCode TK = new CountryCode("TK");
///
/// Constant TL for CountryCode
///
public static readonly CountryCode TL = new CountryCode("TL");
///
/// Constant TM for CountryCode
///
public static readonly CountryCode TM = new CountryCode("TM");
///
/// Constant TN for CountryCode
///
public static readonly CountryCode TN = new CountryCode("TN");
///
/// Constant TO for CountryCode
///
public static readonly CountryCode TO = new CountryCode("TO");
///
/// Constant TP for CountryCode
///
public static readonly CountryCode TP = new CountryCode("TP");
///
/// Constant TR for CountryCode
///
public static readonly CountryCode TR = new CountryCode("TR");
///
/// Constant TT for CountryCode
///
public static readonly CountryCode TT = new CountryCode("TT");
///
/// Constant TV for CountryCode
///
public static readonly CountryCode TV = new CountryCode("TV");
///
/// Constant TW for CountryCode
///
public static readonly CountryCode TW = new CountryCode("TW");
///
/// Constant TZ for CountryCode
///
public static readonly CountryCode TZ = new CountryCode("TZ");
///
/// Constant UA for CountryCode
///
public static readonly CountryCode UA = new CountryCode("UA");
///
/// Constant UG for CountryCode
///
public static readonly CountryCode UG = new CountryCode("UG");
///
/// Constant US for CountryCode
///
public static readonly CountryCode US = new CountryCode("US");
///
/// Constant UY for CountryCode
///
public static readonly CountryCode UY = new CountryCode("UY");
///
/// Constant UZ for CountryCode
///
public static readonly CountryCode UZ = new CountryCode("UZ");
///
/// Constant VA for CountryCode
///
public static readonly CountryCode VA = new CountryCode("VA");
///
/// Constant VC for CountryCode
///
public static readonly CountryCode VC = new CountryCode("VC");
///
/// Constant VE for CountryCode
///
public static readonly CountryCode VE = new CountryCode("VE");
///
/// Constant VG for CountryCode
///
public static readonly CountryCode VG = new CountryCode("VG");
///
/// Constant VI for CountryCode
///
public static readonly CountryCode VI = new CountryCode("VI");
///
/// Constant VN for CountryCode
///
public static readonly CountryCode VN = new CountryCode("VN");
///
/// Constant VU for CountryCode
///
public static readonly CountryCode VU = new CountryCode("VU");
///
/// Constant WF for CountryCode
///
public static readonly CountryCode WF = new CountryCode("WF");
///
/// Constant WS for CountryCode
///
public static readonly CountryCode WS = new CountryCode("WS");
///
/// Constant YE for CountryCode
///
public static readonly CountryCode YE = new CountryCode("YE");
///
/// Constant YT for CountryCode
///
public static readonly CountryCode YT = new CountryCode("YT");
///
/// Constant ZA for CountryCode
///
public static readonly CountryCode ZA = new CountryCode("ZA");
///
/// Constant ZM for CountryCode
///
public static readonly CountryCode ZM = new CountryCode("ZM");
///
/// Constant ZW for CountryCode
///
public static readonly CountryCode ZW = new CountryCode("ZW");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public CountryCode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static CountryCode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator CountryCode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type DomainAvailability.
///
public class DomainAvailability : ConstantClass
{
///
/// Constant AVAILABLE for DomainAvailability
///
public static readonly DomainAvailability AVAILABLE = new DomainAvailability("AVAILABLE");
///
/// Constant AVAILABLE_PREORDER for DomainAvailability
///
public static readonly DomainAvailability AVAILABLE_PREORDER = new DomainAvailability("AVAILABLE_PREORDER");
///
/// Constant AVAILABLE_RESERVED for DomainAvailability
///
public static readonly DomainAvailability AVAILABLE_RESERVED = new DomainAvailability("AVAILABLE_RESERVED");
///
/// Constant DONT_KNOW for DomainAvailability
///
public static readonly DomainAvailability DONT_KNOW = new DomainAvailability("DONT_KNOW");
///
/// Constant RESERVED for DomainAvailability
///
public static readonly DomainAvailability RESERVED = new DomainAvailability("RESERVED");
///
/// Constant UNAVAILABLE for DomainAvailability
///
public static readonly DomainAvailability UNAVAILABLE = new DomainAvailability("UNAVAILABLE");
///
/// Constant UNAVAILABLE_PREMIUM for DomainAvailability
///
public static readonly DomainAvailability UNAVAILABLE_PREMIUM = new DomainAvailability("UNAVAILABLE_PREMIUM");
///
/// Constant UNAVAILABLE_RESTRICTED for DomainAvailability
///
public static readonly DomainAvailability UNAVAILABLE_RESTRICTED = new DomainAvailability("UNAVAILABLE_RESTRICTED");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public DomainAvailability(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static DomainAvailability FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator DomainAvailability(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ExtraParamName.
///
public class ExtraParamName : ConstantClass
{
///
/// Constant AU_ID_NUMBER for ExtraParamName
///
public static readonly ExtraParamName AU_ID_NUMBER = new ExtraParamName("AU_ID_NUMBER");
///
/// Constant AU_ID_TYPE for ExtraParamName
///
public static readonly ExtraParamName AU_ID_TYPE = new ExtraParamName("AU_ID_TYPE");
///
/// Constant AU_PRIORITY_TOKEN for ExtraParamName
///
public static readonly ExtraParamName AU_PRIORITY_TOKEN = new ExtraParamName("AU_PRIORITY_TOKEN");
///
/// Constant BIRTH_CITY for ExtraParamName
///
public static readonly ExtraParamName BIRTH_CITY = new ExtraParamName("BIRTH_CITY");
///
/// Constant BIRTH_COUNTRY for ExtraParamName
///
public static readonly ExtraParamName BIRTH_COUNTRY = new ExtraParamName("BIRTH_COUNTRY");
///
/// Constant BIRTH_DATE_IN_YYYY_MM_DD for ExtraParamName
///
public static readonly ExtraParamName BIRTH_DATE_IN_YYYY_MM_DD = new ExtraParamName("BIRTH_DATE_IN_YYYY_MM_DD");
///
/// Constant BIRTH_DEPARTMENT for ExtraParamName
///
public static readonly ExtraParamName BIRTH_DEPARTMENT = new ExtraParamName("BIRTH_DEPARTMENT");
///
/// Constant BRAND_NUMBER for ExtraParamName
///
public static readonly ExtraParamName BRAND_NUMBER = new ExtraParamName("BRAND_NUMBER");
///
/// Constant CA_BUSINESS_ENTITY_TYPE for ExtraParamName
///
public static readonly ExtraParamName CA_BUSINESS_ENTITY_TYPE = new ExtraParamName("CA_BUSINESS_ENTITY_TYPE");
///
/// Constant CA_LEGAL_REPRESENTATIVE for ExtraParamName
///
public static readonly ExtraParamName CA_LEGAL_REPRESENTATIVE = new ExtraParamName("CA_LEGAL_REPRESENTATIVE");
///
/// Constant CA_LEGAL_REPRESENTATIVE_CAPACITY for ExtraParamName
///
public static readonly ExtraParamName CA_LEGAL_REPRESENTATIVE_CAPACITY = new ExtraParamName("CA_LEGAL_REPRESENTATIVE_CAPACITY");
///
/// Constant CA_LEGAL_TYPE for ExtraParamName
///
public static readonly ExtraParamName CA_LEGAL_TYPE = new ExtraParamName("CA_LEGAL_TYPE");
///
/// Constant DOCUMENT_NUMBER for ExtraParamName
///
public static readonly ExtraParamName DOCUMENT_NUMBER = new ExtraParamName("DOCUMENT_NUMBER");
///
/// Constant DUNS_NUMBER for ExtraParamName
///
public static readonly ExtraParamName DUNS_NUMBER = new ExtraParamName("DUNS_NUMBER");
///
/// Constant ES_IDENTIFICATION for ExtraParamName
///
public static readonly ExtraParamName ES_IDENTIFICATION = new ExtraParamName("ES_IDENTIFICATION");
///
/// Constant ES_IDENTIFICATION_TYPE for ExtraParamName
///
public static readonly ExtraParamName ES_IDENTIFICATION_TYPE = new ExtraParamName("ES_IDENTIFICATION_TYPE");
///
/// Constant ES_LEGAL_FORM for ExtraParamName
///
public static readonly ExtraParamName ES_LEGAL_FORM = new ExtraParamName("ES_LEGAL_FORM");
///
/// Constant EU_COUNTRY_OF_CITIZENSHIP for ExtraParamName
///
public static readonly ExtraParamName EU_COUNTRY_OF_CITIZENSHIP = new ExtraParamName("EU_COUNTRY_OF_CITIZENSHIP");
///
/// Constant FI_BUSINESS_NUMBER for ExtraParamName
///
public static readonly ExtraParamName FI_BUSINESS_NUMBER = new ExtraParamName("FI_BUSINESS_NUMBER");
///
/// Constant FI_ID_NUMBER for ExtraParamName
///
public static readonly ExtraParamName FI_ID_NUMBER = new ExtraParamName("FI_ID_NUMBER");
///
/// Constant FI_NATIONALITY for ExtraParamName
///
public static readonly ExtraParamName FI_NATIONALITY = new ExtraParamName("FI_NATIONALITY");
///
/// Constant FI_ORGANIZATION_TYPE for ExtraParamName
///
public static readonly ExtraParamName FI_ORGANIZATION_TYPE = new ExtraParamName("FI_ORGANIZATION_TYPE");
///
/// Constant IT_NATIONALITY for ExtraParamName
///
public static readonly ExtraParamName IT_NATIONALITY = new ExtraParamName("IT_NATIONALITY");
///
/// Constant IT_PIN for ExtraParamName
///
public static readonly ExtraParamName IT_PIN = new ExtraParamName("IT_PIN");
///
/// Constant IT_REGISTRANT_ENTITY_TYPE for ExtraParamName
///
public static readonly ExtraParamName IT_REGISTRANT_ENTITY_TYPE = new ExtraParamName("IT_REGISTRANT_ENTITY_TYPE");
///
/// Constant RU_PASSPORT_DATA for ExtraParamName
///
public static readonly ExtraParamName RU_PASSPORT_DATA = new ExtraParamName("RU_PASSPORT_DATA");
///
/// Constant SE_ID_NUMBER for ExtraParamName
///
public static readonly ExtraParamName SE_ID_NUMBER = new ExtraParamName("SE_ID_NUMBER");
///
/// Constant SG_ID_NUMBER for ExtraParamName
///
public static readonly ExtraParamName SG_ID_NUMBER = new ExtraParamName("SG_ID_NUMBER");
///
/// Constant UK_COMPANY_NUMBER for ExtraParamName
///
public static readonly ExtraParamName UK_COMPANY_NUMBER = new ExtraParamName("UK_COMPANY_NUMBER");
///
/// Constant UK_CONTACT_TYPE for ExtraParamName
///
public static readonly ExtraParamName UK_CONTACT_TYPE = new ExtraParamName("UK_CONTACT_TYPE");
///
/// Constant VAT_NUMBER for ExtraParamName
///
public static readonly ExtraParamName VAT_NUMBER = new ExtraParamName("VAT_NUMBER");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public ExtraParamName(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ExtraParamName FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ExtraParamName(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ListDomainsAttributeName.
///
public class ListDomainsAttributeName : ConstantClass
{
///
/// Constant DomainName for ListDomainsAttributeName
///
public static readonly ListDomainsAttributeName DomainName = new ListDomainsAttributeName("DomainName");
///
/// Constant Expiry for ListDomainsAttributeName
///
public static readonly ListDomainsAttributeName Expiry = new ListDomainsAttributeName("Expiry");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public ListDomainsAttributeName(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ListDomainsAttributeName FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ListDomainsAttributeName(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ListOperationsSortAttributeName.
///
public class ListOperationsSortAttributeName : ConstantClass
{
///
/// Constant SubmittedDate for ListOperationsSortAttributeName
///
public static readonly ListOperationsSortAttributeName SubmittedDate = new ListOperationsSortAttributeName("SubmittedDate");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public ListOperationsSortAttributeName(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ListOperationsSortAttributeName FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ListOperationsSortAttributeName(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type OperationStatus.
///
public class OperationStatus : ConstantClass
{
///
/// Constant ERROR for OperationStatus
///
public static readonly OperationStatus ERROR = new OperationStatus("ERROR");
///
/// Constant FAILED for OperationStatus
///
public static readonly OperationStatus FAILED = new OperationStatus("FAILED");
///
/// Constant IN_PROGRESS for OperationStatus
///
public static readonly OperationStatus IN_PROGRESS = new OperationStatus("IN_PROGRESS");
///
/// Constant SUBMITTED for OperationStatus
///
public static readonly OperationStatus SUBMITTED = new OperationStatus("SUBMITTED");
///
/// Constant SUCCESSFUL for OperationStatus
///
public static readonly OperationStatus SUCCESSFUL = new OperationStatus("SUCCESSFUL");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public OperationStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static OperationStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator OperationStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type OperationType.
///
public class OperationType : ConstantClass
{
///
/// Constant ADD_DNSSEC for OperationType
///
public static readonly OperationType ADD_DNSSEC = new OperationType("ADD_DNSSEC");
///
/// Constant CHANGE_DOMAIN_OWNER for OperationType
///
public static readonly OperationType CHANGE_DOMAIN_OWNER = new OperationType("CHANGE_DOMAIN_OWNER");
///
/// Constant CHANGE_PRIVACY_PROTECTION for OperationType
///
public static readonly OperationType CHANGE_PRIVACY_PROTECTION = new OperationType("CHANGE_PRIVACY_PROTECTION");
///
/// Constant DELETE_DOMAIN for OperationType
///
public static readonly OperationType DELETE_DOMAIN = new OperationType("DELETE_DOMAIN");
///
/// Constant DISABLE_AUTORENEW for OperationType
///
public static readonly OperationType DISABLE_AUTORENEW = new OperationType("DISABLE_AUTORENEW");
///
/// Constant DOMAIN_LOCK for OperationType
///
public static readonly OperationType DOMAIN_LOCK = new OperationType("DOMAIN_LOCK");
///
/// Constant ENABLE_AUTORENEW for OperationType
///
public static readonly OperationType ENABLE_AUTORENEW = new OperationType("ENABLE_AUTORENEW");
///
/// Constant EXPIRE_DOMAIN for OperationType
///
public static readonly OperationType EXPIRE_DOMAIN = new OperationType("EXPIRE_DOMAIN");
///
/// Constant INTERNAL_TRANSFER_IN_DOMAIN for OperationType
///
public static readonly OperationType INTERNAL_TRANSFER_IN_DOMAIN = new OperationType("INTERNAL_TRANSFER_IN_DOMAIN");
///
/// Constant INTERNAL_TRANSFER_OUT_DOMAIN for OperationType
///
public static readonly OperationType INTERNAL_TRANSFER_OUT_DOMAIN = new OperationType("INTERNAL_TRANSFER_OUT_DOMAIN");
///
/// Constant PUSH_DOMAIN for OperationType
///
public static readonly OperationType PUSH_DOMAIN = new OperationType("PUSH_DOMAIN");
///
/// Constant REGISTER_DOMAIN for OperationType
///
public static readonly OperationType REGISTER_DOMAIN = new OperationType("REGISTER_DOMAIN");
///
/// Constant REMOVE_DNSSEC for OperationType
///
public static readonly OperationType REMOVE_DNSSEC = new OperationType("REMOVE_DNSSEC");
///
/// Constant RENEW_DOMAIN for OperationType
///
public static readonly OperationType RENEW_DOMAIN = new OperationType("RENEW_DOMAIN");
///
/// Constant TRANSFER_IN_DOMAIN for OperationType
///
public static readonly OperationType TRANSFER_IN_DOMAIN = new OperationType("TRANSFER_IN_DOMAIN");
///
/// Constant TRANSFER_OUT_DOMAIN for OperationType
///
public static readonly OperationType TRANSFER_OUT_DOMAIN = new OperationType("TRANSFER_OUT_DOMAIN");
///
/// Constant UPDATE_DOMAIN_CONTACT for OperationType
///
public static readonly OperationType UPDATE_DOMAIN_CONTACT = new OperationType("UPDATE_DOMAIN_CONTACT");
///
/// Constant UPDATE_NAMESERVER for OperationType
///
public static readonly OperationType UPDATE_NAMESERVER = new OperationType("UPDATE_NAMESERVER");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public OperationType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static OperationType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator OperationType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Operator.
///
public class Operator : ConstantClass
{
///
/// Constant BEGINS_WITH for Operator
///
public static readonly Operator BEGINS_WITH = new Operator("BEGINS_WITH");
///
/// Constant GE for Operator
///
public static readonly Operator GE = new Operator("GE");
///
/// Constant LE for Operator
///
public static readonly Operator LE = new Operator("LE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Operator(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Operator FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Operator(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type ReachabilityStatus.
///
public class ReachabilityStatus : ConstantClass
{
///
/// Constant DONE for ReachabilityStatus
///
public static readonly ReachabilityStatus DONE = new ReachabilityStatus("DONE");
///
/// Constant EXPIRED for ReachabilityStatus
///
public static readonly ReachabilityStatus EXPIRED = new ReachabilityStatus("EXPIRED");
///
/// Constant PENDING for ReachabilityStatus
///
public static readonly ReachabilityStatus PENDING = new ReachabilityStatus("PENDING");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public ReachabilityStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static ReachabilityStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator ReachabilityStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type SortOrder.
///
public class SortOrder : ConstantClass
{
///
/// Constant ASC for SortOrder
///
public static readonly SortOrder ASC = new SortOrder("ASC");
///
/// Constant DESC for SortOrder
///
public static readonly SortOrder DESC = new SortOrder("DESC");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public SortOrder(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static SortOrder FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator SortOrder(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type StatusFlag.
///
public class StatusFlag : ConstantClass
{
///
/// Constant PENDING_ACCEPTANCE for StatusFlag
///
public static readonly StatusFlag PENDING_ACCEPTANCE = new StatusFlag("PENDING_ACCEPTANCE");
///
/// Constant PENDING_AUTHORIZATION for StatusFlag
///
public static readonly StatusFlag PENDING_AUTHORIZATION = new StatusFlag("PENDING_AUTHORIZATION");
///
/// Constant PENDING_CUSTOMER_ACTION for StatusFlag
///
public static readonly StatusFlag PENDING_CUSTOMER_ACTION = new StatusFlag("PENDING_CUSTOMER_ACTION");
///
/// Constant PENDING_PAYMENT_VERIFICATION for StatusFlag
///
public static readonly StatusFlag PENDING_PAYMENT_VERIFICATION = new StatusFlag("PENDING_PAYMENT_VERIFICATION");
///
/// Constant PENDING_SUPPORT_CASE for StatusFlag
///
public static readonly StatusFlag PENDING_SUPPORT_CASE = new StatusFlag("PENDING_SUPPORT_CASE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public StatusFlag(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static StatusFlag FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator StatusFlag(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Transferable.
///
public class Transferable : ConstantClass
{
///
/// Constant DOMAIN_IN_ANOTHER_ACCOUNT for Transferable
///
public static readonly Transferable DOMAIN_IN_ANOTHER_ACCOUNT = new Transferable("DOMAIN_IN_ANOTHER_ACCOUNT");
///
/// Constant DOMAIN_IN_OWN_ACCOUNT for Transferable
///
public static readonly Transferable DOMAIN_IN_OWN_ACCOUNT = new Transferable("DOMAIN_IN_OWN_ACCOUNT");
///
/// Constant DONT_KNOW for Transferable
///
public static readonly Transferable DONT_KNOW = new Transferable("DONT_KNOW");
///
/// Constant PREMIUM_DOMAIN for Transferable
///
public static readonly Transferable PREMIUM_DOMAIN = new Transferable("PREMIUM_DOMAIN");
///
/// Constant TRANSFERABLE for Transferable
///
public static readonly Transferable TRANSFERABLE = new Transferable("TRANSFERABLE");
///
/// Constant UNTRANSFERABLE for Transferable
///
public static readonly Transferable UNTRANSFERABLE = new Transferable("UNTRANSFERABLE");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Transferable(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Transferable FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Transferable(string value)
{
return FindValue(value);
}
}
}