Class FedExAddressValidationRequest
- Namespace
- Visus.AddressValidation.Integration.FedEx.Models
- Assembly
- Visus.AddressValidation.Integration.FedEx.dll
Representation of a unified address validation request to FedEx.
[UsedImplicitly]
public sealed class FedExAddressValidationRequest : AbstractAddressValidationRequest
- Inheritance
-
FedExAddressValidationRequest
- Inherited Members
Properties
ClientReferenceId
Gets or sets an optional client-defined reference identifier passed through to the FedEx API response.
public string? ClientReferenceId { get; set; }
Property Value
CustomerTransactionId
Gets or sets the Customer Transaction ID used to identify the transaction.
public string? CustomerTransactionId { get; set; }
Property Value
NoPostalCodeFallback
Gets an optional fallback value to use as the postal code for countries that have no concept of a postal code.
public override string? NoPostalCodeFallback { get; }
Property Value
Remarks
Returns null by default. Override this property to supply a custom fallback value. Refer to Visus.AddressValidation.Constants.NoPostalCode for the list of countries where this fallback applies.