PayeeAddr2 Property

Payee's address line 2.

Syntax

ANSI (Cross Platform)
char* GetPayeeAddr2();
int SetPayeeAddr2(const char* lpszPayeeAddr2); Unicode (Windows) LPWSTR GetPayeeAddr2();
INT SetPayeeAddr2(LPCWSTR lpszPayeeAddr2);
@property (nonatomic,readwrite,assign,getter=payeeAddr2,setter=setPayeeAddr2:) NSString* payeeAddr2;
- (NSString*)payeeAddr2;
- (void)setPayeeAddr2:(NSString*)newPayeeAddr2;
#define PID_BILLPAYMENT_PAYEEADDR2 21

IPWORKSOFX_EXTERNAL void* IPWORKSOFX_CALL IPWorksOFX_BillPayment_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSOFX_EXTERNAL int IPWORKSOFX_CALL IPWorksOFX_BillPayment_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

Payee's address line 2.

This is optional and applicable only when the PayeeId is not provided in the request. In this case, the payee detailed information is used to identify the payee in a payment request, or when adding or modifying a payee.

Data Type

String

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