Skip to content

Commit c2d2de2

Browse files
authored
Merge pull request #667 from bbiggerr/billing-source-akamai
Add billing_source to Account schema
2 parents 9e2d9aa + 88c6785 commit c2d2de2

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)