PaymentGatewayLibrary

AuthorizeNetRequest.CustomerTaxId Property

Gets or sets the Tax Id or SSN of the customer initiating the transaction.

[Visual Basic]
Public Property CustomerTaxId As String
[C#]
public string CustomerTaxId {get; set;}

Remarks

The format is 9 digits. If ValidateFormat is true; then the CustomerTaxId format will be validated.

Exceptions

Exception TypeCondition
ArgumentExceptionThe exception thrown when the tax id format is not valid and ValidateFormat is enabled.

See Also

AuthorizeNetRequest Class | Duis.Payment Namespace