mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
Co-authored-by: Richard Marmorstein <richardm@stripe.com> Co-authored-by: Dominic Charley-Roy <dcr@stripe.com>
17 lines
334 B
Ruby
17 lines
334 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
module Treasury
|
|
class TransactionEntry < APIResource
|
|
extend Stripe::APIOperations::List
|
|
|
|
OBJECT_NAME = "treasury.transaction_entry"
|
|
|
|
def self.resource_url
|
|
"/v1/treasury/transaction_entries"
|
|
end
|
|
end
|
|
end
|
|
end
|