Class AddressTypeRule
Address type rule information
Inherited Members
Namespace: Oci.OspgatewayService.Models
Assembly: OCI.DotNetSDK.Ospgateway.dll
Syntax
public class AddressTypeRule
Properties
Fields
Declaration
[Required(ErrorMessage = "Fields is required.")]
[JsonProperty(PropertyName = "fields")]
public List<Field> Fields { get; set; }
Property Value
Type | Description |
---|---|
List<Field> | Address type rule fields |
Remarks
Required
ThirdPartyValidation
Declaration
[JsonProperty(PropertyName = "thirdPartyValidation")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ThirdPartyValidationType? ThirdPartyValidation { get; set; }
Property Value
Type | Description |
---|---|
ThirdPartyValidationType? | Third party validation. |