Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

CustomerAddress Property

The customer's billing address.

Syntax

[VB.NET]
Public Property CustomerAddress As String

[C#]
public string CustomerAddress {get; set;}

Remarks

This field is used as part of the Address Verification Service (AVS) and contains the customer's street address as it appears on their monthly statement. Only the street number, street name, and apartment number are required in this field. City and state are not included, and the zip code is set in the CustomerZip property.

This property is an alphanumeric field. Due to concerns with International addresses and changing specifications, spaces and punctuation are not automatically stripped when the property is set. You should follow the format below for US addresses:

For example: "23 N. Elmwood Court, Apt # 52" Becomes: "23NELMWOODCOURT"

The length of this property is 19 characters, and any string longer than this throws an exception. If the customer's address is much greater than the length of this field, it is admissible to include only the street number in this field.

Default Value

""

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0