Tax

@objcMembers
public final class Tax : NSObject, Codable

Tax data model.

  • Tax title.

    Declaration

    Swift

    public var title: String
  • Tax description.

    Declaration

    Swift

    public var descriptionText: String?
  • Tax amount.

    Declaration

    Swift

    public var amount: AmountModificator
  • Copies the receiver.

    Declaration

    Swift

    public func copy(with zone: NSZone? = nil) -> Any

    Parameters

    zone

    Zone.

    Return Value

    Copy of the receiver.