Increase.InboundCheckDeposits.InboundCheckDeposit.Adjustment (Increase v1.0.0)

Copy Markdown View Source

The InboundCheckDepositAdjustment object.

Fields

  • adjusted_at - The time at which the return 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

t()

@type t() :: %Increase.InboundCheckDeposits.InboundCheckDeposit.Adjustment{
  adjusted_at: DateTime.t(),
  amount: integer(),
  reason: String.t(),
  transaction_id: String.t()
}