Skip to content

Commit

Permalink
OpenAPI Update (#468)
Browse files Browse the repository at this point in the history
Update OpenAPI for 3a44bbdc4a18b9170ffda97cc15dc2780b652253

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Sep 22, 2023
1 parent 2895901 commit 4eb5c2f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -9474,7 +9474,7 @@
"description": "",
"properties": {
"accepted_at": {
"description": "The time at which the customer accepted the Mandate.",
"description": "The time that the customer accepts the mandate.",
"format": "unix-time",
"nullable": true,
"type": "integer"
Expand All @@ -9486,7 +9486,7 @@
"$ref": "#/components/schemas/online_acceptance"
},
"type": {
"description": "The type of customer acceptance information included with the Mandate. One of `online` or `offline`.",
"description": "The mandate includes the type of customer acceptance information, such as: `online` or `offline`.",
"enum": [
"offline",
"online"
Expand Down Expand Up @@ -25334,7 +25334,7 @@
}
},
"mandate": {
"description": "A Mandate is a record of the permission a customer has given you to debit their payment method.",
"description": "A Mandate is a record of the permission that your customer gives you to debit their payment method.",
"properties": {
"customer_acceptance": {
"$ref": "#/components/schemas/customer_acceptance"
Expand All @@ -25359,7 +25359,7 @@
"type": "string"
},
"on_behalf_of": {
"description": "The account (if any) for which the mandate is intended.",
"description": "The account (if any) that the mandate is intended for.",
"maxLength": 5000,
"type": "string"
},
Expand Down Expand Up @@ -25389,7 +25389,7 @@
"$ref": "#/components/schemas/mandate_single_use"
},
"status": {
"description": "The status of the mandate, which indicates whether it can be used to initiate a payment.",
"description": "The mandate status indicates whether or not you can use it to initiate a payment.",
"enum": [
"active",
"inactive",
Expand Down Expand Up @@ -25609,7 +25609,7 @@
"$ref": "#/components/schemas/mandate_sepa_debit"
},
"type": {
"description": "The type of the payment method associated with this mandate. An additional hash is included on `payment_method_details` with a name matching this value. It contains mandate information specific to the payment method.",
"description": "This mandate corresponds with a specific payment method type. The `payment_method_details` includes an additional hash with the same name and contains mandate information that's specific to that payment method.",
"maxLength": 5000,
"type": "string"
},
Expand Down Expand Up @@ -25707,11 +25707,11 @@
"description": "",
"properties": {
"amount": {
"description": "On a single use mandate, the amount of the payment.",
"description": "The amount of the payment on a single use mandate.",
"type": "integer"
},
"currency": {
"description": "On a single use mandate, the currency of the payment.",
"description": "The currency of the payment on a single use mandate.",
"type": "string"
}
},
Expand Down Expand Up @@ -25868,13 +25868,13 @@
"description": "",
"properties": {
"ip_address": {
"description": "The IP address from which the Mandate was accepted by the customer.",
"description": "The customer accepts the mandate from this IP address.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"user_agent": {
"description": "The user agent of the browser from which the Mandate was accepted by the customer.",
"description": "The customer accepts the mandate using the user agent of the browser.",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down
20 changes: 10 additions & 10 deletions embedded/openapi/spec3.json
Expand Up @@ -6651,7 +6651,7 @@
"description": "",
"properties": {
"accepted_at": {
"description": "The time at which the customer accepted the Mandate.",
"description": "The time that the customer accepts the mandate.",
"format": "unix-time",
"nullable": true,
"type": "integer"
Expand All @@ -6663,7 +6663,7 @@
"$ref": "#/components/schemas/online_acceptance"
},
"type": {
"description": "The type of customer acceptance information included with the Mandate. One of `online` or `offline`.",
"description": "The mandate includes the type of customer acceptance information, such as: `online` or `offline`.",
"enum": [
"offline",
"online"
Expand Down Expand Up @@ -18540,7 +18540,7 @@
"x-resourceId": "login_link"
},
"mandate": {
"description": "A Mandate is a record of the permission a customer has given you to debit their payment method.",
"description": "A Mandate is a record of the permission that your customer gives you to debit their payment method.",
"properties": {
"customer_acceptance": {
"$ref": "#/components/schemas/customer_acceptance"
Expand All @@ -18565,7 +18565,7 @@
"type": "string"
},
"on_behalf_of": {
"description": "The account (if any) for which the mandate is intended.",
"description": "The account (if any) that the mandate is intended for.",
"maxLength": 5000,
"type": "string"
},
Expand Down Expand Up @@ -18595,7 +18595,7 @@
"$ref": "#/components/schemas/mandate_single_use"
},
"status": {
"description": "The status of the mandate, which indicates whether it can be used to initiate a payment.",
"description": "The mandate status indicates whether or not you can use it to initiate a payment.",
"enum": [
"active",
"inactive",
Expand Down Expand Up @@ -18777,7 +18777,7 @@
"$ref": "#/components/schemas/mandate_sepa_debit"
},
"type": {
"description": "The type of the payment method associated with this mandate. An additional hash is included on `payment_method_details` with a name matching this value. It contains mandate information specific to the payment method.",
"description": "This mandate corresponds with a specific payment method type. The `payment_method_details` includes an additional hash with the same name and contains mandate information that's specific to that payment method.",
"maxLength": 5000,
"type": "string"
},
Expand Down Expand Up @@ -18848,11 +18848,11 @@
"description": "",
"properties": {
"amount": {
"description": "On a single use mandate, the amount of the payment.",
"description": "The amount of the payment on a single use mandate.",
"type": "integer"
},
"currency": {
"description": "On a single use mandate, the currency of the payment.",
"description": "The currency of the payment on a single use mandate.",
"type": "string"
}
},
Expand Down Expand Up @@ -18946,13 +18946,13 @@
"description": "",
"properties": {
"ip_address": {
"description": "The IP address from which the Mandate was accepted by the customer.",
"description": "The customer accepts the mandate from this IP address.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"user_agent": {
"description": "The user agent of the browser from which the Mandate was accepted by the customer.",
"description": "The customer accepts the mandate using the user agent of the browser.",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down

0 comments on commit 4eb5c2f

Please sign in to comment.