Price

class bale.Price(label=None, amount=None)

Bases: object

This object shows a Price

label

Label Price.

Type:

Optional[str]

amount

Amount Price.

Type:

Optional[int]