Sha256: 09fcbaae2eedc16d9fea0733d8ad6bf93fe54a7c6837a5ae4c081e67b015a7e5
Contents?: true
Size: 555 Bytes
Versions: 4
Compression:
Stored size: 555 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe module Tax # A Tax `Transaction` records the tax collected from or refunded to your customer. class Transaction < 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 end
Version data entries
4 entries across 4 versions & 1 rubygems