Sha256: f32a17a4e0523113477204ea345c056d5512b61fe5867d269c469583085c0206
Contents?: true
Size: 642 Bytes
Versions: 54
Compression:
Stored size: 642 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 OBJECT_NAME = "customer_cash_balance_transaction" def self.object_name "customer_cash_balance_transaction" end end end
Version data entries
54 entries across 54 versions & 1 rubygems