Optional
estimateTaxAndRoyaltyFee
estimateTaxAndRoyaltyFee?: {
platformFee: number;
royaltyFee: number;
taxPercentage: number;
taxResponse?: TaxResponse;
}
Type declaration
-
platformFee: number
-
royaltyFee: number
-
taxPercentage: number
-
Optional
taxResponse?: TaxResponse