github.com/hashicorp/hcp-sdk-go@v0.94.0/clients/cloud-billing/preview/2020-11-05/models/billing20201105_country.go (about)

     1  // Code generated by go-swagger; DO NOT EDIT.
     2  
     3  package models
     4  
     5  // This file was generated by the swagger tool.
     6  // Editing this file might prove futile when you re-run the swagger generate command
     7  
     8  import (
     9  	"context"
    10  	"encoding/json"
    11  
    12  	"github.com/go-openapi/errors"
    13  	"github.com/go-openapi/strfmt"
    14  	"github.com/go-openapi/validate"
    15  )
    16  
    17  // Billing20201105Country Country is a two-letter country code as defined by the ISO 3166-1 standard.
    18  //
    19  // https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
    20  //
    21  // swagger:model billing_20201105Country
    22  type Billing20201105Country string
    23  
    24  func NewBilling20201105Country(value Billing20201105Country) *Billing20201105Country {
    25  	return &value
    26  }
    27  
    28  // Pointer returns a pointer to a freshly-allocated Billing20201105Country.
    29  func (m Billing20201105Country) Pointer() *Billing20201105Country {
    30  	return &m
    31  }
    32  
    33  const (
    34  
    35  	// Billing20201105CountryUNSET captures enum value "UNSET"
    36  	Billing20201105CountryUNSET Billing20201105Country = "UNSET"
    37  
    38  	// Billing20201105CountryAF captures enum value "AF"
    39  	Billing20201105CountryAF Billing20201105Country = "AF"
    40  
    41  	// Billing20201105CountryAL captures enum value "AL"
    42  	Billing20201105CountryAL Billing20201105Country = "AL"
    43  
    44  	// Billing20201105CountryAQ captures enum value "AQ"
    45  	Billing20201105CountryAQ Billing20201105Country = "AQ"
    46  
    47  	// Billing20201105CountryDZ captures enum value "DZ"
    48  	Billing20201105CountryDZ Billing20201105Country = "DZ"
    49  
    50  	// Billing20201105CountryAS captures enum value "AS"
    51  	Billing20201105CountryAS Billing20201105Country = "AS"
    52  
    53  	// Billing20201105CountryAD captures enum value "AD"
    54  	Billing20201105CountryAD Billing20201105Country = "AD"
    55  
    56  	// Billing20201105CountryAO captures enum value "AO"
    57  	Billing20201105CountryAO Billing20201105Country = "AO"
    58  
    59  	// Billing20201105CountryAG captures enum value "AG"
    60  	Billing20201105CountryAG Billing20201105Country = "AG"
    61  
    62  	// Billing20201105CountryAZ captures enum value "AZ"
    63  	Billing20201105CountryAZ Billing20201105Country = "AZ"
    64  
    65  	// Billing20201105CountryAR captures enum value "AR"
    66  	Billing20201105CountryAR Billing20201105Country = "AR"
    67  
    68  	// Billing20201105CountryAU captures enum value "AU"
    69  	Billing20201105CountryAU Billing20201105Country = "AU"
    70  
    71  	// Billing20201105CountryAT captures enum value "AT"
    72  	Billing20201105CountryAT Billing20201105Country = "AT"
    73  
    74  	// Billing20201105CountryBS captures enum value "BS"
    75  	Billing20201105CountryBS Billing20201105Country = "BS"
    76  
    77  	// Billing20201105CountryBH captures enum value "BH"
    78  	Billing20201105CountryBH Billing20201105Country = "BH"
    79  
    80  	// Billing20201105CountryBD captures enum value "BD"
    81  	Billing20201105CountryBD Billing20201105Country = "BD"
    82  
    83  	// Billing20201105CountryAM captures enum value "AM"
    84  	Billing20201105CountryAM Billing20201105Country = "AM"
    85  
    86  	// Billing20201105CountryBB captures enum value "BB"
    87  	Billing20201105CountryBB Billing20201105Country = "BB"
    88  
    89  	// Billing20201105CountryBE captures enum value "BE"
    90  	Billing20201105CountryBE Billing20201105Country = "BE"
    91  
    92  	// Billing20201105CountryBM captures enum value "BM"
    93  	Billing20201105CountryBM Billing20201105Country = "BM"
    94  
    95  	// Billing20201105CountryBT captures enum value "BT"
    96  	Billing20201105CountryBT Billing20201105Country = "BT"
    97  
    98  	// Billing20201105CountryBO captures enum value "BO"
    99  	Billing20201105CountryBO Billing20201105Country = "BO"
   100  
   101  	// Billing20201105CountryBA captures enum value "BA"
   102  	Billing20201105CountryBA Billing20201105Country = "BA"
   103  
   104  	// Billing20201105CountryBW captures enum value "BW"
   105  	Billing20201105CountryBW Billing20201105Country = "BW"
   106  
   107  	// Billing20201105CountryBV captures enum value "BV"
   108  	Billing20201105CountryBV Billing20201105Country = "BV"
   109  
   110  	// Billing20201105CountryBR captures enum value "BR"
   111  	Billing20201105CountryBR Billing20201105Country = "BR"
   112  
   113  	// Billing20201105CountryBZ captures enum value "BZ"
   114  	Billing20201105CountryBZ Billing20201105Country = "BZ"
   115  
   116  	// Billing20201105CountryIO captures enum value "IO"
   117  	Billing20201105CountryIO Billing20201105Country = "IO"
   118  
   119  	// Billing20201105CountrySB captures enum value "SB"
   120  	Billing20201105CountrySB Billing20201105Country = "SB"
   121  
   122  	// Billing20201105CountryVG captures enum value "VG"
   123  	Billing20201105CountryVG Billing20201105Country = "VG"
   124  
   125  	// Billing20201105CountryBN captures enum value "BN"
   126  	Billing20201105CountryBN Billing20201105Country = "BN"
   127  
   128  	// Billing20201105CountryBG captures enum value "BG"
   129  	Billing20201105CountryBG Billing20201105Country = "BG"
   130  
   131  	// Billing20201105CountryMM captures enum value "MM"
   132  	Billing20201105CountryMM Billing20201105Country = "MM"
   133  
   134  	// Billing20201105CountryBI captures enum value "BI"
   135  	Billing20201105CountryBI Billing20201105Country = "BI"
   136  
   137  	// Billing20201105CountryBY captures enum value "BY"
   138  	Billing20201105CountryBY Billing20201105Country = "BY"
   139  
   140  	// Billing20201105CountryKH captures enum value "KH"
   141  	Billing20201105CountryKH Billing20201105Country = "KH"
   142  
   143  	// Billing20201105CountryCM captures enum value "CM"
   144  	Billing20201105CountryCM Billing20201105Country = "CM"
   145  
   146  	// Billing20201105CountryCA captures enum value "CA"
   147  	Billing20201105CountryCA Billing20201105Country = "CA"
   148  
   149  	// Billing20201105CountryCV captures enum value "CV"
   150  	Billing20201105CountryCV Billing20201105Country = "CV"
   151  
   152  	// Billing20201105CountryKY captures enum value "KY"
   153  	Billing20201105CountryKY Billing20201105Country = "KY"
   154  
   155  	// Billing20201105CountryCF captures enum value "CF"
   156  	Billing20201105CountryCF Billing20201105Country = "CF"
   157  
   158  	// Billing20201105CountryLK captures enum value "LK"
   159  	Billing20201105CountryLK Billing20201105Country = "LK"
   160  
   161  	// Billing20201105CountryTD captures enum value "TD"
   162  	Billing20201105CountryTD Billing20201105Country = "TD"
   163  
   164  	// Billing20201105CountryCL captures enum value "CL"
   165  	Billing20201105CountryCL Billing20201105Country = "CL"
   166  
   167  	// Billing20201105CountryCN captures enum value "CN"
   168  	Billing20201105CountryCN Billing20201105Country = "CN"
   169  
   170  	// Billing20201105CountryTW captures enum value "TW"
   171  	Billing20201105CountryTW Billing20201105Country = "TW"
   172  
   173  	// Billing20201105CountryCX captures enum value "CX"
   174  	Billing20201105CountryCX Billing20201105Country = "CX"
   175  
   176  	// Billing20201105CountryCC captures enum value "CC"
   177  	Billing20201105CountryCC Billing20201105Country = "CC"
   178  
   179  	// Billing20201105CountryCO captures enum value "CO"
   180  	Billing20201105CountryCO Billing20201105Country = "CO"
   181  
   182  	// Billing20201105CountryKM captures enum value "KM"
   183  	Billing20201105CountryKM Billing20201105Country = "KM"
   184  
   185  	// Billing20201105CountryYT captures enum value "YT"
   186  	Billing20201105CountryYT Billing20201105Country = "YT"
   187  
   188  	// Billing20201105CountryCG captures enum value "CG"
   189  	Billing20201105CountryCG Billing20201105Country = "CG"
   190  
   191  	// Billing20201105CountryCD captures enum value "CD"
   192  	Billing20201105CountryCD Billing20201105Country = "CD"
   193  
   194  	// Billing20201105CountryCK captures enum value "CK"
   195  	Billing20201105CountryCK Billing20201105Country = "CK"
   196  
   197  	// Billing20201105CountryCR captures enum value "CR"
   198  	Billing20201105CountryCR Billing20201105Country = "CR"
   199  
   200  	// Billing20201105CountryHR captures enum value "HR"
   201  	Billing20201105CountryHR Billing20201105Country = "HR"
   202  
   203  	// Billing20201105CountryCU captures enum value "CU"
   204  	Billing20201105CountryCU Billing20201105Country = "CU"
   205  
   206  	// Billing20201105CountryCY captures enum value "CY"
   207  	Billing20201105CountryCY Billing20201105Country = "CY"
   208  
   209  	// Billing20201105CountryCZ captures enum value "CZ"
   210  	Billing20201105CountryCZ Billing20201105Country = "CZ"
   211  
   212  	// Billing20201105CountryBJ captures enum value "BJ"
   213  	Billing20201105CountryBJ Billing20201105Country = "BJ"
   214  
   215  	// Billing20201105CountryDK captures enum value "DK"
   216  	Billing20201105CountryDK Billing20201105Country = "DK"
   217  
   218  	// Billing20201105CountryDM captures enum value "DM"
   219  	Billing20201105CountryDM Billing20201105Country = "DM"
   220  
   221  	// Billing20201105CountryDO captures enum value "DO"
   222  	Billing20201105CountryDO Billing20201105Country = "DO"
   223  
   224  	// Billing20201105CountryEC captures enum value "EC"
   225  	Billing20201105CountryEC Billing20201105Country = "EC"
   226  
   227  	// Billing20201105CountrySV captures enum value "SV"
   228  	Billing20201105CountrySV Billing20201105Country = "SV"
   229  
   230  	// Billing20201105CountryGQ captures enum value "GQ"
   231  	Billing20201105CountryGQ Billing20201105Country = "GQ"
   232  
   233  	// Billing20201105CountryET captures enum value "ET"
   234  	Billing20201105CountryET Billing20201105Country = "ET"
   235  
   236  	// Billing20201105CountryER captures enum value "ER"
   237  	Billing20201105CountryER Billing20201105Country = "ER"
   238  
   239  	// Billing20201105CountryEE captures enum value "EE"
   240  	Billing20201105CountryEE Billing20201105Country = "EE"
   241  
   242  	// Billing20201105CountryFO captures enum value "FO"
   243  	Billing20201105CountryFO Billing20201105Country = "FO"
   244  
   245  	// Billing20201105CountryFK captures enum value "FK"
   246  	Billing20201105CountryFK Billing20201105Country = "FK"
   247  
   248  	// Billing20201105CountryGS captures enum value "GS"
   249  	Billing20201105CountryGS Billing20201105Country = "GS"
   250  
   251  	// Billing20201105CountryFJ captures enum value "FJ"
   252  	Billing20201105CountryFJ Billing20201105Country = "FJ"
   253  
   254  	// Billing20201105CountryFI captures enum value "FI"
   255  	Billing20201105CountryFI Billing20201105Country = "FI"
   256  
   257  	// Billing20201105CountryAX captures enum value "AX"
   258  	Billing20201105CountryAX Billing20201105Country = "AX"
   259  
   260  	// Billing20201105CountryFR captures enum value "FR"
   261  	Billing20201105CountryFR Billing20201105Country = "FR"
   262  
   263  	// Billing20201105CountryGF captures enum value "GF"
   264  	Billing20201105CountryGF Billing20201105Country = "GF"
   265  
   266  	// Billing20201105CountryPF captures enum value "PF"
   267  	Billing20201105CountryPF Billing20201105Country = "PF"
   268  
   269  	// Billing20201105CountryTF captures enum value "TF"
   270  	Billing20201105CountryTF Billing20201105Country = "TF"
   271  
   272  	// Billing20201105CountryDJ captures enum value "DJ"
   273  	Billing20201105CountryDJ Billing20201105Country = "DJ"
   274  
   275  	// Billing20201105CountryGA captures enum value "GA"
   276  	Billing20201105CountryGA Billing20201105Country = "GA"
   277  
   278  	// Billing20201105CountryGE captures enum value "GE"
   279  	Billing20201105CountryGE Billing20201105Country = "GE"
   280  
   281  	// Billing20201105CountryGM captures enum value "GM"
   282  	Billing20201105CountryGM Billing20201105Country = "GM"
   283  
   284  	// Billing20201105CountryPS captures enum value "PS"
   285  	Billing20201105CountryPS Billing20201105Country = "PS"
   286  
   287  	// Billing20201105CountryDE captures enum value "DE"
   288  	Billing20201105CountryDE Billing20201105Country = "DE"
   289  
   290  	// Billing20201105CountryGH captures enum value "GH"
   291  	Billing20201105CountryGH Billing20201105Country = "GH"
   292  
   293  	// Billing20201105CountryGI captures enum value "GI"
   294  	Billing20201105CountryGI Billing20201105Country = "GI"
   295  
   296  	// Billing20201105CountryKI captures enum value "KI"
   297  	Billing20201105CountryKI Billing20201105Country = "KI"
   298  
   299  	// Billing20201105CountryGR captures enum value "GR"
   300  	Billing20201105CountryGR Billing20201105Country = "GR"
   301  
   302  	// Billing20201105CountryGL captures enum value "GL"
   303  	Billing20201105CountryGL Billing20201105Country = "GL"
   304  
   305  	// Billing20201105CountryGD captures enum value "GD"
   306  	Billing20201105CountryGD Billing20201105Country = "GD"
   307  
   308  	// Billing20201105CountryGP captures enum value "GP"
   309  	Billing20201105CountryGP Billing20201105Country = "GP"
   310  
   311  	// Billing20201105CountryGU captures enum value "GU"
   312  	Billing20201105CountryGU Billing20201105Country = "GU"
   313  
   314  	// Billing20201105CountryGT captures enum value "GT"
   315  	Billing20201105CountryGT Billing20201105Country = "GT"
   316  
   317  	// Billing20201105CountryGN captures enum value "GN"
   318  	Billing20201105CountryGN Billing20201105Country = "GN"
   319  
   320  	// Billing20201105CountryGY captures enum value "GY"
   321  	Billing20201105CountryGY Billing20201105Country = "GY"
   322  
   323  	// Billing20201105CountryHT captures enum value "HT"
   324  	Billing20201105CountryHT Billing20201105Country = "HT"
   325  
   326  	// Billing20201105CountryHM captures enum value "HM"
   327  	Billing20201105CountryHM Billing20201105Country = "HM"
   328  
   329  	// Billing20201105CountryVA captures enum value "VA"
   330  	Billing20201105CountryVA Billing20201105Country = "VA"
   331  
   332  	// Billing20201105CountryHN captures enum value "HN"
   333  	Billing20201105CountryHN Billing20201105Country = "HN"
   334  
   335  	// Billing20201105CountryHK captures enum value "HK"
   336  	Billing20201105CountryHK Billing20201105Country = "HK"
   337  
   338  	// Billing20201105CountryHU captures enum value "HU"
   339  	Billing20201105CountryHU Billing20201105Country = "HU"
   340  
   341  	// Billing20201105CountryIS captures enum value "IS"
   342  	Billing20201105CountryIS Billing20201105Country = "IS"
   343  
   344  	// Billing20201105CountryIN captures enum value "IN"
   345  	Billing20201105CountryIN Billing20201105Country = "IN"
   346  
   347  	// Billing20201105CountryID captures enum value "ID"
   348  	Billing20201105CountryID Billing20201105Country = "ID"
   349  
   350  	// Billing20201105CountryIR captures enum value "IR"
   351  	Billing20201105CountryIR Billing20201105Country = "IR"
   352  
   353  	// Billing20201105CountryIQ captures enum value "IQ"
   354  	Billing20201105CountryIQ Billing20201105Country = "IQ"
   355  
   356  	// Billing20201105CountryIE captures enum value "IE"
   357  	Billing20201105CountryIE Billing20201105Country = "IE"
   358  
   359  	// Billing20201105CountryIL captures enum value "IL"
   360  	Billing20201105CountryIL Billing20201105Country = "IL"
   361  
   362  	// Billing20201105CountryIT captures enum value "IT"
   363  	Billing20201105CountryIT Billing20201105Country = "IT"
   364  
   365  	// Billing20201105CountryCI captures enum value "CI"
   366  	Billing20201105CountryCI Billing20201105Country = "CI"
   367  
   368  	// Billing20201105CountryJM captures enum value "JM"
   369  	Billing20201105CountryJM Billing20201105Country = "JM"
   370  
   371  	// Billing20201105CountryJP captures enum value "JP"
   372  	Billing20201105CountryJP Billing20201105Country = "JP"
   373  
   374  	// Billing20201105CountryKZ captures enum value "KZ"
   375  	Billing20201105CountryKZ Billing20201105Country = "KZ"
   376  
   377  	// Billing20201105CountryJO captures enum value "JO"
   378  	Billing20201105CountryJO Billing20201105Country = "JO"
   379  
   380  	// Billing20201105CountryKE captures enum value "KE"
   381  	Billing20201105CountryKE Billing20201105Country = "KE"
   382  
   383  	// Billing20201105CountryKP captures enum value "KP"
   384  	Billing20201105CountryKP Billing20201105Country = "KP"
   385  
   386  	// Billing20201105CountryKR captures enum value "KR"
   387  	Billing20201105CountryKR Billing20201105Country = "KR"
   388  
   389  	// Billing20201105CountryKW captures enum value "KW"
   390  	Billing20201105CountryKW Billing20201105Country = "KW"
   391  
   392  	// Billing20201105CountryKG captures enum value "KG"
   393  	Billing20201105CountryKG Billing20201105Country = "KG"
   394  
   395  	// Billing20201105CountryLA captures enum value "LA"
   396  	Billing20201105CountryLA Billing20201105Country = "LA"
   397  
   398  	// Billing20201105CountryLB captures enum value "LB"
   399  	Billing20201105CountryLB Billing20201105Country = "LB"
   400  
   401  	// Billing20201105CountryLS captures enum value "LS"
   402  	Billing20201105CountryLS Billing20201105Country = "LS"
   403  
   404  	// Billing20201105CountryLV captures enum value "LV"
   405  	Billing20201105CountryLV Billing20201105Country = "LV"
   406  
   407  	// Billing20201105CountryLR captures enum value "LR"
   408  	Billing20201105CountryLR Billing20201105Country = "LR"
   409  
   410  	// Billing20201105CountryLY captures enum value "LY"
   411  	Billing20201105CountryLY Billing20201105Country = "LY"
   412  
   413  	// Billing20201105CountryLI captures enum value "LI"
   414  	Billing20201105CountryLI Billing20201105Country = "LI"
   415  
   416  	// Billing20201105CountryLT captures enum value "LT"
   417  	Billing20201105CountryLT Billing20201105Country = "LT"
   418  
   419  	// Billing20201105CountryLU captures enum value "LU"
   420  	Billing20201105CountryLU Billing20201105Country = "LU"
   421  
   422  	// Billing20201105CountryMO captures enum value "MO"
   423  	Billing20201105CountryMO Billing20201105Country = "MO"
   424  
   425  	// Billing20201105CountryMG captures enum value "MG"
   426  	Billing20201105CountryMG Billing20201105Country = "MG"
   427  
   428  	// Billing20201105CountryMW captures enum value "MW"
   429  	Billing20201105CountryMW Billing20201105Country = "MW"
   430  
   431  	// Billing20201105CountryMY captures enum value "MY"
   432  	Billing20201105CountryMY Billing20201105Country = "MY"
   433  
   434  	// Billing20201105CountryMV captures enum value "MV"
   435  	Billing20201105CountryMV Billing20201105Country = "MV"
   436  
   437  	// Billing20201105CountryML captures enum value "ML"
   438  	Billing20201105CountryML Billing20201105Country = "ML"
   439  
   440  	// Billing20201105CountryMT captures enum value "MT"
   441  	Billing20201105CountryMT Billing20201105Country = "MT"
   442  
   443  	// Billing20201105CountryMQ captures enum value "MQ"
   444  	Billing20201105CountryMQ Billing20201105Country = "MQ"
   445  
   446  	// Billing20201105CountryMR captures enum value "MR"
   447  	Billing20201105CountryMR Billing20201105Country = "MR"
   448  
   449  	// Billing20201105CountryMU captures enum value "MU"
   450  	Billing20201105CountryMU Billing20201105Country = "MU"
   451  
   452  	// Billing20201105CountryMX captures enum value "MX"
   453  	Billing20201105CountryMX Billing20201105Country = "MX"
   454  
   455  	// Billing20201105CountryMC captures enum value "MC"
   456  	Billing20201105CountryMC Billing20201105Country = "MC"
   457  
   458  	// Billing20201105CountryMN captures enum value "MN"
   459  	Billing20201105CountryMN Billing20201105Country = "MN"
   460  
   461  	// Billing20201105CountryMD captures enum value "MD"
   462  	Billing20201105CountryMD Billing20201105Country = "MD"
   463  
   464  	// Billing20201105CountryME captures enum value "ME"
   465  	Billing20201105CountryME Billing20201105Country = "ME"
   466  
   467  	// Billing20201105CountryMS captures enum value "MS"
   468  	Billing20201105CountryMS Billing20201105Country = "MS"
   469  
   470  	// Billing20201105CountryMA captures enum value "MA"
   471  	Billing20201105CountryMA Billing20201105Country = "MA"
   472  
   473  	// Billing20201105CountryMZ captures enum value "MZ"
   474  	Billing20201105CountryMZ Billing20201105Country = "MZ"
   475  
   476  	// Billing20201105CountryOM captures enum value "OM"
   477  	Billing20201105CountryOM Billing20201105Country = "OM"
   478  
   479  	// Billing20201105CountryNA captures enum value "NA"
   480  	Billing20201105CountryNA Billing20201105Country = "NA"
   481  
   482  	// Billing20201105CountryNR captures enum value "NR"
   483  	Billing20201105CountryNR Billing20201105Country = "NR"
   484  
   485  	// Billing20201105CountryNP captures enum value "NP"
   486  	Billing20201105CountryNP Billing20201105Country = "NP"
   487  
   488  	// Billing20201105CountryNL captures enum value "NL"
   489  	Billing20201105CountryNL Billing20201105Country = "NL"
   490  
   491  	// Billing20201105CountryCW captures enum value "CW"
   492  	Billing20201105CountryCW Billing20201105Country = "CW"
   493  
   494  	// Billing20201105CountryAW captures enum value "AW"
   495  	Billing20201105CountryAW Billing20201105Country = "AW"
   496  
   497  	// Billing20201105CountrySX captures enum value "SX"
   498  	Billing20201105CountrySX Billing20201105Country = "SX"
   499  
   500  	// Billing20201105CountryBQ captures enum value "BQ"
   501  	Billing20201105CountryBQ Billing20201105Country = "BQ"
   502  
   503  	// Billing20201105CountryNC captures enum value "NC"
   504  	Billing20201105CountryNC Billing20201105Country = "NC"
   505  
   506  	// Billing20201105CountryVU captures enum value "VU"
   507  	Billing20201105CountryVU Billing20201105Country = "VU"
   508  
   509  	// Billing20201105CountryNZ captures enum value "NZ"
   510  	Billing20201105CountryNZ Billing20201105Country = "NZ"
   511  
   512  	// Billing20201105CountryNI captures enum value "NI"
   513  	Billing20201105CountryNI Billing20201105Country = "NI"
   514  
   515  	// Billing20201105CountryNE captures enum value "NE"
   516  	Billing20201105CountryNE Billing20201105Country = "NE"
   517  
   518  	// Billing20201105CountryNG captures enum value "NG"
   519  	Billing20201105CountryNG Billing20201105Country = "NG"
   520  
   521  	// Billing20201105CountryNU captures enum value "NU"
   522  	Billing20201105CountryNU Billing20201105Country = "NU"
   523  
   524  	// Billing20201105CountryNF captures enum value "NF"
   525  	Billing20201105CountryNF Billing20201105Country = "NF"
   526  
   527  	// Billing20201105CountryNO captures enum value "NO"
   528  	Billing20201105CountryNO Billing20201105Country = "NO"
   529  
   530  	// Billing20201105CountryMP captures enum value "MP"
   531  	Billing20201105CountryMP Billing20201105Country = "MP"
   532  
   533  	// Billing20201105CountryUM captures enum value "UM"
   534  	Billing20201105CountryUM Billing20201105Country = "UM"
   535  
   536  	// Billing20201105CountryFM captures enum value "FM"
   537  	Billing20201105CountryFM Billing20201105Country = "FM"
   538  
   539  	// Billing20201105CountryMH captures enum value "MH"
   540  	Billing20201105CountryMH Billing20201105Country = "MH"
   541  
   542  	// Billing20201105CountryPW captures enum value "PW"
   543  	Billing20201105CountryPW Billing20201105Country = "PW"
   544  
   545  	// Billing20201105CountryPK captures enum value "PK"
   546  	Billing20201105CountryPK Billing20201105Country = "PK"
   547  
   548  	// Billing20201105CountryPA captures enum value "PA"
   549  	Billing20201105CountryPA Billing20201105Country = "PA"
   550  
   551  	// Billing20201105CountryPG captures enum value "PG"
   552  	Billing20201105CountryPG Billing20201105Country = "PG"
   553  
   554  	// Billing20201105CountryPY captures enum value "PY"
   555  	Billing20201105CountryPY Billing20201105Country = "PY"
   556  
   557  	// Billing20201105CountryPE captures enum value "PE"
   558  	Billing20201105CountryPE Billing20201105Country = "PE"
   559  
   560  	// Billing20201105CountryPH captures enum value "PH"
   561  	Billing20201105CountryPH Billing20201105Country = "PH"
   562  
   563  	// Billing20201105CountryPN captures enum value "PN"
   564  	Billing20201105CountryPN Billing20201105Country = "PN"
   565  
   566  	// Billing20201105CountryPL captures enum value "PL"
   567  	Billing20201105CountryPL Billing20201105Country = "PL"
   568  
   569  	// Billing20201105CountryPT captures enum value "PT"
   570  	Billing20201105CountryPT Billing20201105Country = "PT"
   571  
   572  	// Billing20201105CountryGW captures enum value "GW"
   573  	Billing20201105CountryGW Billing20201105Country = "GW"
   574  
   575  	// Billing20201105CountryTL captures enum value "TL"
   576  	Billing20201105CountryTL Billing20201105Country = "TL"
   577  
   578  	// Billing20201105CountryPR captures enum value "PR"
   579  	Billing20201105CountryPR Billing20201105Country = "PR"
   580  
   581  	// Billing20201105CountryQA captures enum value "QA"
   582  	Billing20201105CountryQA Billing20201105Country = "QA"
   583  
   584  	// Billing20201105CountryRE captures enum value "RE"
   585  	Billing20201105CountryRE Billing20201105Country = "RE"
   586  
   587  	// Billing20201105CountryRO captures enum value "RO"
   588  	Billing20201105CountryRO Billing20201105Country = "RO"
   589  
   590  	// Billing20201105CountryRU captures enum value "RU"
   591  	Billing20201105CountryRU Billing20201105Country = "RU"
   592  
   593  	// Billing20201105CountryRW captures enum value "RW"
   594  	Billing20201105CountryRW Billing20201105Country = "RW"
   595  
   596  	// Billing20201105CountryBL captures enum value "BL"
   597  	Billing20201105CountryBL Billing20201105Country = "BL"
   598  
   599  	// Billing20201105CountrySH captures enum value "SH"
   600  	Billing20201105CountrySH Billing20201105Country = "SH"
   601  
   602  	// Billing20201105CountryKN captures enum value "KN"
   603  	Billing20201105CountryKN Billing20201105Country = "KN"
   604  
   605  	// Billing20201105CountryAI captures enum value "AI"
   606  	Billing20201105CountryAI Billing20201105Country = "AI"
   607  
   608  	// Billing20201105CountryLC captures enum value "LC"
   609  	Billing20201105CountryLC Billing20201105Country = "LC"
   610  
   611  	// Billing20201105CountryMF captures enum value "MF"
   612  	Billing20201105CountryMF Billing20201105Country = "MF"
   613  
   614  	// Billing20201105CountryPM captures enum value "PM"
   615  	Billing20201105CountryPM Billing20201105Country = "PM"
   616  
   617  	// Billing20201105CountryVC captures enum value "VC"
   618  	Billing20201105CountryVC Billing20201105Country = "VC"
   619  
   620  	// Billing20201105CountrySM captures enum value "SM"
   621  	Billing20201105CountrySM Billing20201105Country = "SM"
   622  
   623  	// Billing20201105CountryST captures enum value "ST"
   624  	Billing20201105CountryST Billing20201105Country = "ST"
   625  
   626  	// Billing20201105CountrySA captures enum value "SA"
   627  	Billing20201105CountrySA Billing20201105Country = "SA"
   628  
   629  	// Billing20201105CountrySN captures enum value "SN"
   630  	Billing20201105CountrySN Billing20201105Country = "SN"
   631  
   632  	// Billing20201105CountryRS captures enum value "RS"
   633  	Billing20201105CountryRS Billing20201105Country = "RS"
   634  
   635  	// Billing20201105CountrySC captures enum value "SC"
   636  	Billing20201105CountrySC Billing20201105Country = "SC"
   637  
   638  	// Billing20201105CountrySL captures enum value "SL"
   639  	Billing20201105CountrySL Billing20201105Country = "SL"
   640  
   641  	// Billing20201105CountrySG captures enum value "SG"
   642  	Billing20201105CountrySG Billing20201105Country = "SG"
   643  
   644  	// Billing20201105CountrySK captures enum value "SK"
   645  	Billing20201105CountrySK Billing20201105Country = "SK"
   646  
   647  	// Billing20201105CountryVN captures enum value "VN"
   648  	Billing20201105CountryVN Billing20201105Country = "VN"
   649  
   650  	// Billing20201105CountrySI captures enum value "SI"
   651  	Billing20201105CountrySI Billing20201105Country = "SI"
   652  
   653  	// Billing20201105CountrySO captures enum value "SO"
   654  	Billing20201105CountrySO Billing20201105Country = "SO"
   655  
   656  	// Billing20201105CountryZA captures enum value "ZA"
   657  	Billing20201105CountryZA Billing20201105Country = "ZA"
   658  
   659  	// Billing20201105CountryZW captures enum value "ZW"
   660  	Billing20201105CountryZW Billing20201105Country = "ZW"
   661  
   662  	// Billing20201105CountryES captures enum value "ES"
   663  	Billing20201105CountryES Billing20201105Country = "ES"
   664  
   665  	// Billing20201105CountrySS captures enum value "SS"
   666  	Billing20201105CountrySS Billing20201105Country = "SS"
   667  
   668  	// Billing20201105CountrySD captures enum value "SD"
   669  	Billing20201105CountrySD Billing20201105Country = "SD"
   670  
   671  	// Billing20201105CountryEH captures enum value "EH"
   672  	Billing20201105CountryEH Billing20201105Country = "EH"
   673  
   674  	// Billing20201105CountrySR captures enum value "SR"
   675  	Billing20201105CountrySR Billing20201105Country = "SR"
   676  
   677  	// Billing20201105CountrySJ captures enum value "SJ"
   678  	Billing20201105CountrySJ Billing20201105Country = "SJ"
   679  
   680  	// Billing20201105CountrySZ captures enum value "SZ"
   681  	Billing20201105CountrySZ Billing20201105Country = "SZ"
   682  
   683  	// Billing20201105CountrySE captures enum value "SE"
   684  	Billing20201105CountrySE Billing20201105Country = "SE"
   685  
   686  	// Billing20201105CountryCH captures enum value "CH"
   687  	Billing20201105CountryCH Billing20201105Country = "CH"
   688  
   689  	// Billing20201105CountrySY captures enum value "SY"
   690  	Billing20201105CountrySY Billing20201105Country = "SY"
   691  
   692  	// Billing20201105CountryTJ captures enum value "TJ"
   693  	Billing20201105CountryTJ Billing20201105Country = "TJ"
   694  
   695  	// Billing20201105CountryTH captures enum value "TH"
   696  	Billing20201105CountryTH Billing20201105Country = "TH"
   697  
   698  	// Billing20201105CountryTG captures enum value "TG"
   699  	Billing20201105CountryTG Billing20201105Country = "TG"
   700  
   701  	// Billing20201105CountryTK captures enum value "TK"
   702  	Billing20201105CountryTK Billing20201105Country = "TK"
   703  
   704  	// Billing20201105CountryTO captures enum value "TO"
   705  	Billing20201105CountryTO Billing20201105Country = "TO"
   706  
   707  	// Billing20201105CountryTT captures enum value "TT"
   708  	Billing20201105CountryTT Billing20201105Country = "TT"
   709  
   710  	// Billing20201105CountryAE captures enum value "AE"
   711  	Billing20201105CountryAE Billing20201105Country = "AE"
   712  
   713  	// Billing20201105CountryTN captures enum value "TN"
   714  	Billing20201105CountryTN Billing20201105Country = "TN"
   715  
   716  	// Billing20201105CountryTR captures enum value "TR"
   717  	Billing20201105CountryTR Billing20201105Country = "TR"
   718  
   719  	// Billing20201105CountryTM captures enum value "TM"
   720  	Billing20201105CountryTM Billing20201105Country = "TM"
   721  
   722  	// Billing20201105CountryTC captures enum value "TC"
   723  	Billing20201105CountryTC Billing20201105Country = "TC"
   724  
   725  	// Billing20201105CountryTV captures enum value "TV"
   726  	Billing20201105CountryTV Billing20201105Country = "TV"
   727  
   728  	// Billing20201105CountryUG captures enum value "UG"
   729  	Billing20201105CountryUG Billing20201105Country = "UG"
   730  
   731  	// Billing20201105CountryUA captures enum value "UA"
   732  	Billing20201105CountryUA Billing20201105Country = "UA"
   733  
   734  	// Billing20201105CountryMK captures enum value "MK"
   735  	Billing20201105CountryMK Billing20201105Country = "MK"
   736  
   737  	// Billing20201105CountryEG captures enum value "EG"
   738  	Billing20201105CountryEG Billing20201105Country = "EG"
   739  
   740  	// Billing20201105CountryGB captures enum value "GB"
   741  	Billing20201105CountryGB Billing20201105Country = "GB"
   742  
   743  	// Billing20201105CountryGG captures enum value "GG"
   744  	Billing20201105CountryGG Billing20201105Country = "GG"
   745  
   746  	// Billing20201105CountryJE captures enum value "JE"
   747  	Billing20201105CountryJE Billing20201105Country = "JE"
   748  
   749  	// Billing20201105CountryIM captures enum value "IM"
   750  	Billing20201105CountryIM Billing20201105Country = "IM"
   751  
   752  	// Billing20201105CountryTZ captures enum value "TZ"
   753  	Billing20201105CountryTZ Billing20201105Country = "TZ"
   754  
   755  	// Billing20201105CountryUS captures enum value "US"
   756  	Billing20201105CountryUS Billing20201105Country = "US"
   757  
   758  	// Billing20201105CountryVI captures enum value "VI"
   759  	Billing20201105CountryVI Billing20201105Country = "VI"
   760  
   761  	// Billing20201105CountryBF captures enum value "BF"
   762  	Billing20201105CountryBF Billing20201105Country = "BF"
   763  
   764  	// Billing20201105CountryUY captures enum value "UY"
   765  	Billing20201105CountryUY Billing20201105Country = "UY"
   766  
   767  	// Billing20201105CountryUZ captures enum value "UZ"
   768  	Billing20201105CountryUZ Billing20201105Country = "UZ"
   769  
   770  	// Billing20201105CountryVE captures enum value "VE"
   771  	Billing20201105CountryVE Billing20201105Country = "VE"
   772  
   773  	// Billing20201105CountryWF captures enum value "WF"
   774  	Billing20201105CountryWF Billing20201105Country = "WF"
   775  
   776  	// Billing20201105CountryWS captures enum value "WS"
   777  	Billing20201105CountryWS Billing20201105Country = "WS"
   778  
   779  	// Billing20201105CountryYE captures enum value "YE"
   780  	Billing20201105CountryYE Billing20201105Country = "YE"
   781  
   782  	// Billing20201105CountryZM captures enum value "ZM"
   783  	Billing20201105CountryZM Billing20201105Country = "ZM"
   784  )
   785  
   786  // for schema
   787  var billing20201105CountryEnum []interface{}
   788  
   789  func init() {
   790  	var res []Billing20201105Country
   791  	if err := json.Unmarshal([]byte(`["UNSET","AF","AL","AQ","DZ","AS","AD","AO","AG","AZ","AR","AU","AT","BS","BH","BD","AM","BB","BE","BM","BT","BO","BA","BW","BV","BR","BZ","IO","SB","VG","BN","BG","MM","BI","BY","KH","CM","CA","CV","KY","CF","LK","TD","CL","CN","TW","CX","CC","CO","KM","YT","CG","CD","CK","CR","HR","CU","CY","CZ","BJ","DK","DM","DO","EC","SV","GQ","ET","ER","EE","FO","FK","GS","FJ","FI","AX","FR","GF","PF","TF","DJ","GA","GE","GM","PS","DE","GH","GI","KI","GR","GL","GD","GP","GU","GT","GN","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IL","IT","CI","JM","JP","KZ","JO","KE","KP","KR","KW","KG","LA","LB","LS","LV","LR","LY","LI","LT","LU","MO","MG","MW","MY","MV","ML","MT","MQ","MR","MU","MX","MC","MN","MD","ME","MS","MA","MZ","OM","NA","NR","NP","NL","CW","AW","SX","BQ","NC","VU","NZ","NI","NE","NG","NU","NF","NO","MP","UM","FM","MH","PW","PK","PA","PG","PY","PE","PH","PN","PL","PT","GW","TL","PR","QA","RE","RO","RU","RW","BL","SH","KN","AI","LC","MF","PM","VC","SM","ST","SA","SN","RS","SC","SL","SG","SK","VN","SI","SO","ZA","ZW","ES","SS","SD","EH","SR","SJ","SZ","SE","CH","SY","TJ","TH","TG","TK","TO","TT","AE","TN","TR","TM","TC","TV","UG","UA","MK","EG","GB","GG","JE","IM","TZ","US","VI","BF","UY","UZ","VE","WF","WS","YE","ZM"]`), &res); err != nil {
   792  		panic(err)
   793  	}
   794  	for _, v := range res {
   795  		billing20201105CountryEnum = append(billing20201105CountryEnum, v)
   796  	}
   797  }
   798  
   799  func (m Billing20201105Country) validateBilling20201105CountryEnum(path, location string, value Billing20201105Country) error {
   800  	if err := validate.EnumCase(path, location, value, billing20201105CountryEnum, true); err != nil {
   801  		return err
   802  	}
   803  	return nil
   804  }
   805  
   806  // Validate validates this billing 20201105 country
   807  func (m Billing20201105Country) Validate(formats strfmt.Registry) error {
   808  	var res []error
   809  
   810  	// value enum
   811  	if err := m.validateBilling20201105CountryEnum("", "body", m); err != nil {
   812  		return err
   813  	}
   814  
   815  	if len(res) > 0 {
   816  		return errors.CompositeValidationError(res...)
   817  	}
   818  	return nil
   819  }
   820  
   821  // ContextValidate validates this billing 20201105 country based on context it is used
   822  func (m Billing20201105Country) ContextValidate(ctx context.Context, formats strfmt.Registry) error {
   823  	return nil
   824  }