menu
easypost
easypost.dart
TaxIdentifier
TaxIdentifier constructor
TaxIdentifier
brightness_4
brightness_5
TaxIdentifier
constructor
TaxIdentifier
(
{
String
?
entity
,
String
?
issuingCountry
,
String
?
taxId
,
String
?
taxIdType
}
)
Implementation
TaxIdentifier({ this.entity, this.issuingCountry, this.taxId, this.taxIdType, }) : super();
easypost
easypost
TaxIdentifier
TaxIdentifier constructor
TaxIdentifier class