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

com.withabound.models.documents.ten99k.Form1099KFormData 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.ten99k;

import com.withabound.models.documents.Form1099Payer;
import com.withabound.models.documents.Form1099User;

public class Form1099KFormData extends Form1099KFormFields {
  protected Form1099KFormData(Form1099KFormFieldsBuilder formFields) {
    super(formFields);
  }

  private Form1099User user;
  private Form1099Payer payer;

  public Form1099User getUser() {
    return user;
  }

  public Form1099Payer getPayer() {
    return payer;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy