class Amount

    attr_accessor :value, :currency_code

    def initialize(value:, currency_code:)