E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

PayerZip Property

Payer's United States ZIP code or other country-specific postal code.

Syntax

ANSI (Cross Platform)
char* GetPayerZip();
int SetPayerZip(const char* lpszPayerZip); Unicode (Windows) LPWSTR GetPayerZip();
INT SetPayerZip(LPCWSTR lpszPayerZip);
@property (nonatomic,readwrite,assign,getter=payerZip,setter=setPayerZip:) NSString* payerZip;
- (NSString*)payerZip;
- (void)setPayerZip:(NSString*)newPayerZip;
#define PID_DIRECTPAYMENT_PAYERZIP 40

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

Default Value

""

Remarks

Payer's United States ZIP code or other country-specific postal code.

This property is required.

Character length and limitations: 20 single-byte characters.

Data Type

String

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