Sha256: 414da54daf038c3a547769881f2370aec1f1364a3f4caf0472427dd83859a159
Contents?: true
Size: 430 Bytes
Versions: 10
Compression:
Stored size: 430 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe # ConfirmationTokens help transport client side data collected by Stripe JS over # to your server for confirming a PaymentIntent or SetupIntent. If the confirmation # is successful, values present on the ConfirmationToken are written onto the Intent. class ConfirmationToken < APIResource OBJECT_NAME = "confirmation_token" end end
Version data entries
10 entries across 10 versions & 1 rubygems