PaymentMetaResponse
public struct PaymentMetaResponse : Codable
-
Declaration
Swift
public let totalCount: Int?
-
Declaration
Swift
public let totalPages: Int?
-
Declaration
Swift
public let currentPage: Int?
-
Declaration
Swift
public init(totalCount: Int?, totalPages: Int?, currentPage: Int?)