Filters
public struct Filters : Codable
-
Start date of the data which will be processed. Must be set the start date of the period you want.
Declaration
Swift
public let startDate: String?
-
Currency code in ISO 4217 format.
Declaration
Swift
public let currency: PayByBankCurrency?
-
Declaration
Swift
public init(startDate: String?, currency: PayByBankCurrency?)