Sha256: 0eb4246bce169509d6fc4cf60ce124a74d2d8f4b827b086eeaeec78dc463cc3f

Contents?: true

Size: 513 Bytes

Versions: 1

Compression:

Stored size: 513 Bytes

Contents

# File generated from our OpenAPI spec
# frozen_string_literal: true

module Stripe
  # A Tax `Transaction` records the tax collected from or refunded to your customer.
  class TaxTransaction < APIResource
    extend Stripe::APIOperations::Create

    OBJECT_NAME = "tax.transaction"

    def self.create_reversal(params = {}, opts = {})
      request_stripe_object(
        method: :post,
        path: "/v1/tax/transactions/create_reversal",
        params: params,
        opts: opts
      )
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stripe-8.1.0.pre.beta.2 lib/stripe/resources/tax_transaction.rb