E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

CustomerCity Property

Customer's city.

Syntax

ANSI (Cross Platform)
char* GetCustomerCity();
int SetCustomerCity(const char* lpszCustomerCity); Unicode (Windows) LPWSTR GetCustomerCity();
INT SetCustomerCity(LPCWSTR lpszCustomerCity);
@property (nonatomic,readwrite,assign,getter=customerCity,setter=setCustomerCity:) NSString* customerCity;
- (NSString*)customerCity;
- (void)setCustomerCity:(NSString*)newCustomerCity;
#define PID_ICHARGE_CUSTOMERCITY 13

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

Default Value

""

Remarks

Customer's city. This property 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 properties include CustomerAddress, CustomerState, and CustomerZip.

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]