@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class Taxform extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DOC_ID |
static String |
SERIALIZED_NAME_DOCUMENT_TYPE |
static String |
SERIALIZED_NAME_W2 |
Constructor and Description |
---|
Taxform() |
Modifier and Type | Method and Description |
---|---|
Taxform |
docId(String docId) |
Taxform |
documentType(String documentType) |
boolean |
equals(Object o) |
String |
getDocId()
An identifier of the document referenced by the document metadata.
|
String |
getDocumentType()
The type of tax document.
|
W2 |
getW2()
Get w2
|
int |
hashCode() |
void |
setDocId(String docId) |
void |
setDocumentType(String documentType) |
void |
setW2(W2 w2) |
String |
toString() |
Taxform |
w2(W2 w2) |
public static final String SERIALIZED_NAME_DOC_ID
public static final String SERIALIZED_NAME_DOCUMENT_TYPE
public static final String SERIALIZED_NAME_W2
@Nullable public String getDocId()
public void setDocId(String docId)
public String getDocumentType()
public void setDocumentType(String documentType)
public void setW2(W2 w2)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.