Uses of Class
com.adyen.model.legalentitymanagement.Organization.VatAbsenceReasonEnum
-
Packages that use Organization.VatAbsenceReasonEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of Organization.VatAbsenceReasonEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return Organization.VatAbsenceReasonEnum Modifier and Type Method Description static Organization.VatAbsenceReasonEnumOrganization.VatAbsenceReasonEnum. fromValue(String value)Organization.VatAbsenceReasonEnumOrganization. getVatAbsenceReason()The reason the organization has not provided a VAT number.static Organization.VatAbsenceReasonEnumOrganization.VatAbsenceReasonEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Organization.VatAbsenceReasonEnum[]Organization.VatAbsenceReasonEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.legalentitymanagement with parameters of type Organization.VatAbsenceReasonEnum Modifier and Type Method Description voidOrganization. setVatAbsenceReason(Organization.VatAbsenceReasonEnum vatAbsenceReason)The reason the organization has not provided a VAT number.OrganizationOrganization. vatAbsenceReason(Organization.VatAbsenceReasonEnum vatAbsenceReason)The reason the organization has not provided a VAT number.
-