HyperwalletPageList
public struct HyperwalletPageList<ListType> : Decodable where ListType : Decodable
                Representation of subset content from a dataset
- 
                  
                  
The amount of the dataset
Declaration
Swift
public let count: Int? - 
                  
                  
The
ListTypeitemsDeclaration
Swift
public let data: [ListType]? - 
                  
                  
The maximum number of records that will be returned per page
Declaration
Swift
public let limit: Int? - 
                  
                  
The links
Declaration
Swift
public let links: [HyperwalletPageLink]? - 
                  
                  
The number of records to skip.
Declaration
Swift
public let offset: Int? 
            View on GitHub