QueryStatus
public enum QueryStatus : String
status of the payment as requested
-
Declaration
Swift
case FOUND = "FOUND"
-
Declaration
Swift
case NOT_FOUND = "NOT_FOUND"
-
Declaration
Swift
case IN_PROGRESS = "IN_PROGRESS"