The CheckDepositDepositAdjustment object.
Fields
adjusted_at- The time at which the adjustment was received.amount- The amount of the adjustment.reason- The reason for the adjustment.transaction_id- The id of the transaction for the adjustment.
Summary
Types
@type t() :: %Increase.CheckDeposits.CheckDeposit.DepositAdjustment{ adjusted_at: DateTime.t(), amount: integer(), reason: String.t(), transaction_id: String.t() }