Uses of Class
Avalara.SDK.model.A1099.V2.Form1099KRequest.PaymentTypeEnum
-
Packages that use Form1099KRequest.PaymentTypeEnum Package Description Avalara.SDK.model.A1099.V2 -
-
Uses of Form1099KRequest.PaymentTypeEnum in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return Form1099KRequest.PaymentTypeEnum Modifier and Type Method Description static Form1099KRequest.PaymentTypeEnumForm1099KRequest.PaymentTypeEnum. fromValue(String value)Form1099KRequest.PaymentTypeEnumForm1099KRequest. getPaymentType()Payment type (payment card or third party network)Form1099KRequest.PaymentTypeEnumForm1099KRequest.PaymentTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Form1099KRequest.PaymentTypeEnumForm1099KRequest.PaymentTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Form1099KRequest.PaymentTypeEnum[]Form1099KRequest.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 Form1099KRequest.PaymentTypeEnum Modifier and Type Method Description Form1099KRequestForm1099KRequest. paymentType(Form1099KRequest.PaymentTypeEnum paymentType)voidForm1099KRequest. setPaymentType(Form1099KRequest.PaymentTypeEnum paymentType)voidForm1099KRequest.PaymentTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Form1099KRequest.PaymentTypeEnum enumeration)
-