amount property

amount property

Gets or sets transfer amount.

Definition:

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

See Also