We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7088769 + 8cd2c3c commit 5188c76Copy full SHA for 5188c76
openapi.yaml
@@ -8252,6 +8252,21 @@ components:
8252
description: The city for this Account's billing address.
8253
maxLength: 24
8254
example: Philadelphia
8255
+ credit_card:
8256
+ type: object
8257
+ readOnly: true
8258
+ description: Credit Card information associated with this Account.
8259
+ properties:
8260
+ last_four:
8261
+ type: string
8262
+ description: >
8263
+ The last four digits of the credit card associated with this
8264
+ Account.
8265
+ example: 1111
8266
+ expiry:
8267
8268
+ description: The expiration month and year of the credit card.
8269
+ example: 11/2022
8270
company:
8271
type: string
8272
description: The company name associated with this Account.
0 commit comments