E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

CustomerState Property

Customer's state.

Syntax

ANSI (Cross Platform)
char* GetCustomerState();
int SetCustomerState(const char* lpszCustomerState); Unicode (Windows) LPWSTR GetCustomerState();
INT SetCustomerState(LPCWSTR lpszCustomerState);
@property (nonatomic,readwrite,assign,getter=customerState,setter=setCustomerState:) NSString* customerState;
- (NSString*)customerState;
- (void)setCustomerState:(NSString*)newCustomerState;
#define PID_RECURRINGBILLING_CUSTOMERSTATE 22

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

Default Value

""

Remarks

Customer's state. This property is used as part of the Address Verification Service (AVS) and contains the two character postal abbreviation of the customer's state as it appears on their monthly statement. Other AVS properties include CustomerAddress, CustomerCity, 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]