amount property

amount property

Gets or sets the payment amount. Valid values are between 0.01 and 999,999,999.99.

Definition:

@property
def amount(self):
    ...
@amount.setter
def amount(self, value):
    ...

See Also