Uses of Class
com.adyen.model.balanceplatform.GetTaxFormResponse.ContentTypeEnum
-
Packages that use GetTaxFormResponse.ContentTypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of GetTaxFormResponse.ContentTypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return GetTaxFormResponse.ContentTypeEnum Modifier and Type Method Description static GetTaxFormResponse.ContentTypeEnumGetTaxFormResponse.ContentTypeEnum. fromValue(String value)GetTaxFormResponse.ContentTypeEnumGetTaxFormResponse. getContentType()The content type of the tax form.static GetTaxFormResponse.ContentTypeEnumGetTaxFormResponse.ContentTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static GetTaxFormResponse.ContentTypeEnum[]GetTaxFormResponse.ContentTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform with parameters of type GetTaxFormResponse.ContentTypeEnum Modifier and Type Method Description GetTaxFormResponseGetTaxFormResponse. contentType(GetTaxFormResponse.ContentTypeEnum contentType)The content type of the tax form.voidGetTaxFormResponse. setContentType(GetTaxFormResponse.ContentTypeEnum contentType)The content type of the tax form.
-