Show / Hide Table of Contents

Class TaxIdentifier

Class representing an EasyPost tax identifier.

Inheritance
System.Object
EphemeralEasyPostObject
EasyPostObject
TaxIdentifier
Implements
IEasyPostObject
ITaxIdentifierParameter
IParameter
Inherited Members
EasyPostObject.CreatedAt
EasyPostObject.Id
EasyPostObject.UpdatedAt
EasyPostObject.Prefix
EasyPostObject.AsDictionary()
EasyPostObject.ToString()
EasyPostObject.Equals(Nullable<Object>)
EasyPostObject.GetHashCode()
EphemeralEasyPostObject.Mode
EphemeralEasyPostObject.AsJson()
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class TaxIdentifier : EasyPostObject, IEasyPostObject, ITaxIdentifierParameter, IParameter

Properties

| Improve this Doc View Source

Entity

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>
| Improve this Doc View Source

IssuingCountry

The issuing country of the TaxId.

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

TaxId

The Tax ID number.

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

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>

Implements

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