Uses of Class
com.adyen.model.balanceplatform.AssociationFinaliseResponse.TypeEnum
-
Packages that use AssociationFinaliseResponse.TypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of AssociationFinaliseResponse.TypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return AssociationFinaliseResponse.TypeEnum Modifier and Type Method Description static AssociationFinaliseResponse.TypeEnumAssociationFinaliseResponse.TypeEnum. fromValue(String value)AssociationFinaliseResponse.TypeEnumAssociationFinaliseResponse. getType()The type of resource that you associated with the SCA device.static AssociationFinaliseResponse.TypeEnumAssociationFinaliseResponse.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AssociationFinaliseResponse.TypeEnum[]AssociationFinaliseResponse.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform with parameters of type AssociationFinaliseResponse.TypeEnum Modifier and Type Method Description voidAssociationFinaliseResponse. setType(AssociationFinaliseResponse.TypeEnum type)The type of resource that you associated with the SCA device.AssociationFinaliseResponseAssociationFinaliseResponse. type(AssociationFinaliseResponse.TypeEnum type)The type of resource that you associated with the SCA device.
-