Sha256: d363cbca72652a014620d6b4fde9b57b7fbc3eeb25f91b891684ffea081dea8c
Contents?: true
Size: 417 Bytes
Versions: 13
Compression:
Stored size: 417 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe class SetupAttemptService < StripeService # Returns a list of SetupAttempts that associate with a provided SetupIntent. def list(params = {}, opts = {}) request( method: :get, path: "/v1/setup_attempts", params: params, opts: opts, base_address: :api ) end end end
Version data entries
13 entries across 13 versions & 1 rubygems