Table of Contents

Class UpsAddressValidationRequest

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

Representation of a unified address validation request 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. Must be between 0 and 50. When null, the UPS API default of 15 is used.

public int? MaximumCandidateListSize { get; set; }

Property Value

int?