@@ -275,7 +275,6 @@ def update(
275
275
currency : Optional [str ] | NotGiven = NOT_GIVEN ,
276
276
email : Optional [str ] | NotGiven = NOT_GIVEN ,
277
277
email_delivery : Optional [bool ] | NotGiven = NOT_GIVEN ,
278
- external_customer_id : Optional [str ] | NotGiven = NOT_GIVEN ,
279
278
metadata : Optional [object ] | NotGiven = NOT_GIVEN ,
280
279
name : Optional [str ] | NotGiven = NOT_GIVEN ,
281
280
payment_provider : Optional [Literal ["quickbooks" , "bill.com" , "stripe_charge" , "stripe_invoice" , "netsuite" ]]
@@ -296,7 +295,7 @@ def update(
296
295
This endpoint can be used to update the `payment_provider`,
297
296
`payment_provider_id`, `name`, `email`, `email_delivery`, `tax_id`,
298
297
`auto_collection`, `metadata`, `shipping_address`, `billing_address`, and
299
- `additional_emails` of an existing customer. " Other fields on a customer are
298
+ `additional_emails` of an existing customer. Other fields on a customer are
300
299
currently immutable.
301
300
302
301
Args:
@@ -312,10 +311,6 @@ def update(
312
311
313
312
email: A valid customer email, to be used for invoicing and notifications.
314
313
315
- external_customer_id: An optional user-defined ID for this customer resource, used throughout the
316
- system as an alias for this Customer. Use this field to identify a customer by
317
- an existing identifier in your system.
318
-
319
314
metadata: User-specified key value pairs, often useful for referencing internal resources
320
315
or IDs. Returned as-is in the customer resource.
321
316
@@ -438,7 +433,6 @@ def update(
438
433
"currency" : currency ,
439
434
"email" : email ,
440
435
"email_delivery" : email_delivery ,
441
- "external_customer_id" : external_customer_id ,
442
436
"metadata" : metadata ,
443
437
"name" : name ,
444
438
"payment_provider" : payment_provider ,
@@ -656,7 +650,6 @@ def update_by_external_id(
656
650
currency : Optional [str ] | NotGiven = NOT_GIVEN ,
657
651
email : Optional [str ] | NotGiven = NOT_GIVEN ,
658
652
email_delivery : Optional [bool ] | NotGiven = NOT_GIVEN ,
659
- external_customer_id : Optional [str ] | NotGiven = NOT_GIVEN ,
660
653
metadata : Optional [object ] | NotGiven = NOT_GIVEN ,
661
654
name : Optional [str ] | NotGiven = NOT_GIVEN ,
662
655
payment_provider : Optional [Literal ["quickbooks" , "bill.com" , "stripe_charge" , "stripe_invoice" , "netsuite" ]]
@@ -693,10 +686,6 @@ def update_by_external_id(
693
686
694
687
email: A valid customer email, to be used for invoicing and notifications.
695
688
696
- external_customer_id: An optional user-defined ID for this customer resource, used throughout the
697
- system as an alias for this Customer. Use this field to identify a customer by
698
- an existing identifier in your system.
699
-
700
689
metadata: User-specified key value pairs, often useful for referencing internal resources
701
690
or IDs. Returned as-is in the customer resource.
702
691
@@ -819,7 +808,6 @@ def update_by_external_id(
819
808
"currency" : currency ,
820
809
"email" : email ,
821
810
"email_delivery" : email_delivery ,
822
- "external_customer_id" : external_customer_id ,
823
811
"metadata" : metadata ,
824
812
"name" : name ,
825
813
"payment_provider" : payment_provider ,
@@ -1074,7 +1062,6 @@ async def update(
1074
1062
currency : Optional [str ] | NotGiven = NOT_GIVEN ,
1075
1063
email : Optional [str ] | NotGiven = NOT_GIVEN ,
1076
1064
email_delivery : Optional [bool ] | NotGiven = NOT_GIVEN ,
1077
- external_customer_id : Optional [str ] | NotGiven = NOT_GIVEN ,
1078
1065
metadata : Optional [object ] | NotGiven = NOT_GIVEN ,
1079
1066
name : Optional [str ] | NotGiven = NOT_GIVEN ,
1080
1067
payment_provider : Optional [Literal ["quickbooks" , "bill.com" , "stripe_charge" , "stripe_invoice" , "netsuite" ]]
@@ -1095,7 +1082,7 @@ async def update(
1095
1082
This endpoint can be used to update the `payment_provider`,
1096
1083
`payment_provider_id`, `name`, `email`, `email_delivery`, `tax_id`,
1097
1084
`auto_collection`, `metadata`, `shipping_address`, `billing_address`, and
1098
- `additional_emails` of an existing customer. " Other fields on a customer are
1085
+ `additional_emails` of an existing customer. Other fields on a customer are
1099
1086
currently immutable.
1100
1087
1101
1088
Args:
@@ -1111,10 +1098,6 @@ async def update(
1111
1098
1112
1099
email: A valid customer email, to be used for invoicing and notifications.
1113
1100
1114
- external_customer_id: An optional user-defined ID for this customer resource, used throughout the
1115
- system as an alias for this Customer. Use this field to identify a customer by
1116
- an existing identifier in your system.
1117
-
1118
1101
metadata: User-specified key value pairs, often useful for referencing internal resources
1119
1102
or IDs. Returned as-is in the customer resource.
1120
1103
@@ -1237,7 +1220,6 @@ async def update(
1237
1220
"currency" : currency ,
1238
1221
"email" : email ,
1239
1222
"email_delivery" : email_delivery ,
1240
- "external_customer_id" : external_customer_id ,
1241
1223
"metadata" : metadata ,
1242
1224
"name" : name ,
1243
1225
"payment_provider" : payment_provider ,
@@ -1455,7 +1437,6 @@ async def update_by_external_id(
1455
1437
currency : Optional [str ] | NotGiven = NOT_GIVEN ,
1456
1438
email : Optional [str ] | NotGiven = NOT_GIVEN ,
1457
1439
email_delivery : Optional [bool ] | NotGiven = NOT_GIVEN ,
1458
- external_customer_id : Optional [str ] | NotGiven = NOT_GIVEN ,
1459
1440
metadata : Optional [object ] | NotGiven = NOT_GIVEN ,
1460
1441
name : Optional [str ] | NotGiven = NOT_GIVEN ,
1461
1442
payment_provider : Optional [Literal ["quickbooks" , "bill.com" , "stripe_charge" , "stripe_invoice" , "netsuite" ]]
@@ -1492,10 +1473,6 @@ async def update_by_external_id(
1492
1473
1493
1474
email: A valid customer email, to be used for invoicing and notifications.
1494
1475
1495
- external_customer_id: An optional user-defined ID for this customer resource, used throughout the
1496
- system as an alias for this Customer. Use this field to identify a customer by
1497
- an existing identifier in your system.
1498
-
1499
1476
metadata: User-specified key value pairs, often useful for referencing internal resources
1500
1477
or IDs. Returned as-is in the customer resource.
1501
1478
@@ -1618,7 +1595,6 @@ async def update_by_external_id(
1618
1595
"currency" : currency ,
1619
1596
"email" : email ,
1620
1597
"email_delivery" : email_delivery ,
1621
- "external_customer_id" : external_customer_id ,
1622
1598
"metadata" : metadata ,
1623
1599
"name" : name ,
1624
1600
"payment_provider" : payment_provider ,
0 commit comments