Method: UpBankingClient::CashbackObjectAmount#value

Defined in:
lib/up_banking/models/cashback_object_amount.rb

#valueObject

The amount of money, formatted as a string in the relevant currency. For example, for an Australian dollar value of $10.56, this field will be ‘"10.56"`. The currency symbol is not included in the string.



23
24
25
# File 'lib/up_banking/models/cashback_object_amount.rb', line 23

def value
  @value
end