Sha256: 2accc8e7c26b28601e7830f682a42af4a0a33bfe4f9cf1905d2dbdc51927f38e
Contents?: true
Size: 442 Bytes
Versions: 8
Compression:
Stored size: 442 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe module Tax class AssociationService < StripeService # Finds a tax association object by PaymentIntent id. def find(params = {}, opts = {}) request( method: :get, path: "/v1/tax/associations/find", params: params, opts: opts, base_address: :api ) end end end end
Version data entries
8 entries across 8 versions & 1 rubygems