Uses of Class
Avalara.SDK.model.A1099.V2.Form1099KResponse.PaymentTypeEnum
-
Packages that use Form1099KResponse.PaymentTypeEnum Package Description Avalara.SDK.model.A1099.V2 -
-
Uses of Form1099KResponse.PaymentTypeEnum in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return Form1099KResponse.PaymentTypeEnum Modifier and Type Method Description static Form1099KResponse.PaymentTypeEnumForm1099KResponse.PaymentTypeEnum. fromValue(String value)Form1099KResponse.PaymentTypeEnumForm1099KResponse. getPaymentType()Get paymentTypeForm1099KResponse.PaymentTypeEnumForm1099KResponse.PaymentTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Form1099KResponse.PaymentTypeEnumForm1099KResponse.PaymentTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Form1099KResponse.PaymentTypeEnum[]Form1099KResponse.PaymentTypeEnum. 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 Form1099KResponse.PaymentTypeEnum Modifier and Type Method Description Form1099KResponseForm1099KResponse. paymentType(Form1099KResponse.PaymentTypeEnum paymentType)voidForm1099KResponse. setPaymentType(Form1099KResponse.PaymentTypeEnum paymentType)voidForm1099KResponse.PaymentTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Form1099KResponse.PaymentTypeEnum enumeration)
-