Skip to content

Commit

Permalink
Update OpenAPI for 04e35a61323136bb49e29de2ecbd0e3d0fc9fe39
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Dec 6, 2024
1 parent ce3f104 commit fa68d58
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 additions & 1 deletion embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -6382,9 +6382,19 @@
"amount": {
"$ref": "#/components/schemas/billing_credit_grants_resource_amount"
},
"credits_application_invoice_voided": {
"anyOf": [
{
"$ref": "#/components/schemas/billing_credit_grants_resource_balance_credits_application_invoice_voided"
}
],
"description": "Details of the invoice to which the reinstated credits were originally applied. Only present if `type` is `credits_application_invoice_voided`.",
"nullable": true
},
"type": {
"description": "The type of credit transaction.",
"enum": [
"credits_application_invoice_voided",
"credits_granted"
],
"type": "string"
Expand All @@ -6397,13 +6407,57 @@
"title": "BillingCreditGrantsResourceBalanceCredit",
"type": "object",
"x-expandableFields": [
"amount"
"amount",
"credits_application_invoice_voided"
],
"x-stripeMostCommon": [
"amount",
"credits_application_invoice_voided",
"type"
]
},
"billing_credit_grants_resource_balance_credits_application_invoice_voided": {
"description": "",
"properties": {
"invoice": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"$ref": "#/components/schemas/invoice"
}
],
"description": "The invoice to which the reinstated billing credits were originally applied.",
"x-expansionResources": {
"oneOf": [
{
"$ref": "#/components/schemas/invoice"
}
]
}
},
"invoice_line_item": {
"description": "The invoice line item to which the reinstated billing credits were originally applied.",
"maxLength": 5000,
"type": "string"
}
},
"required": [
"invoice",
"invoice_line_item"
],
"title": "BillingCreditGrantsResourceBalanceCreditsApplicationInvoiceVoided",
"type": "object",
"x-expandableFields": [
"invoice"
],
"x-stripeMostCommon": [
"invoice",
"invoice_line_item"
]
},
"billing_credit_grants_resource_balance_credits_applied": {
"description": "",
"properties": {
Expand Down

0 comments on commit fa68d58

Please sign in to comment.