Contents

paymentStatus

The current status of the payment.

Declaration

var paymentStatus: INPaymentStatus { get set }

Discussion

Specify the current status of a scheduled payment. If the payment date of the bill is in the future, you typically set the payment status to INPaymentStatus.pending. For bills in the past, set the status to INPaymentStatus.completed if payment was successful or to another value if the transaction wasn’t completed. If you haven’t scheduled the bill for payment, set its status to INPaymentStatus.unknown.

See Also

Accessing the Bill Information