Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 21, 2023
1 parent 9fa36a9 commit abd4f86
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 4 deletions.
17 changes: 15 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -25667,7 +25667,8 @@
}
},
"required": [
"billing_agreement_id"
"billing_agreement_id",
"payer_id"
],
"title": "mandate_paypal",
"type": "object",
Expand Down Expand Up @@ -34632,6 +34633,13 @@
"type": "string"
}
},
"required": [
"payer_email",
"payer_id",
"payer_name",
"seller_protection",
"transaction_id"
],
"title": "payment_method_details_paypal",
"type": "object",
"x-expandableFields": [
Expand Down Expand Up @@ -36272,7 +36280,8 @@
}
},
"required": [
"preferred_locale"
"preferred_locale",
"reference"
],
"title": "payment_method_options_paypal",
"type": "object",
Expand Down Expand Up @@ -36528,6 +36537,10 @@
"type": "string"
}
},
"required": [
"payer_email",
"payer_id"
],
"title": "payment_method_paypal",
"type": "object",
"x-expandableFields": [],
Expand Down
11 changes: 11 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23462,6 +23462,7 @@ components:
type: string
required:
- billing_agreement_id
- payer_id
title: mandate_paypal
type: object
x-expandableFields: []
Expand Down Expand Up @@ -31611,6 +31612,12 @@ components:
maxLength: 5000
nullable: true
type: string
required:
- payer_email
- payer_id
- payer_name
- seller_protection
- transaction_id
title: payment_method_details_paypal
type: object
x-expandableFields:
Expand Down Expand Up @@ -33403,6 +33410,7 @@ components:
type: string
required:
- preferred_locale
- reference
title: payment_method_options_paypal
type: object
x-expandableFields: []
Expand Down Expand Up @@ -33709,6 +33717,9 @@ components:
maxLength: 5000
nullable: true
type: string
required:
- payer_email
- payer_id
title: payment_method_paypal
type: object
x-expandableFields: []
Expand Down
17 changes: 15 additions & 2 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -22709,7 +22709,8 @@
}
},
"required": [
"billing_agreement_id"
"billing_agreement_id",
"payer_id"
],
"title": "mandate_paypal",
"type": "object",
Expand Down Expand Up @@ -30226,6 +30227,13 @@
"type": "string"
}
},
"required": [
"payer_email",
"payer_id",
"payer_name",
"seller_protection",
"transaction_id"
],
"title": "payment_method_details_paypal",
"type": "object",
"x-expandableFields": [
Expand Down Expand Up @@ -31858,7 +31866,8 @@
}
},
"required": [
"preferred_locale"
"preferred_locale",
"reference"
],
"title": "payment_method_options_paypal",
"type": "object",
Expand Down Expand Up @@ -32102,6 +32111,10 @@
"type": "string"
}
},
"required": [
"payer_email",
"payer_id"
],
"title": "payment_method_paypal",
"type": "object",
"x-expandableFields": [],
Expand Down
11 changes: 11 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20878,6 +20878,7 @@ components:
type: string
required:
- billing_agreement_id
- payer_id
title: mandate_paypal
type: object
x-expandableFields: []
Expand Down Expand Up @@ -27731,6 +27732,12 @@ components:
maxLength: 5000
nullable: true
type: string
required:
- payer_email
- payer_id
- payer_name
- seller_protection
- transaction_id
title: payment_method_details_paypal
type: object
x-expandableFields:
Expand Down Expand Up @@ -29512,6 +29519,7 @@ components:
type: string
required:
- preferred_locale
- reference
title: payment_method_options_paypal
type: object
x-expandableFields: []
Expand Down Expand Up @@ -29801,6 +29809,9 @@ components:
maxLength: 5000
nullable: true
type: string
required:
- payer_email
- payer_id
title: payment_method_paypal
type: object
x-expandableFields: []
Expand Down

0 comments on commit abd4f86

Please sign in to comment.