Table of Contents

Class UpsAddressValidationRequest

Namespace
Visus.AddressValidation.Integration.Ups.Models
Assembly
Visus.AddressValidation.Integration.Ups.dll

Represents a unified address validation request sent to UPS.

[UsedImplicitly]
public sealed class UpsAddressValidationRequest : AbstractAddressValidationRequest
Inheritance
UpsAddressValidationRequest
Inherited Members

Properties

MaximumCandidateListSize

Gets or sets the maximum number of address candidates to return. It must be between 0 and 50. When null, UPS applies its default of 15.

public int? MaximumCandidateListSize { get; set; }

Property Value

int?