Этот коммит содержится в:
Said Atrahouch
2022-10-24 12:51:08 +02:00
родитель 439048561e
Коммит f9b55631fc

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

@@ -112,7 +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"` CloudAltPaymentMethod string `json:"monthly_subscription_alt_payment_method"`
} }
// Address model represents a customer's address. // Address model represents a customer's address.