BankDetails

public struct BankDetails : Codable, Sendable

Bank details model.

  • The unique UUID of the bank.

    Declaration

    Swift

    public var bankUuid: String
  • The name of the bank.

    Declaration

    Swift

    public var bankName: String
  • The country of the Bank.

    Declaration

    Swift

    public var country: String