TrackingURL
@objcMembers
public final class TrackingURL : NSObject
Redirect model.
-
The status of the payment is either succeeded, pending, or failed.
Declaration
Swift
public private(set) var status: URLStatus -
URL.
Declaration
Swift
public private(set) var url: URL?
-
Initializes
TrackingURLwith theurl.Declaration
Swift
public init(url: URL)Parameters
urlURL to initialize
TrackingURLwith.
-
Encodes the contents of the receiver.
Throws
EncodingErrorDeclaration
Swift
public func encode(to encoder: Encoder) throwsParameters
encoderEncoder.
-
Declaration
Swift
public convenience init(from decoder: Decoder) throws
TrackingURL Class Reference