paymentStatus (property)

Payment processing status.

Syntax

@property (nonatomic,readonly,assign,getter=paymentStatus) NSString* paymentStatus;
- (NSString*)paymentStatus;
public var paymentStatus: String {
  get {...}
}

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.

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