Sha256: d2ced92aa9b83705d45c0de044db74c0994109443b64c44cb3f4a893baad3f82
Contents?: true
Size: 701 Bytes
Versions: 3
Compression:
Stored size: 701 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe module Treasury class ReceivedDebit < APIResource extend Stripe::APIOperations::List OBJECT_NAME = "treasury.received_debit" def test_helpers TestHelpers.new(self) end class TestHelpers < APIResourceTestHelpers RESOURCE_CLASS = ReceivedDebit def self.create(params = {}, opts = {}) resp, opts = execute_resource_request( :post, "/v1/test_helpers/treasury/received_debits", params, opts ) Util.convert_to_stripe_object(resp.data, opts) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
stripe-6.3.0 | lib/stripe/resources/treasury/received_debit.rb |
stripe-6.2.0 | lib/stripe/resources/treasury/received_debit.rb |
stripe-6.1.0 | lib/stripe/resources/treasury/received_debit.rb |