E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

ShippingAddress2 Property

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

Syntax

ANSI (Cross Platform)
char* GetShippingAddress2();
int SetShippingAddress2(const char* lpszShippingAddress2); Unicode (Windows) LPWSTR GetShippingAddress2();
INT SetShippingAddress2(LPCWSTR lpszShippingAddress2);
@property (nonatomic,readwrite,assign,getter=shippingAddress2,setter=setShippingAddress2:) NSString* shippingAddress2;
- (NSString*)shippingAddress2;
- (void)setShippingAddress2:(NSString*)newShippingAddress2;
#define PID_ICHARGE_SHIPPINGADDRESS2 52

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]