alias Stripe::TreasuryTransactionFlowDetails

Overview

Details of the flow that created the Transaction.

Alias Definition

Stripe::TreasuryTransactionsResourceFlowDetails

Defined in:

stripe/models/treasury_transaction_flow_details.cr

Constant Summary

ERROR_MESSAGE_FOR__TYPE = "invalid value for \"_type\", must be one of [credit_reversal, debit_reversal, inbound_transfer, issuing_authorization, other, outbound_payment, outbound_transfer, received_credit, received_debit]."
VALID_VALUES_FOR__TYPE = String.static_array("credit_reversal", "debit_reversal", "inbound_transfer", "issuing_authorization", "other", "outbound_payment", "outbound_transfer", "received_credit", "received_debit")