PaymentProcessStatusEnum

PaymentProcessStatusEnum enumeration

Payment processing status enum.

public enum PaymentProcessStatusEnum

Values

Name Value Description
CANCELEDON 0 User canceled payment
WILLPROCESSON 1 Will be processed
PROCESSEDON 2 Was processed for payment
NOFUNDSON 3 Funds not available to make payment
FAILEDON 4 Unable to make payment for unspecified reasons

See Also