Amount Class

The amount.

Constructor

Amount(*args: Any, **kwargs: Any)

Variables

Name Description
currency
str

The currency for the amount value.

value

The amount value. For example, if the currency is USD, then a value of 600 would be $600.00.

Attributes

currency

The currency for the amount value.

currency: str | None

value

The amount value. For example, if the currency is USD, then a value of 600 would be $600.00.

value: float | None