PCPayPagingMeta

public class PCPayPagingMeta : APIModel

Undocumented

  • the amount of available transactions.

    Declaration

    Swift

    public var count: Double?
  • Undocumented

    Declaration

    Swift

    public init(count: Double? = 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: PCPayPagingMeta, rhs: PCPayPagingMeta) -> Bool