Table of Contents

Struct AddressField

Namespace
Dynamicweb.Ecommerce.Orders.AddressValidation
Assembly
Dynamicweb.Ecommerce.dll
The structure AddressField represents info about address field for the validation.
[Serializable]
public struct AddressField
Inherited Members

Properties

FieldType

The type of field.
public AddressFieldType FieldType { get; set; }

Property Value

AddressFieldType

NewValue

The value that will be provided as suggestion for the field if not valid.
public string NewValue { get; set; }

Property Value

string

OldValue

The current value of the field.
public string OldValue { get; set; }

Property Value

string
To top