Package com.adyen.model.marketpay
Class GetTaxFormRequest
- java.lang.Object
-
- com.adyen.model.marketpay.GetTaxFormRequest
-
public class GetTaxFormRequest extends Object
GetTaxFormRequest
-
-
Constructor Summary
Constructors Constructor Description GetTaxFormRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetTaxFormRequestaccountHolderCode(String accountHolderCode)booleanequals(Object o)GetTaxFormRequestformType(String formType)StringgetAccountHolderCode()The account holder code you provided when you created the account holder.StringgetFormType()Type of the requested tax form.IntegergetYear()Applicable tax year in the YYYY format.inthashCode()voidsetAccountHolderCode(String accountHolderCode)voidsetFormType(String formType)voidsetYear(Integer year)StringtoString()GetTaxFormRequestyear(Integer year)
-
-
-
Method Detail
-
accountHolderCode
public GetTaxFormRequest accountHolderCode(String accountHolderCode)
-
getAccountHolderCode
public String getAccountHolderCode()
The account holder code you provided when you created the account holder.- Returns:
- accountHolderCode
-
setAccountHolderCode
public void setAccountHolderCode(String accountHolderCode)
-
formType
public GetTaxFormRequest formType(String formType)
-
getFormType
public String getFormType()
Type of the requested tax form. For example, 1099-K.- Returns:
- formType
-
setFormType
public void setFormType(String formType)
-
year
public GetTaxFormRequest year(Integer year)
-
getYear
public Integer getYear()
Applicable tax year in the YYYY format.- Returns:
- year
-
setYear
public void setYear(Integer year)
-
-