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

com.withabound.models.documents.w9.FormW9FormData 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.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;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy