Package Avalara.SDK.model.A1099.V2
Class IntermediaryOrFlowThroughResponse
- java.lang.Object
-
- Avalara.SDK.model.A1099.V2.IntermediaryOrFlowThroughResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.7.0") public class IntermediaryOrFlowThroughResponse extends Object
IntermediaryOrFlowThroughResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIntermediaryOrFlowThroughResponse.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_ADDRESSstatic StringSERIALIZED_NAME_CHAP3_STATUS_CODEstatic StringSERIALIZED_NAME_CHAP4_STATUS_CODEstatic StringSERIALIZED_NAME_CITYstatic StringSERIALIZED_NAME_COUNTRY_CODEstatic StringSERIALIZED_NAME_EINstatic StringSERIALIZED_NAME_FOREIGN_TINstatic StringSERIALIZED_NAME_GIINstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_STATEstatic StringSERIALIZED_NAME_ZIP
-
Constructor Summary
Constructors Constructor Description IntermediaryOrFlowThroughResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_EIN
public static final String SERIALIZED_NAME_EIN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CHAP3_STATUS_CODE
public static final String SERIALIZED_NAME_CHAP3_STATUS_CODE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CHAP4_STATUS_CODE
public static final String SERIALIZED_NAME_CHAP4_STATUS_CODE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_GIIN
public static final String SERIALIZED_NAME_GIIN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COUNTRY_CODE
public static final String SERIALIZED_NAME_COUNTRY_CODE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FOREIGN_TIN
public static final String SERIALIZED_NAME_FOREIGN_TIN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ADDRESS
public static final String SERIALIZED_NAME_ADDRESS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CITY
public static final String SERIALIZED_NAME_CITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATE
public static final String SERIALIZED_NAME_STATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ZIP
public static final String SERIALIZED_NAME_ZIP
- See Also:
- Constant Field Values
-
-
Method Detail
-
ein
public IntermediaryOrFlowThroughResponse ein(String ein)
-
setEin
public void setEin(String ein)
-
chap3StatusCode
public IntermediaryOrFlowThroughResponse chap3StatusCode(String chap3StatusCode)
-
getChap3StatusCode
@Nullable public String getChap3StatusCode()
Get chap3StatusCode- Returns:
- chap3StatusCode
-
setChap3StatusCode
public void setChap3StatusCode(String chap3StatusCode)
-
chap4StatusCode
public IntermediaryOrFlowThroughResponse chap4StatusCode(String chap4StatusCode)
-
getChap4StatusCode
@Nullable public String getChap4StatusCode()
Get chap4StatusCode- Returns:
- chap4StatusCode
-
setChap4StatusCode
public void setChap4StatusCode(String chap4StatusCode)
-
name
public IntermediaryOrFlowThroughResponse name(String name)
-
setName
public void setName(String name)
-
giin
public IntermediaryOrFlowThroughResponse giin(String giin)
-
setGiin
public void setGiin(String giin)
-
countryCode
public IntermediaryOrFlowThroughResponse countryCode(String countryCode)
-
setCountryCode
public void setCountryCode(String countryCode)
-
foreignTin
public IntermediaryOrFlowThroughResponse foreignTin(String foreignTin)
-
setForeignTin
public void setForeignTin(String foreignTin)
-
address
public IntermediaryOrFlowThroughResponse address(String address)
-
setAddress
public void setAddress(String address)
-
city
public IntermediaryOrFlowThroughResponse city(String city)
-
setCity
public void setCity(String city)
-
state
public IntermediaryOrFlowThroughResponse state(String state)
-
setState
public void setState(String state)
-
zip
public IntermediaryOrFlowThroughResponse zip(String zip)
-
setZip
public void setZip(String zip)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to IntermediaryOrFlowThroughResponse
-
fromJson
public static IntermediaryOrFlowThroughResponse fromJson(String jsonString) throws IOException
Create an instance of IntermediaryOrFlowThroughResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of IntermediaryOrFlowThroughResponse
- Throws:
IOException- if the JSON string is invalid with respect to IntermediaryOrFlowThroughResponse
-
toJson
public String toJson()
Convert an instance of IntermediaryOrFlowThroughResponse to an JSON string- Returns:
- JSON string
-
-