Class TaxIdentifier
Class representing an EasyPost tax identifier.
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class TaxIdentifier : EasyPostObject, IEasyPostObject, ITaxIdentifierParameter, IParameter
Properties
| Improve this Doc View SourceEntity
Which entity the TaxId belongs to. Possible values are:
- "SENDER"
- "RECEIVER"
Declaration
public string? Entity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
IssuingCountry
The issuing country of the TaxId.
Declaration
public string? IssuingCountry { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
TaxId
The Tax ID number.
Declaration
public string? TaxId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
TaxIdType
The type of TaxId provided. Possible values are listed on EasyPost's website.
Declaration
public string? TaxIdType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |