KKTerritory

public enum KKTerritory : String, Codable

The territory that KKBOX provides services.

  • taiwan: Taiwan
  • hongkong: Hong Kong
  • singapore: Singapore
  • malaysia: Malaysia
  • japan: Japan
  • Taiwan

    Declaration

    Swift

    case taiwan = "TW"
  • Hong Kong

    Declaration

    Swift

    case hongkong = "HK"
  • Songapore

    Declaration

    Swift

    case singapore = "SG"
  • Malaysia

    Declaration

    Swift

    case malaysia = "MY"
  • Japan

    Declaration

    Swift

    case japan = "JP"