File tree Expand file tree Collapse file tree 1 file changed +55
-1
lines changed Expand file tree Collapse file tree 1 file changed +55
-1
lines changed Original file line number Diff line number Diff line change 6382
6382
"amount": {
6383
6383
"$ref": "#/components/schemas/billing_credit_grants_resource_amount"
6384
6384
},
6385
+ "credits_application_invoice_voided": {
6386
+ "anyOf": [
6387
+ {
6388
+ "$ref": "#/components/schemas/billing_credit_grants_resource_balance_credits_application_invoice_voided"
6389
+ }
6390
+ ],
6391
+ "description": "Details of the invoice to which the reinstated credits were originally applied. Only present if `type` is `credits_application_invoice_voided`.",
6392
+ "nullable": true
6393
+ },
6385
6394
"type": {
6386
6395
"description": "The type of credit transaction.",
6387
6396
"enum": [
6397
+ "credits_application_invoice_voided",
6388
6398
"credits_granted"
6389
6399
],
6390
6400
"type": "string"
6397
6407
"title": "BillingCreditGrantsResourceBalanceCredit",
6398
6408
"type": "object",
6399
6409
"x-expandableFields": [
6400
- "amount"
6410
+ "amount",
6411
+ "credits_application_invoice_voided"
6401
6412
],
6402
6413
"x-stripeMostCommon": [
6403
6414
"amount",
6415
+ "credits_application_invoice_voided",
6404
6416
"type"
6405
6417
]
6406
6418
},
6419
+ "billing_credit_grants_resource_balance_credits_application_invoice_voided": {
6420
+ "description": "",
6421
+ "properties": {
6422
+ "invoice": {
6423
+ "anyOf": [
6424
+ {
6425
+ "maxLength": 5000,
6426
+ "type": "string"
6427
+ },
6428
+ {
6429
+ "$ref": "#/components/schemas/invoice"
6430
+ }
6431
+ ],
6432
+ "description": "The invoice to which the reinstated billing credits were originally applied.",
6433
+ "x-expansionResources": {
6434
+ "oneOf": [
6435
+ {
6436
+ "$ref": "#/components/schemas/invoice"
6437
+ }
6438
+ ]
6439
+ }
6440
+ },
6441
+ "invoice_line_item": {
6442
+ "description": "The invoice line item to which the reinstated billing credits were originally applied.",
6443
+ "maxLength": 5000,
6444
+ "type": "string"
6445
+ }
6446
+ },
6447
+ "required": [
6448
+ "invoice",
6449
+ "invoice_line_item"
6450
+ ],
6451
+ "title": "BillingCreditGrantsResourceBalanceCreditsApplicationInvoiceVoided",
6452
+ "type": "object",
6453
+ "x-expandableFields": [
6454
+ "invoice"
6455
+ ],
6456
+ "x-stripeMostCommon": [
6457
+ "invoice",
6458
+ "invoice_line_item"
6459
+ ]
6460
+ },
6407
6461
"billing_credit_grants_resource_balance_credits_applied": {
6408
6462
"description": "",
6409
6463
"properties": {
You can’t perform that action at this time.
0 commit comments