EPCustomer Type
The Zip pipeline component implements a PKZip-compatible Zip compressor and decompressor.
Remarks
When the adapter performs a transaction, this describes the customer being authorized.
Fields
Address String |
Customer's street address. 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, state, and zip code are set in the City, State, and Zip fields. The length of this field varies by gateway. If the customer's address is very long, it is admissible to include only the street number in this field. NOTE: For the Moneris gateway, this field should contain only the customer's street number. The street name should be added via the SpecialFields property. |
City String |
Customer's city. This field is used as part of the Address Verification Service (AVS) and contains the customer's city as it appears on their monthly statement. Other AVS fields include Address, State, and Zip.
|
Country String |
Customer's country. This field contains the country in which the customer is located. Most gateways use a two-letter country code, specified in ISO-3166. Note: If using this field with the PayFuse gateway, this field should contain the ISO-3166 numeric code instead of the standard two-letter code. For example, the ISO code for the US is "840".
|
Email String |
Customer's email address. This optional field contains the customer's email address. |
Fax String |
Customer's fax number. This optional field contains the customer's fax number. |
FirstName String |
Customer's first name. This field contains the customer's first name. |
FullName String |
Customer's first name. This field contains the customer's full name as it appears on the card. If no FullName is provided, it will be constructed using FirstName and LastName. |
Id String |
Merchant-generated customer Id. This field contains a merchant-generated customer identification number. This number should be unique for each different customer that places an order with the merchant. |
LastName String |
Customer's last name. This field contains the customer's last name as it appears on their credit card.
|
Phone String |
Customer's phone number. This optional field contains the customer's phone number. |
State String |
Customer's state. This field is used as part of the Address Verification Service (AVS) and contains the two character postal abbreviation of the customer's state as it appears on their monthly statement. Other AVS fields include Address, City, and Zip. |
Zip String |
Customer's zip code (or postal code if outside of the USA). This field is used as part of the Address Verification Service (AVS), and contains the customer's zip code as it appears on their monthly statement. Other AVS fields include Address, City, and State.
|
Constructors
Constructors are only relevant when configuring adapters in orchestrations.
public EPCustomer();