com.withabound.models.documents.w9.ExemptFatcaCode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of withabound-java Show documentation
Show all versions of withabound-java Show documentation
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,
}