All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.withabound.models.documents.w9.ExemptPayeeCode Maven / Gradle / Ivy

Go to download

The Abound Java SDK provides convenient access to the Abound API from applications written in Java.

The newest version!
package com.withabound.models.documents.w9;

import com.google.gson.annotations.SerializedName;

public enum ExemptPayeeCode {
  @SerializedName("1")
  ONE,

  @SerializedName("2")
  TWO,

  @SerializedName("3")
  THREE,

  @SerializedName("4")
  FOUR,

  @SerializedName("5")
  FIVE,

  @SerializedName("6")
  SIX,

  @SerializedName("7")
  SEVEN,

  @SerializedName("8")
  EIGHT,

  @SerializedName("9")
  NINE,

  @SerializedName("10")
  TEN,

  @SerializedName("11")
  ELEVEN,

  @SerializedName("12")
  TWELVE,

  @SerializedName("13")
  THIRTEEN,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy