Codegen for openapi 40a20cd (#906)

This commit is contained in:
Olivier Bellone 2020-02-26 12:51:52 -08:00 committed by GitHub
parent 554f18b850
commit 1bd015ea4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ module Stripe
module Checkout
class Session < APIResource
extend Stripe::APIOperations::Create
extend Stripe::APIOperations::List
OBJECT_NAME = "checkout.session"
end