CountryValidationRules
CountryValidationRules
CountryValidationRules
Class
Definition
Holds validation information for a single country.
public sealed class CountryValidationRules : Microsoft.Store.PartnerCenter.Models.ResourceBase
type CountryValidationRules = class
inherit ResourceBase
Public NotInheritable Class CountryValidationRules
Inherits ResourceBase
- Inheritance
-
CountryValidationRulesCountryValidationRulesCountryValidationRules
Constructors
CountryValidationRules() CountryValidationRules() CountryValidationRules() |
Properties
Attributes Attributes Attributes |
Gets the attributes. (Inherited from ResourceBase) |
CountryCallingCodesList CountryCallingCodesList CountryCallingCodesList |
Gets or sets the country calling codes. |
DefaultCulture DefaultCulture DefaultCulture |
Gets or sets the default culture. |
IsCityRequired IsCityRequired IsCityRequired |
Gets or sets a value indicating whether a city is required or not. |
Iso2Code Iso2Code Iso2Code |
Gets or sets the ISO2 code. |
IsPostalCodeRequired IsPostalCodeRequired IsPostalCodeRequired |
Gets or sets a value indicating whether a postal code is required or not. |
IsStateRequired IsStateRequired IsStateRequired |
Gets or sets a value indicating whether the state is required or not. |
IsTaxIdOptional IsTaxIdOptional IsTaxIdOptional |
Gets or sets a value indicating whether a tax Id is optional or not. |
IsTaxIdSupported IsTaxIdSupported IsTaxIdSupported |
Gets or sets a value indicating whether a tax Id is supported or not. |
IsVatIdSupported IsVatIdSupported IsVatIdSupported |
Gets or sets a value indicating whether a VAT Id is required or not. |
PhoneNumberRegex PhoneNumberRegex PhoneNumberRegex |
Gets or sets the phone number regular expression. |
PostalCodeRegex PostalCodeRegex PostalCodeRegex |
Gets or sets the postal code regular expression. |
SupportedCulturesList SupportedCulturesList SupportedCulturesList |
Gets or sets a list of supported cultures. |
SupportedLanguagesList SupportedLanguagesList SupportedLanguagesList |
Gets or sets a list of supported languages. |
SupportedStatesList SupportedStatesList SupportedStatesList |
Gets or sets a list of states in the country. |
TaxIdFormat TaxIdFormat TaxIdFormat |
Gets or sets the tax Id format. |
TaxIdSample TaxIdSample TaxIdSample |
Gets or sets the tax Id sample. |
VatIdRegex VatIdRegex VatIdRegex |
Gets or sets the tax Id regular expression. |