Uses of Class
com.adyen.model.marketpayaccount.GetTaxFormRequest
-
Packages that use GetTaxFormRequest Package Description com.adyen.model.marketpayaccount com.adyen.service.classicplatforms -
-
Uses of GetTaxFormRequest in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return GetTaxFormRequest Modifier and Type Method Description GetTaxFormRequestGetTaxFormRequest. accountHolderCode(String accountHolderCode)GetTaxFormRequestGetTaxFormRequest. formType(String formType)static GetTaxFormRequestGetTaxFormRequest. fromJson(String jsonString)Create an instance of GetTaxFormRequest given an JSON stringGetTaxFormRequestGetTaxFormRequest. year(Integer year) -
Uses of GetTaxFormRequest in com.adyen.service.classicplatforms
Methods in com.adyen.service.classicplatforms with parameters of type GetTaxFormRequest Modifier and Type Method Description GetTaxFormResponseClassicPlatformAccountApi. getTaxForm(GetTaxFormRequest getTaxFormRequest)Get a tax formGetTaxFormResponseClassicPlatformAccountApi. getTaxForm(GetTaxFormRequest getTaxFormRequest, RequestOptions requestOptions)Get a tax form
-