mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
18 lines
478 B
Ruby
18 lines
478 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
module Treasury
|
|
# TransactionEntries represent individual units of money movements within a single [Transaction](https://stripe.com/docs/api#transactions).
|
|
class TransactionEntry < APIResource
|
|
extend Stripe::APIOperations::List
|
|
|
|
OBJECT_NAME = "treasury.transaction_entry"
|
|
|
|
def self.resource_url
|
|
"/v1/treasury/transaction_entries"
|
|
end
|
|
end
|
|
end
|
|
end
|