Interface EstimateTaxAndRoyaltyFeeData

Hierarchy

  • EstimateTaxAndRoyaltyFeeData

Properties

estimateTaxAndRoyaltyFee?: {
    platformFee: number;
    royaltyFee: number;
    taxPercentage: number;
    taxResponse?: TaxResponse;
}

Type declaration

  • platformFee: number
  • royaltyFee: number
  • taxPercentage: number
  • Optional taxResponse?: TaxResponse