Uses of Class
net.authorize.api.contract.v1.CardTypeEnum
-
Packages that use CardTypeEnum Package Description net.authorize.api.contract.v1 -
-
Uses of CardTypeEnum in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as CardTypeEnum Modifier and Type Field Description protected CardTypeEnumEnumCollection. cardTypeEnumprotected CardTypeEnumXXDoNotUseDummyRequest. cardTypeEnumMethods in net.authorize.api.contract.v1 that return CardTypeEnum Modifier and Type Method Description static CardTypeEnumCardTypeEnum. fromValue(String v)CardTypeEnumEnumCollection. getCardTypeEnum()Gets the value of the cardTypeEnum property.CardTypeEnumXXDoNotUseDummyRequest. getCardTypeEnum()Gets the value of the cardTypeEnum property.static CardTypeEnumCardTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CardTypeEnum[]CardTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.authorize.api.contract.v1 with parameters of type CardTypeEnum Modifier and Type Method Description voidEnumCollection. setCardTypeEnum(CardTypeEnum value)Sets the value of the cardTypeEnum property.voidXXDoNotUseDummyRequest. setCardTypeEnum(CardTypeEnum value)Sets the value of the cardTypeEnum property.
-