class Faker::Invoice

def method_731(base)

Source: https://wiki.xmldation.com/support/fk/finnish_reference_number
731 Method
def method_731(base)
  weighted_sum = calculate_weighted_sum(base, [7, 3, 1])
  mod10_remainder(weighted_sum)
end