Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI Update #705

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading