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

field(
	label: "Your default payment method will be billed",
	value: "$%.2f" % @top_up_amount,
	type: "fixed",
	description: "with the rest coming from your balance"
)

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