Status200
public class Status200 : APIModel
In case the transaction is not yet completed the call may be delayed 20s until a response can be given. If the client got this URL as a response to the Pre Auth process the call is save to retry. In case the transaction was canceled by the client an answer will still be delayed but always returns 404
, therefore the client has to remember, that the transaction was canceled.
-
Undocumented
Declaration
Swift
public var data: PCPayTransaction?
-
Undocumented
Declaration
Swift
public init(data: PCPayTransaction? = nil)
-
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Undocumented
Declaration
Swift
public func isEqual(to object: Any?) -> Bool
-
Declaration
Swift
public static func == (lhs: Status200, rhs: Status200) -> Bool