PortalDetailAuthority Property |
Gets or sets the authority giving rise to this tax.
For general sales tax this will simply be City, County
or State. Additional taxes may have descriptions such
as "SPECIAL PURPOSE", "EDUCATION", "AUSTIN MTA", etc.
Namespace: KampData.TaxEngine.APIAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic string DetailAuthority { get; set; }
Public Property DetailAuthority As String
Get
Set
public:
property String^ DetailAuthority {
String^ get ();
void set (String^ value);
}
member DetailAuthority : string with get, set
Property Value
Type:
String
See Also