com.withabound.models.documents.w9.FormW9FormData 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;
public class FormW9FormData extends FormW9FormFields {
protected FormW9FormData(FormW9FormFieldsBuilder, ?> formFields) {
super(formFields);
}
private FormW9User user;
private FormW9Payer payer;
public FormW9User getUser() {
return user;
}
public FormW9Payer getPayer() {
return payer;
}
}