File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -20730,19 +20730,24 @@ components:
2073020730 type: object
2073120731 description: Payment Method Response Object.
2073220732 properties:
20733+ id:
20734+ type: integer
20735+ description: The unique ID of this Payment Method.
20736+ example: 123
20737+ x-linode-cli-display: 1
2073320738 type:
2073420739 type: string
2073520740 enum:
2073620741 - credit_card
2073720742 description: The type of Payment Method.
2073820743 example: 'credit_card'
20739- x-linode-cli-display: 1
20744+ x-linode-cli-display: 2
2074020745 is_default:
2074120746 type: boolean
2074220747 description: |
2074320748 Whether this Payment Method is the default method for automatically processing service charges.
2074420749 example: true
20745- x-linode-cli-display: 2
20750+ x-linode-cli-display: 3
2074620751 created:
2074720752 type: string
2074820753 readOnly: true
@@ -20757,7 +20762,7 @@ components:
2075720762 type: string
2075820763 readOnly: true
2075920764 description: The type of credit card.
20760- example: ""
20765+ example: "Discover "
2076120766 x-linode-cli-display: 8
2076220767 last_four:
2076320768 type: string
You can’t perform that action at this time.
0 commit comments