com.withabound.models.documents.w9.FormW9DocumentResponse 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;
import com.withabound.models.documents.Document;
public class FormW9DocumentResponse extends Document {
private FormW9FormData formData;
public FormW9FormData getFormData() {
return formData;
}
}