Uses of Class
com.adyen.model.balanceplatform.AssociationFinaliseRequest.TypeEnum
-
Packages that use AssociationFinaliseRequest.TypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of AssociationFinaliseRequest.TypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return AssociationFinaliseRequest.TypeEnum Modifier and Type Method Description static AssociationFinaliseRequest.TypeEnumAssociationFinaliseRequest.TypeEnum. fromValue(String value)AssociationFinaliseRequest.TypeEnumAssociationFinaliseRequest. getType()The type of resource that you are associating with the SCA device.static AssociationFinaliseRequest.TypeEnumAssociationFinaliseRequest.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AssociationFinaliseRequest.TypeEnum[]AssociationFinaliseRequest.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 AssociationFinaliseRequest.TypeEnum Modifier and Type Method Description voidAssociationFinaliseRequest. setType(AssociationFinaliseRequest.TypeEnum type)The type of resource that you are associating with the SCA device.AssociationFinaliseRequestAssociationFinaliseRequest. type(AssociationFinaliseRequest.TypeEnum type)The type of resource that you are associating with the SCA device.
-