Compare commits

..

2 Commits

Author SHA1 Message Date
Stripe OpenAPI
fee677de9e Update generated code for v623 2023-10-25 19:40:28 +00:00
Stripe OpenAPI
08400e8df9 Update generated code for v620 2023-10-25 18:45:40 +00:00
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
v618
v623

View File

@ -4,6 +4,6 @@
module Stripe
module ApiVersion
CURRENT = "2023-10-16"
PREVIEW = "2023-09-15.preview-v2"
PREVIEW = "2023-10-25.preview-v2"
end
end

View File

@ -3,9 +3,9 @@
module Stripe
module Issuing
# Every time an applicant submits an application for a Charge Card product your Platform offers, or every time your Platform takes a proactive credit decision on an existing account, you must record the decision by creating a new CreditUnderwritingRecord object on a Connected account.
# Every time an applicant submits an application for a Charge Card product your platform offers, or every time your platform takes a proactive credit decision on an existing account, you must record the decision by creating a new `CreditUnderwritingRecord` object on a connected account.
#
# [Follow the guide](https://stripe.com/docs/issuing/coming_soon) to learn about your requirements as a Platform.
# [Follow the guide](https://stripe.com/docs/issuing/credit/report-credit-decisions-and-manage-aans) to learn about your requirements as a platform.
class CreditUnderwritingRecord < APIResource
extend Stripe::APIOperations::List