Merge pull request #21410 from mattermost/mm-46549-gather-intent-cloud-monthly-subscription

Mm 46549 gather intent cloud monthly subscription
Этот коммит содержится в:
Said Atrahouch
2022-10-18 17:18:41 +02:00
коммит произвёл GitHub
родитель 3946c63970 439048561e
Коммит b3ffec28c6

Просмотреть файл

@@ -112,6 +112,7 @@ type CloudCustomerInfo struct {
ContactFirstName string `json:"contact_first_name,omitempty"` ContactFirstName string `json:"contact_first_name,omitempty"`
ContactLastName string `json:"contact_last_name,omitempty"` ContactLastName string `json:"contact_last_name,omitempty"`
NumEmployees int `json:"num_employees"` NumEmployees int `json:"num_employees"`
MonthlySubscriptionIntentWireTransfer string `json:"monthly_subscription_intent_wire_transfer"`
} }
// Address model represents a customer's address. // Address model represents a customer's address.