Sha256: 7ad0eb2c9fe7b48745833087d987f129cf0172b4e20f2e1da0452148536f1d88
Contents?: true
Size: 607 Bytes
Versions: 65
Compression:
Stored size: 607 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe # Customers with certain payments enabled have a cash balance, representing funds that were paid # by the customer to a merchant, but have not yet been allocated to a payment. Cash Balance Transactions # represent when funds are moved into or out of this balance. This includes funding by the customer, allocation # to payments, and refunds to the customer. class CustomerCashBalanceTransaction < APIResource extend Stripe::APIOperations::List OBJECT_NAME = "customer_cash_balance_transaction" end end
Version data entries
65 entries across 65 versions & 1 rubygems