BankDetails public struct BankDetails : Codable, Sendable Bank details model. bankUuid The unique UUID of the bank. Declaration Swift public var bankUuid: String bankName The name of the bank. Declaration Swift public var bankName: String country The country of the Bank. Declaration Swift public var country: String