Interface GetTaxQuoteData

Hierarchy

  • GetTaxQuoteData

Properties

Properties

getTaxQuote: {
    taxablePrice: number;
    totalTaxAmount: number;
    totalTaxedPrice: number;
    verifiedAddress: AddressData;
}

Type declaration

  • taxablePrice: number
  • totalTaxAmount: number
  • totalTaxedPrice: number
  • verifiedAddress: AddressData