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

com.withabound.models.documents.ten99nec.Form1099NECDocumentResponse 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.ten99nec;

import com.withabound.models.documents.Document;

public class Form1099NECDocumentResponse extends Document {
  private Form1099NECFormData formData;

  public Form1099NECFormData getFormData() {
    return formData;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy