Uses of Class
com.adyen.model.negativebalancewarningwebhooks.ResourceReference
-
Packages that use ResourceReference Package Description com.adyen.model.negativebalancewarningwebhooks -
-
Uses of ResourceReference in com.adyen.model.negativebalancewarningwebhooks
Methods in com.adyen.model.negativebalancewarningwebhooks that return ResourceReference Modifier and Type Method Description ResourceReferenceResourceReference. description(String description)The description of the resource.static ResourceReferenceResourceReference. fromJson(String jsonString)Create an instance of ResourceReference given an JSON stringResourceReferenceNegativeBalanceCompensationWarningNotificationData. getAccountHolder()accountHolderResourceReferenceResourceReference. id(String id)The unique identifier of the resource.ResourceReferenceResourceReference. reference(String reference)The reference for the resource.Methods in com.adyen.model.negativebalancewarningwebhooks with parameters of type ResourceReference Modifier and Type Method Description NegativeBalanceCompensationWarningNotificationDataNegativeBalanceCompensationWarningNotificationData. accountHolder(ResourceReference accountHolder)accountHoldervoidNegativeBalanceCompensationWarningNotificationData. setAccountHolder(ResourceReference accountHolder)accountHolder
-