PaymentStatus Property

Payment processing status.

Syntax

ANSI (Cross Platform)
char* GetPaymentStatus();

Unicode (Windows)
LPWSTR GetPaymentStatus();
@property (nonatomic,readonly,assign,getter=paymentStatus) NSString* paymentStatus;
- (NSString*)paymentStatus;
#define PID_BILLPAYMENT_PAYMENTSTATUS 50

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

Default Value

""

Remarks

Payment processing status.

The possible values of this property are as follows:

Value Meaning
WILLPROCESSON Will be processed on PaymentDate
PROCESSEDON Was processed on PaymentDate
NOFUNDSON There were insufficient funds to pay this bill as of PaymentDate
FAILEDON The attempt to make a payment failed on PaymentDate for unspecified reasons
CANCELEDON the request to make a payment was canceled by the user on PaymentDate

This property is read-only and not available at design time.

Data Type

String

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