syntax = "proto3"; option go_package = "github.com/tech/sendico/pkg/generated/gmessaging"; message DemoRequestEvent { string Name = 1; string OrganizationName = 2; string Phone = 3; string WorkEmail = 4; string PayoutVolume = 5; string Comment = 6; }