@@ -141,7 +141,8 @@ def create(
141141 name: The full name of the customer
142142
143143 additional_emails: Additional email addresses for this customer. If populated, these email
144- addresses will be CC'd for customer communications.
144+ addresses will be CC'd for customer communications. The total number of email
145+ addresses (including the primary email) cannot exceed 50.
145146
146147 auto_collection: Used to determine if invoices for this customer will automatically attempt to
147148 charge a saved payment method, if available. This parameter defaults to `True`
@@ -407,7 +408,8 @@ def update(
407408
408409 Args:
409410 additional_emails: Additional email addresses for this customer. If populated, these email
410- addresses will be CC'd for customer communications.
411+ addresses will be CC'd for customer communications. The total number of email
412+ addresses (including the primary email) cannot exceed 50.
411413
412414 auto_collection: Used to determine if invoices for this customer will automatically attempt to
413415 charge a saved payment method, if available. This parameter defaults to `True`
@@ -965,7 +967,8 @@ def update_by_external_id(
965967
966968 Args:
967969 additional_emails: Additional email addresses for this customer. If populated, these email
968- addresses will be CC'd for customer communications.
970+ addresses will be CC'd for customer communications. The total number of email
971+ addresses (including the primary email) cannot exceed 50.
969972
970973 auto_collection: Used to determine if invoices for this customer will automatically attempt to
971974 charge a saved payment method, if available. This parameter defaults to `True`
@@ -1284,7 +1287,8 @@ async def create(
12841287 name: The full name of the customer
12851288
12861289 additional_emails: Additional email addresses for this customer. If populated, these email
1287- addresses will be CC'd for customer communications.
1290+ addresses will be CC'd for customer communications. The total number of email
1291+ addresses (including the primary email) cannot exceed 50.
12881292
12891293 auto_collection: Used to determine if invoices for this customer will automatically attempt to
12901294 charge a saved payment method, if available. This parameter defaults to `True`
@@ -1550,7 +1554,8 @@ async def update(
15501554
15511555 Args:
15521556 additional_emails: Additional email addresses for this customer. If populated, these email
1553- addresses will be CC'd for customer communications.
1557+ addresses will be CC'd for customer communications. The total number of email
1558+ addresses (including the primary email) cannot exceed 50.
15541559
15551560 auto_collection: Used to determine if invoices for this customer will automatically attempt to
15561561 charge a saved payment method, if available. This parameter defaults to `True`
@@ -2108,7 +2113,8 @@ async def update_by_external_id(
21082113
21092114 Args:
21102115 additional_emails: Additional email addresses for this customer. If populated, these email
2111- addresses will be CC'd for customer communications.
2116+ addresses will be CC'd for customer communications. The total number of email
2117+ addresses (including the primary email) cannot exceed 50.
21122118
21132119 auto_collection: Used to determine if invoices for this customer will automatically attempt to
21142120 charge a saved payment method, if available. This parameter defaults to `True`
0 commit comments