Uses of Class
com.adyen.model.storedvalue.StoredValueBalanceMergeResponse.ResultCodeEnum
-
Packages that use StoredValueBalanceMergeResponse.ResultCodeEnum Package Description com.adyen.model.storedvalue -
-
Uses of StoredValueBalanceMergeResponse.ResultCodeEnum in com.adyen.model.storedvalue
Methods in com.adyen.model.storedvalue that return StoredValueBalanceMergeResponse.ResultCodeEnum Modifier and Type Method Description static StoredValueBalanceMergeResponse.ResultCodeEnumStoredValueBalanceMergeResponse.ResultCodeEnum. fromValue(String value)StoredValueBalanceMergeResponse.ResultCodeEnumStoredValueBalanceMergeResponse. getResultCode()The result of the payment.static StoredValueBalanceMergeResponse.ResultCodeEnumStoredValueBalanceMergeResponse.ResultCodeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static StoredValueBalanceMergeResponse.ResultCodeEnum[]StoredValueBalanceMergeResponse.ResultCodeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.storedvalue with parameters of type StoredValueBalanceMergeResponse.ResultCodeEnum Modifier and Type Method Description StoredValueBalanceMergeResponseStoredValueBalanceMergeResponse. resultCode(StoredValueBalanceMergeResponse.ResultCodeEnum resultCode)The result of the payment.voidStoredValueBalanceMergeResponse. setResultCode(StoredValueBalanceMergeResponse.ResultCodeEnum resultCode)The result of the payment.
-