Namespace:
RainWorx.FrameWorx.DTO
Assembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Syntax
C#
public enum AvsResponseCode
Members
Member name | Value | Description | |
---|---|---|---|
Address | 0 | ||
InternationalAddress | 1 | ||
InternationalAddressAndPostalCode | 2 | ||
NotAllowed | 3 | ||
UKAddressAndPostalCode | 4 | ||
InternationalUnavailable | 5 | ||
NoMatch | 6 | ||
InternationalPostalCode | 7 | ||
Retry | 8 | ||
ServiceNotSupported | 9 | ||
Unavailable | 10 | ||
NineDigitZip | 11 | ||
ExactMatch | 12 | ||
AddressAndFiveDigitZip | 13 | ||
FiveDigitZip | 14 | ||
Unknown | 15 |
See Also