From c2f09bc3958422d46d7b52b7fa25b26ba8aaa35f Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 23:31:40 +0000 Subject: [PATCH] Update generated code for v898 --- OPENAPI_VERSION | 2 +- lib/stripe/resources/forwarding/request.rb | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 163a5d30..8da65067 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v897 \ No newline at end of file +v898 \ No newline at end of file diff --git a/lib/stripe/resources/forwarding/request.rb b/lib/stripe/resources/forwarding/request.rb index 48a8b41d..d9201e59 100644 --- a/lib/stripe/resources/forwarding/request.rb +++ b/lib/stripe/resources/forwarding/request.rb @@ -17,6 +17,8 @@ module Stripe # # Forwarding Requests are synchronous requests that return a response or time out according to # Stripe's limits. + # + # Related guide: [Forward card details to third-party API endpoints](https://docs.stripe.com/payments/forwarding). class Request < APIResource extend Stripe::APIOperations::Create extend Stripe::APIOperations::List