with_balance.rb

 1instance_eval File.read("#{__dir__}/header.rb")
 2
 3field(
 4	type: "fixed",
 5	value: "This purchase will be paid out of your account balance"
 6)
 7
 8@fillable_fields.each do |f|
 9	field(**f)
10end