exchange_rate property

exchange_rate property

ExchangeRate

Definition:

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

See Also