Class Create
Parameters for TaxIdentifiers property.
Inherited Members
Namespace: EasyPost.Parameters.TaxIdentifier
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<TaxIdentifier>, IBaseParameters, ITaxIdentifierParameter, IParameter
Properties
| Improve this Doc View SourceEntity
Which entity the tax identifier belongs to ("SENDER" or "RECEIVER").
Declaration
public string? Entity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
IssuingCountry
The country that issued the tax identification number.
Declaration
public string? IssuingCountry { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
TaxId
The tax identifier number.
Declaration
public string? TaxId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
TaxIdType
The type of tax identification number.
Declaration
public string? TaxIdType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |