PayeeAddr3 Property

Payee's address line 3.

Syntax

ANSI (Cross Platform)
char* GetPayeeAddr3();
int SetPayeeAddr3(const char* lpszPayeeAddr3); Unicode (Windows) LPWSTR GetPayeeAddr3();
INT SetPayeeAddr3(LPCWSTR lpszPayeeAddr3);
@property (nonatomic,readwrite,assign,getter=payeeAddr3,setter=setPayeeAddr3:) NSString* payeeAddr3;
- (NSString*)payeeAddr3;
- (void)setPayeeAddr3:(NSString*)newPayeeAddr3;
#define PID_BILLPAYMENT_PAYEEADDR3 22

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 3.

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]