Show / Hide Table of Contents

Class Create

Parameters for TaxIdentifiers property.

Inheritance
System.Object
BaseParameters<TaxIdentifier>
Create
Implements
IBaseParameters
ITaxIdentifierParameter
IParameter
Inherited Members
BaseParameters<TaxIdentifier>.MatchFunction
BaseParameters<TaxIdentifier>.Matches(TaxIdentifier)
BaseParameters<TaxIdentifier>.ToDictionary()
BaseParameters<TaxIdentifier>.ToSubDictionary(Type)
Namespace: EasyPost.Parameters.TaxIdentifier
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<TaxIdentifier>, IBaseParameters, ITaxIdentifierParameter, IParameter

Properties

| Improve this Doc View Source

Entity

Which entity the tax identifier belongs to ("SENDER" or "RECEIVER").

Declaration
public string? Entity { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

IssuingCountry

The country that issued the tax identification number.

Declaration
public string? IssuingCountry { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

TaxId

The tax identifier number.

Declaration
public string? TaxId { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

TaxIdType

The type of tax identification number.

Declaration
public string? TaxIdType { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Implements

IBaseParameters
ITaxIdentifierParameter
IParameter
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX