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

    URL.

    Declaration

    Swift

    public private(set) var url: URL?
  • Initializes TrackingURL with the url.

    Declaration

    Swift

    public init(url: URL)

    Parameters

    url

    URL to initialize TrackingURL with.

  • Encodes the contents of the receiver.

    Throws

    EncodingError

    Declaration

    Swift

    public func encode(to encoder: Encoder) throws

    Parameters

    encoder

    Encoder.

  • Declaration

    Swift

    public convenience init(from decoder: Decoder) throws