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

com.checkout.financial.Region Maven / Gradle / Ivy

There is a newer version: 6.4.2
Show newest version
package com.checkout.financial;

import com.google.gson.annotations.SerializedName;

public enum Region {

    @SerializedName("Domestic")
    DOMESTIC,

    @SerializedName("Intra")
    INTRA,

    @SerializedName("IntraEEA")
    INTRA_EEA,

    @SerializedName("IntraEuropean_SEPA")
    INTRA_EUROPEAN_SEPA,

    @SerializedName("International")
    INTERNATIONAL,

    @SerializedName("EEA")
    EEA
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy