PayeeIdScope Property

Scope of the payee Id .

Syntax

ANSI (Cross Platform)
char* GetPayeeIdScope();

Unicode (Windows)
LPWSTR GetPayeeIdScope();
@property (nonatomic,readonly,assign,getter=payeeIdScope) NSString* payeeIdScope;
- (NSString*)payeeIdScope;
#define PID_BILLPAYMENT_PAYEEIDSCOPE 28

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

Default Value

""

Remarks

Scope of the payee PayeeId.

Possible values are:

ValueMeaning
GLOBALPayee Id is valid across the entire payee system
USERPayee Id is valid across all FI accounts for this user

This property is read-only.

Data Type

String

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