Skip to content

Commit

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

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Mar 5, 2024
1 parent a3dbacf commit d7d6ef2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -19047,7 +19047,7 @@
"type": "string"
},
"network": {
"description": "The US bank account network used to debit funds.",
"description": "The network rails used. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.",
"enum": [
"ach"
],
Expand Down Expand Up @@ -32249,7 +32249,7 @@
"type": "string"
},
"network": {
"description": "The US bank account network used to send funds.",
"description": "The network rails used. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.",
"enum": [
"ach",
"us_domestic_wire"
Expand Down Expand Up @@ -32353,7 +32353,7 @@
"type": "string"
},
"network": {
"description": "The US bank account network used to send funds.",
"description": "The network rails used. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.",
"enum": [
"ach",
"us_domestic_wire"
Expand Down Expand Up @@ -190022,7 +190022,7 @@
"type": "object"
},
"network": {
"description": "The rails used for the object.",
"description": "Specifies the network rails to be used. If not set, will default to the PaymentMethod's preferred network. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.",
"enum": [
"ach",
"us_domestic_wire"
Expand Down Expand Up @@ -190184,7 +190184,7 @@
"type": "object"
},
"network": {
"description": "The rails used for the object.",
"description": "Specifies the network rails to be used. If not set, will default to the PaymentMethod's preferred network. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.",
"enum": [
"ach"
],
Expand Down Expand Up @@ -195704,7 +195704,7 @@
{
"properties": {
"network": {
"description": "The US bank account network that must be used for this OutboundPayment. If not set, we will default to the PaymentMethod's preferred network.",
"description": "Specifies the network rails to be used. If not set, will default to the PaymentMethod's preferred network. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.",
"enum": [
"ach",
"us_domestic_wire"
Expand Down Expand Up @@ -196146,7 +196146,7 @@
{
"properties": {
"network": {
"description": "Designate the OutboundTransfer as using a US bank account network configuration.",
"description": "Specifies the network rails to be used. If not set, will default to the PaymentMethod's preferred network. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.",
"enum": [
"ach",
"us_domestic_wire"
Expand Down
10 changes: 5 additions & 5 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -12464,7 +12464,7 @@
"type": "string"
},
"network": {
"description": "The US bank account network used to debit funds.",
"description": "The network rails used. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.",
"enum": [
"ach"
],
Expand Down Expand Up @@ -21090,7 +21090,7 @@
"type": "string"
},
"network": {
"description": "The US bank account network used to send funds.",
"description": "The network rails used. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.",
"enum": [
"ach",
"us_domestic_wire"
Expand Down Expand Up @@ -21180,7 +21180,7 @@
"type": "string"
},
"network": {
"description": "The US bank account network used to send funds.",
"description": "The network rails used. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.",
"enum": [
"ach",
"us_domestic_wire"
Expand Down Expand Up @@ -139367,7 +139367,7 @@
"type": "object"
},
"network": {
"description": "The rails used for the object.",
"description": "Specifies the network rails to be used. If not set, will default to the PaymentMethod's preferred network. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.",
"enum": [
"ach",
"us_domestic_wire"
Expand Down Expand Up @@ -139491,7 +139491,7 @@
"type": "object"
},
"network": {
"description": "The rails used for the object.",
"description": "Specifies the network rails to be used. If not set, will default to the PaymentMethod's preferred network. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.",
"enum": [
"ach"
],
Expand Down

0 comments on commit d7d6ef2

Please sign in to comment.