Merge pull request #21486 from mattermost/mm-46549-gather-intent-cloud-monthly-subscription
Mm 46549 gather intent cloud monthly subscription
Этот коммит содержится в:
@@ -110,12 +110,12 @@ type ValidateBusinessEmailResponse struct {
|
|||||||
|
|
||||||
// CloudCustomerInfo represents editable info of a customer.
|
// CloudCustomerInfo represents editable info of a customer.
|
||||||
type CloudCustomerInfo struct {
|
type CloudCustomerInfo struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Email string `json:"email,omitempty"`
|
Email string `json:"email,omitempty"`
|
||||||
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"`
|
CloudAltPaymentMethod string `json:"monthly_subscription_alt_payment_method"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Address model represents a customer's address.
|
// Address model represents a customer's address.
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user