WalletStatementResponse
public struct WalletStatementResponse : Codable, Sendable
The wallet statement model.
-
Debits related data.
Declaration
Swift
public let debits: WalletStatement? -
Credits related data.
Declaration
Swift
public let credits: WalletStatement? -
Fees related data.
Declaration
Swift
public let fees: WalletStatement? -
The start date of the period considered.
Declaration
Swift
public let startDate: String -
The start date funds.
Declaration
Swift
public let startDateFunds: WalletFunds? -
The end date of the period considered.
Declaration
Swift
public let endDate: String -
The end date funds.
Declaration
Swift
public let endDateFunds: WalletFunds? -
The currency code in ISO-4217 format.
Declaration
Swift
public let currency: String
View on GitHub