Compare commits

...

5 Commits

Author SHA1 Message Date
Stripe OpenAPI
aed8e679c5 Merge upstream and update generated code for v546 2023-09-22 02:21:46 +00:00
Annie Li
a11a923b23 Bump version to 9.4.0-beta.2 2023-09-21 16:37:12 -07:00
stripe-openapi[bot]
ac980c4216
Merge pull request #1273 from stripe/latest-codegen-beta
Update generated code for beta
2023-09-21 15:59:17 -07:00
stripe-openapi[bot]
04792b3ddf
Update generated code (#1274)
* Update generated code for v533

* Update generated code for v536

* Update generated code for v540

---------

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
2023-09-21 15:34:58 -07:00
Stripe OpenAPI
7852b2faeb Update generated code for v540 2023-09-21 06:13:14 +00:00
6 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 9.4.0-beta.2 - 2023-09-21
* [#1273](https://github.com/stripe/stripe-ruby/pull/1273) Update generated code for beta
## 9.4.0-beta.1 - 2023-09-14
* Updated stable APIs to the latest version

View File

@ -1 +1 @@
v536
v546

View File

@ -1 +1 @@
9.4.0-beta.1
9.4.0-beta.2

View File

@ -2,7 +2,7 @@
# frozen_string_literal: true
module Stripe
# A Mandate is a record of the permission a customer has given you to debit their payment method.
# A Mandate is a record of the permission that your customer gives you to debit their payment method.
class Mandate < APIResource
OBJECT_NAME = "mandate"
end

View File

@ -7,7 +7,7 @@ module Stripe
# A platform cannot access a Standard or Express account's persons after the account starts onboarding, such as after generating an account link for the account.
# See the [Standard onboarding](https://stripe.com/docs/connect/standard-accounts) or [Express onboarding documentation](https://stripe.com/docs/connect/express-accounts) for information about platform prefilling and account onboarding steps.
#
# Related guide: [Handling identity verification with the API](https://stripe.com/docs/connect/identity-verification-api#person-information)
# Related guide: [Handling identity verification with the API](https://stripe.com/docs/connect/handling-api-verification#person-information)
class Person < APIResource
extend Stripe::APIOperations::List
include Stripe::APIOperations::Save

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "9.4.0-beta.1"
VERSION = "9.4.0-beta.2"
end