Uses of Class
com.adyen.model.legalentitymanagement.OwnerEntity
-
Packages that use OwnerEntity Package Description com.adyen.model.legalentitymanagement -
-
Uses of OwnerEntity in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return OwnerEntity Modifier and Type Method Description static OwnerEntityOwnerEntity. fromJson(String jsonString)Create an instance of OwnerEntity given an JSON stringOwnerEntityDocument. getOwner()ownerOwnerEntityOwnerEntity. id(String id)Unique identifier of the resource that owns the document.OwnerEntityOwnerEntity. type(String type)Type of resource that owns the document.Methods in com.adyen.model.legalentitymanagement with parameters of type OwnerEntity Modifier and Type Method Description DocumentDocument. owner(OwnerEntity owner)ownervoidDocument. setOwner(OwnerEntity owner)owner
-