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

com.withabound.models.documents.w9.ExemptFatcaCode 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 ExemptFatcaCode {
  @SerializedName("A")
  A,

  @SerializedName("B")
  B,

  @SerializedName("C")
  C,

  @SerializedName("D")
  D,

  @SerializedName("E")
  E,

  @SerializedName("F")
  F,

  @SerializedName("G")
  G,

  @SerializedName("H")
  H,

  @SerializedName("I")
  I,

  @SerializedName("J")
  J,

  @SerializedName("K")
  K,

  @SerializedName("L")
  L,

  @SerializedName("M")
  M,

  @SerializedName("Not Applicable")
  NOT_APPLICABLE,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy