PaymentMetaResponse
public struct PaymentMetaResponse : Codable
Meta information to list Payments.
-
Count of total items.
Declaration
Swift
public let totalCount: Int?
-
Count of total pages.
Declaration
Swift
public let totalPages: Int?
-
Current page number.
Declaration
Swift
public let currentPage: Int?
-
Creates an instance from the specified parameters.
Declaration
Swift
public init(totalCount: Int?, totalPages: Int?, currentPage: Int?)
Parameters
totalCount
Count of total items.
totalPages
Count of total pages.
currentPage
Current page number.