com.withabound.models.documents.ten99nec.Form1099NECFormData 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.ten99nec;
import com.withabound.models.documents.Form1099Payer;
import com.withabound.models.documents.Form1099User;
public class Form1099NECFormData extends Form1099NECFormFields {
protected Form1099NECFormData(Form1099NECFormFieldsBuilder, ?> formFields) {
super(formFields);
}
private Form1099User user;
private Form1099Payer payer;
public Form1099User getUser() {
return user;
}
public Form1099Payer getPayer() {
return payer;
}
}