Attributes

public class Attributes : APIModel

Undocumented

  • Undocumented

    See more

    Declaration

    Swift

    public enum PCPayKind : String, Codable, Equatable, CaseIterable
  • Undocumented

    Declaration

    Swift

    public var kind: PCPayKind
  • URL that the user is redirected to after successfully creating the payment method in the backend.

    Declaration

    Swift

    public var successURL: String
  • URL that the user is redirected to after creating the payment method in the backend fails.

    Declaration

    Swift

    public var failureURL: String
  • URL that the user is redirected to after creating the payment method in the backend was canceled by the user.

    Declaration

    Swift

    public var canceledURL: String
  • Undocumented

    Declaration

    Swift

    public init(kind: PCPayKind, successURL: String, failureURL: String, canceledURL: String)
  • 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: Attributes, rhs: Attributes) -> Bool