PayeeDaysToPay Property

Minimum number of business days required to complete the payment transaction to this payee.

Syntax

ANSI (Cross Platform)
char* GetPayeeDaysToPay();

Unicode (Windows)
LPWSTR GetPayeeDaysToPay();
@property (nonatomic,readonly,assign,getter=payeeDaysToPay) NSString* payeeDaysToPay;
- (NSString*)payeeDaysToPay;
#define PID_BILLPAYMENT_PAYEEDAYSTOPAY 26

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

Default Value

""

Remarks

Minimum number of business days required to complete the payment transaction to this payee.

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]