Class CardControlSettings.Geography

  • Enclosing class:
    CardControlSettings

    public static final class CardControlSettings.Geography
    extends Object
    The geographical settings for the card issued by D1. Contains the list of countries and regions that the card is allowed to use. If the geographical location is not defined then no geography control is performed; the card can be used worldwide.
    • Constructor Detail

      • Geography

        public Geography()
    • Method Detail

      • getCountryList

        @NonNull
        public List<String> getCountryList()
        Gets the list of country codes (in ISO 3166-1 alpha-2 format) in which the payment/withdraw is allowed.
      • setCountryList

        public void setCountryList​(@NonNull
                                   List<String> countryList)
        Sets the list of country codes (in ISO 3166-1 alpha-2 format) in which the payment/withdraw is allowed.