TaxBreakdownItem

Represents a single tax breakdown entry with amount, rate, and type.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The estimated tax amount.

Link copied to clipboard
val rate: String?

The tax rate, in decimals.

Link copied to clipboard
val type: String?

The type of tax (for example, VAT, ST, or GST).

Functions

Link copied to clipboard
inline fun copy(block: TaxBreakdownItem.Builder.() -> Unit = {}): TaxBreakdownItem
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String