Compare commits

..

2 Commits

Author SHA1 Message Date
Stripe OpenAPI
9953130ecf Update generated code for v536 2023-09-19 23:52:19 +00:00
Stripe OpenAPI
1fd5a66b35 Update generated code for v533 2023-09-15 22:24:58 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
v546
v536

View File

@ -2,7 +2,7 @@
# frozen_string_literal: true
module Stripe
# A Mandate is a record of the permission that your customer gives you to debit their payment method.
# A Mandate is a record of the permission a customer has given 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/handling-api-verification#person-information)
# Related guide: [Handling identity verification with the API](https://stripe.com/docs/connect/identity-verification-api#person-information)
class Person < APIResource
extend Stripe::APIOperations::List
include Stripe::APIOperations::Save