Skip to content

Commit 88c6785

Browse files
committed
Add billing_source to Account schema
1 parent bace6f2 commit 88c6785

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

openapi.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19238,6 +19238,19 @@ components:
1923819238
the estimate.
1923919239
example: 145
1924019240
x-linode-cli-display: 4
19241+
billing_source:
19242+
type: string
19243+
readOnly: true
19244+
enum:
19245+
- akamai
19246+
- linode
19247+
description: >
19248+
The source of service charges for this Account, as determined by its relationship with Akamai.
19249+
19250+
Accounts that are associated with Akamai-specific customers return a value of `akamai`.
19251+
19252+
All other Accounts return a value of `linode`.
19253+
example: akamai
1924119254
capabilities:
1924219255
type: array
1924319256
items:

0 commit comments

Comments
 (0)