public class GetTaxFormRequest extends Object
| Constructor and Description |
|---|
GetTaxFormRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetTaxFormRequest |
accountHolderCode(String accountHolderCode) |
boolean |
equals(Object o) |
GetTaxFormRequest |
formType(String formType) |
String |
getAccountHolderCode()
The account holder code you provided when you created the account holder.
|
String |
getFormType()
Type of the requested tax form.
|
Integer |
getYear()
Applicable tax year in the YYYY format.
|
int |
hashCode() |
void |
setAccountHolderCode(String accountHolderCode) |
void |
setFormType(String formType) |
void |
setYear(Integer year) |
String |
toString() |
GetTaxFormRequest |
year(Integer year) |
public GetTaxFormRequest accountHolderCode(String accountHolderCode)
public String getAccountHolderCode()
public void setAccountHolderCode(String accountHolderCode)
public GetTaxFormRequest formType(String formType)
public String getFormType()
public void setFormType(String formType)
public GetTaxFormRequest year(Integer year)
public Integer getYear()
public void setYear(Integer year)
Copyright © 2022. All rights reserved.