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. Must be provided if the backend should create the Billing Agreement.

    Declaration

    Swift

    public var successURL: String
  • URL that the user is redirected to after creating the payment method in the backend failes. Must be provided if the backend should create the Billing Agreement.

    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. Must be provided if the backend should create the Billing Agreement.

    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