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
month
The month for which the aggregated data is required.
year
The year for which the aggregated data is required.
scope
Whether to perform an operation on all debits, credits or fees.