Uses of Class
com.adyen.model.legalentitymanagement.Support
-
Packages that use Support Package Description com.adyen.model.legalentitymanagement -
-
Uses of Support in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return Support Modifier and Type Method Description SupportSupport. email(String email)The support email address of the legal entity.static SupportSupport. fromJson(String jsonString)Create an instance of Support given an JSON stringSupportIndividual. getSupport()Get supportSupportOrganization. getSupport()Get supportSupportSupport. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.SupportSupport. phone(PhoneNumber phone)phoneMethods in com.adyen.model.legalentitymanagement with parameters of type Support Modifier and Type Method Description voidIndividual. setSupport(Support support)supportvoidOrganization. setSupport(Support support)supportIndividualIndividual. support(Support support)supportOrganizationOrganization. support(Support support)support
-