Documentation

W9V1Page extends W9V1Document
in package

W9 API version 1.0 page data.

Table of Contents

Properties

$address  : StringField
$businessName  : StringField
$cityStateZip  : StringField
$ein  : StringField
$name  : StringField
$signatureDatePosition  : PositionField
$signaturePosition  : PositionField
$ssn  : StringField
$taxClassification  : StringField
$taxClassificationLlc  : StringField
$taxClassificationOtherDetails  : StringField
$w9RevisionDate  : StringField

Methods

__construct()  : mixed
__toString()  : string

Properties

$address

public StringField $address

The street address (number, street, and apt. or suite no.) of the applicant.

$businessName

public StringField $businessName

The business name or disregarded entity name, if different from Name.

$signatureDatePosition

public PositionField $signatureDatePosition

Position of the signature date on the document.

$taxClassification

public StringField $taxClassification

The federal tax classification, which can vary depending on the revision date.

$taxClassificationLlc

public StringField $taxClassificationLlc

Depending on revision year, among S, C, P or D for Limited Liability Company Classification.

$taxClassificationOtherDetails

public StringField $taxClassificationOtherDetails

Tax Classification Other Details.

Methods

__construct()

public __construct(array<string|int, mixed> $rawPrediction[, int|null $pageId = null ]) : mixed
Parameters
$rawPrediction : array<string|int, mixed>

Raw prediction from HTTP response.

$pageId : int|null = null

Page number for multi pages document.

__toString()

public __toString() : string
Return values
string

String representation.


        
On this page

Search results