Uses of Class
com.adyen.model.balanceplatform.ScaEntity
-
Packages that use ScaEntity Package Description com.adyen.model.balanceplatform -
-
Uses of ScaEntity in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return ScaEntity Modifier and Type Method Description static ScaEntityScaEntity. fromJson(String jsonString)Create an instance of ScaEntity given an JSON stringScaEntityScaEntity. id(String id)The unique identifier of the entity.ScaEntityScaEntity. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.ScaEntityScaEntity. type(ScaEntityType type)typeMethods in com.adyen.model.balanceplatform that return types with arguments of type ScaEntity Modifier and Type Method Description List<ScaEntity>SubmitScaAssociationRequest. getEntities()The list of entities to be associated.Methods in com.adyen.model.balanceplatform with parameters of type ScaEntity Modifier and Type Method Description SubmitScaAssociationRequestSubmitScaAssociationRequest. addEntitiesItem(ScaEntity entitiesItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type ScaEntity Modifier and Type Method Description SubmitScaAssociationRequestSubmitScaAssociationRequest. entities(List<ScaEntity> entities)The list of entities to be associated.voidSubmitScaAssociationRequest. setEntities(List<ScaEntity> entities)The list of entities to be associated.
-