WalletStatementQuery
public struct WalletStatementQuery : Sendable
The wallet statement query model.
-
The month for which the aggregated data is required.
Declaration
Swift
public let month: UInt -
The year for which the aggregated data is required.
Declaration
Swift
public let year: UInt -
Whether to perform an operation on all debits, credits or fees.
Declaration
Swift
public let scope: WalletStatementScope? -
Auxiliary constructor
Declaration
Swift
public init( month: UInt, year: UInt, scope: WalletStatementScope? = nil)Parameters
monthThe month for which the aggregated data is required.
yearThe year for which the aggregated data is required.
scopeWhether to perform an operation on all debits, credits or fees.
View on GitHub