E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

CustomerZip Property

Customer's zip code (or postal code if outside of the USA).

Syntax

ANSI (Cross Platform)
char* GetCustomerZip();
int SetCustomerZip(const char* lpszCustomerZip); Unicode (Windows) LPWSTR GetCustomerZip();
INT SetCustomerZip(LPCWSTR lpszCustomerZip);
@property (nonatomic,readwrite,assign,getter=customerZip,setter=setCustomerZip:) NSString* customerZip;
- (NSString*)customerZip;
- (void)setCustomerZip:(NSString*)newCustomerZip;
#define PID_RETAIL_CUSTOMERZIP 24

INPAY_EXTERNAL void* INPAY_CALL InPay_Retail_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INPAY_EXTERNAL int INPAY_CALL InPay_Retail_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

Customer's zip code (or postal code if outside of the USA). This property 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 properties include CustomerAddress, CustomerCity, and CustomerState.

This property is not available at design time.

Data Type

String

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 C++ Edition - Version 20.0 [Build 7941]