Uses of Class
com.adyen.model.legalentitymanagement.Trust.VatAbsenceReasonEnum
-
Packages that use Trust.VatAbsenceReasonEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of Trust.VatAbsenceReasonEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return Trust.VatAbsenceReasonEnum Modifier and Type Method Description static Trust.VatAbsenceReasonEnumTrust.VatAbsenceReasonEnum. fromValue(String value)Trust.VatAbsenceReasonEnumTrust. getVatAbsenceReason()The reason for not providing a VAT number.static Trust.VatAbsenceReasonEnumTrust.VatAbsenceReasonEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Trust.VatAbsenceReasonEnum[]Trust.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 Trust.VatAbsenceReasonEnum Modifier and Type Method Description voidTrust. setVatAbsenceReason(Trust.VatAbsenceReasonEnum vatAbsenceReason)The reason for not providing a VAT number.TrustTrust. vatAbsenceReason(Trust.VatAbsenceReasonEnum vatAbsenceReason)
-