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
  • pan

    Identifier or PAN (Primary Account Number) representing the Hoyer Card. The identifier is payment provider specific and provided by the payment provider.

    Declaration

    Swift

    public var pan: String?
  • Undocumented

    Declaration

    Swift

    public init(kind: PCPayKind, pan: String? = 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: Attributes, rhs: Attributes) -> Bool