Uses of Class
Avalara.SDK.model.A1099.V2.Form1042S.TinTypeEnum
-
Packages that use Form1042S.TinTypeEnum Package Description Avalara.SDK.model.A1099.V2 -
-
Uses of Form1042S.TinTypeEnum in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return Form1042S.TinTypeEnum Modifier and Type Method Description static Form1042S.TinTypeEnumForm1042S.TinTypeEnum. fromValue(String value)Form1042S.TinTypeEnumForm1042S. getTinType()Get tinTypeForm1042S.TinTypeEnumForm1042S.TinTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Form1042S.TinTypeEnumForm1042S.TinTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Form1042S.TinTypeEnum[]Form1042S.TinTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in Avalara.SDK.model.A1099.V2 with parameters of type Form1042S.TinTypeEnum Modifier and Type Method Description voidForm1042S.TinTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Form1042S.TinTypeEnum enumeration)Constructors in Avalara.SDK.model.A1099.V2 with parameters of type Form1042S.TinTypeEnum Constructor Description Form1042S(Form1042S.TinTypeEnum tinType, String id, Form1099StatusDetail federalEfileStatus, List<StateEfileStatusDetail> stateEfileStatus, Form1099StatusDetail postalMailStatus, Form1099StatusDetail tinMatchStatus, Form1099StatusDetail addressVerificationStatus, Form1099StatusDetail eDeliveryStatus, List<ValidationError> validationErrors, OffsetDateTime createdAt, OffsetDateTime updatedAt)
-