instance_eval File.read("#{__dir__}/header.rb")

field(
	type: "fixed",
	value: "This purchase will be paid out of your account balance"
)

@fillable_fields.each do |f|
	field(**f)
end
