@@ -346,7 +346,9 @@ def create_entry(
346346 per_unit_cost_basis, as the calculation of the invoice total is done on that
347347 basis.
348348
349- metadata: User-specified key/value pairs for the resource.
349+ metadata: User-specified key/value pairs for the resource. Individual keys can be removed
350+ by setting the value to `null`, and the entire metadata mapping can be cleared
351+ by setting `metadata` to `null`.
350352
351353 per_unit_cost_basis: Can only be specified when entry_type=increment. How much, in USD, a customer
352354 paid for a single credit in this block
@@ -499,7 +501,9 @@ def create_entry(
499501 For example, this can be used to note an increment refers to trial credits, or
500502 for noting corrections as a result of an incident, etc.
501503
502- metadata: User-specified key/value pairs for the resource.
504+ metadata: User-specified key/value pairs for the resource. Individual keys can be removed
505+ by setting the value to `null`, and the entire metadata mapping can be cleared
506+ by setting `metadata` to `null`.
503507
504508 extra_headers: Send extra headers
505509
@@ -662,7 +666,9 @@ def create_entry(
662666 For example, this can be used to note an increment refers to trial credits, or
663667 for noting corrections as a result of an incident, etc.
664668
665- metadata: User-specified key/value pairs for the resource.
669+ metadata: User-specified key/value pairs for the resource. Individual keys can be removed
670+ by setting the value to `null`, and the entire metadata mapping can be cleared
671+ by setting `metadata` to `null`.
666672
667673 extra_headers: Send extra headers
668674
@@ -816,7 +822,9 @@ def create_entry(
816822 For example, this can be used to note an increment refers to trial credits, or
817823 for noting corrections as a result of an incident, etc.
818824
819- metadata: User-specified key/value pairs for the resource.
825+ metadata: User-specified key/value pairs for the resource. Individual keys can be removed
826+ by setting the value to `null`, and the entire metadata mapping can be cleared
827+ by setting `metadata` to `null`.
820828
821829 void_reason: Can only be specified when `entry_type=void`. The reason for the void.
822830
@@ -971,7 +979,9 @@ def create_entry(
971979 For example, this can be used to note an increment refers to trial credits, or
972980 for noting corrections as a result of an incident, etc.
973981
974- metadata: User-specified key/value pairs for the resource.
982+ metadata: User-specified key/value pairs for the resource. Individual keys can be removed
983+ by setting the value to `null`, and the entire metadata mapping can be cleared
984+ by setting `metadata` to `null`.
975985
976986 extra_headers: Send extra headers
977987
@@ -1207,7 +1217,9 @@ def create_entry_by_external_id(
12071217 per_unit_cost_basis, as the calculation of the invoice total is done on that
12081218 basis.
12091219
1210- metadata: User-specified key/value pairs for the resource.
1220+ metadata: User-specified key/value pairs for the resource. Individual keys can be removed
1221+ by setting the value to `null`, and the entire metadata mapping can be cleared
1222+ by setting `metadata` to `null`.
12111223
12121224 per_unit_cost_basis: Can only be specified when entry_type=increment. How much, in USD, a customer
12131225 paid for a single credit in this block
@@ -1360,7 +1372,9 @@ def create_entry_by_external_id(
13601372 For example, this can be used to note an increment refers to trial credits, or
13611373 for noting corrections as a result of an incident, etc.
13621374
1363- metadata: User-specified key/value pairs for the resource.
1375+ metadata: User-specified key/value pairs for the resource. Individual keys can be removed
1376+ by setting the value to `null`, and the entire metadata mapping can be cleared
1377+ by setting `metadata` to `null`.
13641378
13651379 extra_headers: Send extra headers
13661380
@@ -1523,7 +1537,9 @@ def create_entry_by_external_id(
15231537 For example, this can be used to note an increment refers to trial credits, or
15241538 for noting corrections as a result of an incident, etc.
15251539
1526- metadata: User-specified key/value pairs for the resource.
1540+ metadata: User-specified key/value pairs for the resource. Individual keys can be removed
1541+ by setting the value to `null`, and the entire metadata mapping can be cleared
1542+ by setting `metadata` to `null`.
15271543
15281544 extra_headers: Send extra headers
15291545
@@ -1677,7 +1693,9 @@ def create_entry_by_external_id(
16771693 For example, this can be used to note an increment refers to trial credits, or
16781694 for noting corrections as a result of an incident, etc.
16791695
1680- metadata: User-specified key/value pairs for the resource.
1696+ metadata: User-specified key/value pairs for the resource. Individual keys can be removed
1697+ by setting the value to `null`, and the entire metadata mapping can be cleared
1698+ by setting `metadata` to `null`.
16811699
16821700 void_reason: Can only be specified when `entry_type=void`. The reason for the void.
16831701
@@ -1832,7 +1850,9 @@ def create_entry_by_external_id(
18321850 For example, this can be used to note an increment refers to trial credits, or
18331851 for noting corrections as a result of an incident, etc.
18341852
1835- metadata: User-specified key/value pairs for the resource.
1853+ metadata: User-specified key/value pairs for the resource. Individual keys can be removed
1854+ by setting the value to `null`, and the entire metadata mapping can be cleared
1855+ by setting `metadata` to `null`.
18361856
18371857 extra_headers: Send extra headers
18381858
@@ -2390,7 +2410,9 @@ async def create_entry(
23902410 per_unit_cost_basis, as the calculation of the invoice total is done on that
23912411 basis.
23922412
2393- metadata: User-specified key/value pairs for the resource.
2413+ metadata: User-specified key/value pairs for the resource. Individual keys can be removed
2414+ by setting the value to `null`, and the entire metadata mapping can be cleared
2415+ by setting `metadata` to `null`.
23942416
23952417 per_unit_cost_basis: Can only be specified when entry_type=increment. How much, in USD, a customer
23962418 paid for a single credit in this block
@@ -2543,7 +2565,9 @@ async def create_entry(
25432565 For example, this can be used to note an increment refers to trial credits, or
25442566 for noting corrections as a result of an incident, etc.
25452567
2546- metadata: User-specified key/value pairs for the resource.
2568+ metadata: User-specified key/value pairs for the resource. Individual keys can be removed
2569+ by setting the value to `null`, and the entire metadata mapping can be cleared
2570+ by setting `metadata` to `null`.
25472571
25482572 extra_headers: Send extra headers
25492573
@@ -2706,7 +2730,9 @@ async def create_entry(
27062730 For example, this can be used to note an increment refers to trial credits, or
27072731 for noting corrections as a result of an incident, etc.
27082732
2709- metadata: User-specified key/value pairs for the resource.
2733+ metadata: User-specified key/value pairs for the resource. Individual keys can be removed
2734+ by setting the value to `null`, and the entire metadata mapping can be cleared
2735+ by setting `metadata` to `null`.
27102736
27112737 extra_headers: Send extra headers
27122738
@@ -2860,7 +2886,9 @@ async def create_entry(
28602886 For example, this can be used to note an increment refers to trial credits, or
28612887 for noting corrections as a result of an incident, etc.
28622888
2863- metadata: User-specified key/value pairs for the resource.
2889+ metadata: User-specified key/value pairs for the resource. Individual keys can be removed
2890+ by setting the value to `null`, and the entire metadata mapping can be cleared
2891+ by setting `metadata` to `null`.
28642892
28652893 void_reason: Can only be specified when `entry_type=void`. The reason for the void.
28662894
@@ -3015,7 +3043,9 @@ async def create_entry(
30153043 For example, this can be used to note an increment refers to trial credits, or
30163044 for noting corrections as a result of an incident, etc.
30173045
3018- metadata: User-specified key/value pairs for the resource.
3046+ metadata: User-specified key/value pairs for the resource. Individual keys can be removed
3047+ by setting the value to `null`, and the entire metadata mapping can be cleared
3048+ by setting `metadata` to `null`.
30193049
30203050 extra_headers: Send extra headers
30213051
@@ -3251,7 +3281,9 @@ async def create_entry_by_external_id(
32513281 per_unit_cost_basis, as the calculation of the invoice total is done on that
32523282 basis.
32533283
3254- metadata: User-specified key/value pairs for the resource.
3284+ metadata: User-specified key/value pairs for the resource. Individual keys can be removed
3285+ by setting the value to `null`, and the entire metadata mapping can be cleared
3286+ by setting `metadata` to `null`.
32553287
32563288 per_unit_cost_basis: Can only be specified when entry_type=increment. How much, in USD, a customer
32573289 paid for a single credit in this block
@@ -3404,7 +3436,9 @@ async def create_entry_by_external_id(
34043436 For example, this can be used to note an increment refers to trial credits, or
34053437 for noting corrections as a result of an incident, etc.
34063438
3407- metadata: User-specified key/value pairs for the resource.
3439+ metadata: User-specified key/value pairs for the resource. Individual keys can be removed
3440+ by setting the value to `null`, and the entire metadata mapping can be cleared
3441+ by setting `metadata` to `null`.
34083442
34093443 extra_headers: Send extra headers
34103444
@@ -3567,7 +3601,9 @@ async def create_entry_by_external_id(
35673601 For example, this can be used to note an increment refers to trial credits, or
35683602 for noting corrections as a result of an incident, etc.
35693603
3570- metadata: User-specified key/value pairs for the resource.
3604+ metadata: User-specified key/value pairs for the resource. Individual keys can be removed
3605+ by setting the value to `null`, and the entire metadata mapping can be cleared
3606+ by setting `metadata` to `null`.
35713607
35723608 extra_headers: Send extra headers
35733609
@@ -3721,7 +3757,9 @@ async def create_entry_by_external_id(
37213757 For example, this can be used to note an increment refers to trial credits, or
37223758 for noting corrections as a result of an incident, etc.
37233759
3724- metadata: User-specified key/value pairs for the resource.
3760+ metadata: User-specified key/value pairs for the resource. Individual keys can be removed
3761+ by setting the value to `null`, and the entire metadata mapping can be cleared
3762+ by setting `metadata` to `null`.
37253763
37263764 void_reason: Can only be specified when `entry_type=void`. The reason for the void.
37273765
@@ -3876,7 +3914,9 @@ async def create_entry_by_external_id(
38763914 For example, this can be used to note an increment refers to trial credits, or
38773915 for noting corrections as a result of an incident, etc.
38783916
3879- metadata: User-specified key/value pairs for the resource.
3917+ metadata: User-specified key/value pairs for the resource. Individual keys can be removed
3918+ by setting the value to `null`, and the entire metadata mapping can be cleared
3919+ by setting `metadata` to `null`.
38803920
38813921 extra_headers: Send extra headers
38823922
0 commit comments