BanksQuery
public struct BanksQuery : Sendable
The banks query model.
-
The number of items per page.
Declaration
Swift
public let limit: Int? -
Start after offset amount of items.
Declaration
Swift
public let offset: Int? -
Auxiliary constructor
Declaration
Swift
public init( limit: Int? = nil, offset: Int? = nil)Parameters
limitThe number of items per page.
offsetStart after offset amount of items.
View on GitHub