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

.anet-java-sdk.2.0.2.source-code.EnumTemplatet Maven / Gradle / Ivy

Go to download

Authorize.Net SDK includes standard payments, recurring billing, and customer profiles.

There is a newer version: 3.0.0
Show newest version

        for ( ENUMNAME anEnum : ENUMNAME.values())
        {
            String aValue = anEnum.value();
            ENUMNAME enumFromValue = ENUMNAME.fromValue(aValue);
            Assert.assertEquals(anEnum, enumFromValue);
        }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy