E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

CustomerAddress2 Property

A specific detail on the customer's shipping address (such as building, suite, apartment, floor number etc.

Syntax

ANSI (Cross Platform)
char* GetCustomerAddress2();
int SetCustomerAddress2(const char* lpszCustomerAddress2); Unicode (Windows) LPWSTR GetCustomerAddress2();
INT SetCustomerAddress2(LPCWSTR lpszCustomerAddress2);
@property (nonatomic,readwrite,assign,getter=customerAddress2,setter=setCustomerAddress2:) NSString* customerAddress2;
- (NSString*)customerAddress2;
- (void)setCustomerAddress2:(NSString*)newCustomerAddress2;
#define PID_ICHARGE_CUSTOMERADDRESS2 11

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

A specific detail on the customer's shipping address (such as building, suite, apartment, floor number etc.).

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]