Uses of Class
com.adyen.model.balanceplatform.GetTaxFormResponse
-
Packages that use GetTaxFormResponse Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of GetTaxFormResponse in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return GetTaxFormResponse Modifier and Type Method Description GetTaxFormResponseGetTaxFormResponse. content(byte[] content)The content of the tax form in Base64 format.GetTaxFormResponseGetTaxFormResponse. contentType(GetTaxFormResponse.ContentTypeEnum contentType)The content type of the tax form.static GetTaxFormResponseGetTaxFormResponse. fromJson(String jsonString)Create an instance of GetTaxFormResponse given an JSON string -
Uses of GetTaxFormResponse in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return GetTaxFormResponse Modifier and Type Method Description GetTaxFormResponseAccountHoldersApi. getTaxForm(String id, String formType, Integer year)Get a tax formGetTaxFormResponseAccountHoldersApi. getTaxForm(String id, String formType, Integer year, RequestOptions requestOptions)Get a tax form
-