Sha256: 5c376d39e3238c41b2a128827e6ce9c5e796f13d326a56cbd286bf5cdd178269
Contents?: true
Size: 657 Bytes
Versions: 11
Compression:
Stored size: 657 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe module Tax # A Tax Association exposes the Tax Transactions that Stripe attempted to create on your behalf based on the PaymentIntent input class Association < APIResource OBJECT_NAME = "tax.association" def self.object_name "tax.association" end # Finds a tax association object by PaymentIntent id. def self.find(params = {}, opts = {}) request_stripe_object( method: :get, path: "/v1/tax/associations/find", params: params, opts: opts ) end end end end
Version data entries
11 entries across 11 versions & 1 rubygems