Skip to content

Commit

Permalink
OpenAPI Update (#801)
Browse files Browse the repository at this point in the history
Update OpenAPI for c5d37000bab5113ee36bab0ed810d962cdc35584

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed May 8, 2024
1 parent cb7cd78 commit bbcf833
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -5741,7 +5741,7 @@
"type": "integer"
},
"advance_paid_out_at": {
"description": "The time at which the funds were paid out the the Connected account's Stripe balance. Given in milliseconds since unix epoch.",
"description": "The time at which the funds were paid out to the connected account's Stripe balance. Given in milliseconds since unix epoch.",
"nullable": true,
"type": "number"
},
Expand Down Expand Up @@ -73983,7 +73983,7 @@
"type": "object"
},
"address_kana": {
"description": "The Kana variation of the the individual's primary address (Japan only).",
"description": "The Kana variation of the individual's primary address (Japan only).",
"properties": {
"city": {
"description": "City or ward.",
Expand Down Expand Up @@ -74025,7 +74025,7 @@
"type": "object"
},
"address_kanji": {
"description": "The Kanji variation of the the individual's primary address (Japan only).",
"description": "The Kanji variation of the individual's primary address (Japan only).",
"properties": {
"city": {
"description": "City or ward.",
Expand Down Expand Up @@ -74110,7 +74110,7 @@
"type": "string"
},
"first_name_kana": {
"description": "The Kana variation of the the individual's first name (Japan only).",
"description": "The Kana variation of the individual's first name (Japan only).",
"maxLength": 5000,
"type": "string"
},
Expand Down Expand Up @@ -75979,7 +75979,7 @@
"type": "object"
},
"address_kana": {
"description": "The Kana variation of the the individual's primary address (Japan only).",
"description": "The Kana variation of the individual's primary address (Japan only).",
"properties": {
"city": {
"description": "City or ward.",
Expand Down Expand Up @@ -76021,7 +76021,7 @@
"type": "object"
},
"address_kanji": {
"description": "The Kanji variation of the the individual's primary address (Japan only).",
"description": "The Kanji variation of the individual's primary address (Japan only).",
"properties": {
"city": {
"description": "City or ward.",
Expand Down Expand Up @@ -76106,7 +76106,7 @@
"type": "string"
},
"first_name_kana": {
"description": "The Kana variation of the the individual's first name (Japan only).",
"description": "The Kana variation of the individual's first name (Japan only).",
"maxLength": 5000,
"type": "string"
},
Expand Down Expand Up @@ -93007,7 +93007,7 @@
},
"/v1/credit_notes/{credit_note}/lines": {
"get": {
"description": "<p>When retrieving a credit note, you’ll get a <strong>lines</strong> property containing the the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.</p>",
"description": "<p>When retrieving a credit note, you’ll get a <strong>lines</strong> property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.</p>",
"operationId": "GetCreditNotesCreditNoteLines",
"parameters": [
{
Expand Down Expand Up @@ -197932,7 +197932,7 @@
"type": "array"
},
"returned_details": {
"description": "Optional hash to set the the return code.",
"description": "Optional hash to set the return code.",
"properties": {
"code": {
"description": "The return code to be set on the OutboundPayment object.",
Expand Down Expand Up @@ -199025,7 +199025,7 @@
"type": "object"
},
"address_kana": {
"description": "The Kana variation of the the individual's primary address (Japan only).",
"description": "The Kana variation of the individual's primary address (Japan only).",
"properties": {
"city": {
"description": "City or ward.",
Expand Down Expand Up @@ -199067,7 +199067,7 @@
"type": "object"
},
"address_kanji": {
"description": "The Kanji variation of the the individual's primary address (Japan only).",
"description": "The Kanji variation of the individual's primary address (Japan only).",
"properties": {
"city": {
"description": "City or ward.",
Expand Down Expand Up @@ -199152,7 +199152,7 @@
"type": "string"
},
"first_name_kana": {
"description": "The Kana variation of the the individual's first name (Japan only).",
"description": "The Kana variation of the individual's first name (Japan only).",
"maxLength": 5000,
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -69637,7 +69637,7 @@
},
"/v1/credit_notes/{credit_note}/lines": {
"get": {
"description": "<p>When retrieving a credit note, you’ll get a <strong>lines</strong> property containing the the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.</p>",
"description": "<p>When retrieving a credit note, you’ll get a <strong>lines</strong> property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.</p>",
"operationId": "GetCreditNotesCreditNoteLines",
"parameters": [
{
Expand Down Expand Up @@ -151138,7 +151138,7 @@
"type": "array"
},
"returned_details": {
"description": "Optional hash to set the the return code.",
"description": "Optional hash to set the return code.",
"properties": {
"code": {
"enum": [
Expand Down

0 comments on commit bbcf833

Please sign in to comment.