All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.payu.menu.client.enums.Region Maven / Gradle / Ivy

There is a newer version: 0.0.14
Show newest version
package com.payu.menu.client.enums;

import lombok.AllArgsConstructor;
import lombok.Getter;

@Getter
@AllArgsConstructor
public enum Region {
  ADAMAOUA,
  CENTRE,
  EAST,
  FAR_NORTH,
  LITTORAL,
  NORTH,
  NORTH_WEST,
  WEST,
  SOUTH,
  SOUTH_WEST,
  AFRICA,
  EUROPE,
  AMERICA,
  ASIA
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy