module Returnly NilGiftCard = Struct.new(:refund) do def code nil end def id nil end end NilGiftCardEstimate = Struct.new(:order) do def code nil end def id nil end end end