Uses of Class
net.authorize.api.contract.v1.ARBSubscriptionUnitEnum
-
Packages that use ARBSubscriptionUnitEnum Package Description net.authorize.api.contract.v1 -
-
Uses of ARBSubscriptionUnitEnum in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as ARBSubscriptionUnitEnum Modifier and Type Field Description protected ARBSubscriptionUnitEnumPaymentScheduleType.Interval. unitMethods in net.authorize.api.contract.v1 that return ARBSubscriptionUnitEnum Modifier and Type Method Description static ARBSubscriptionUnitEnumARBSubscriptionUnitEnum. fromValue(String v)ARBSubscriptionUnitEnumPaymentScheduleType.Interval. getUnit()Gets the value of the unit property.static ARBSubscriptionUnitEnumARBSubscriptionUnitEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ARBSubscriptionUnitEnum[]ARBSubscriptionUnitEnum. 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 ARBSubscriptionUnitEnum Modifier and Type Method Description voidPaymentScheduleType.Interval. setUnit(ARBSubscriptionUnitEnum value)Sets the value of the unit property.
-