Typed Inttegro domain value.
Summary
Types
@type t() :: %Inttegro.Orders.RefundLineItem{ id: String.t(), order_line_item_id: String.t(), original_amount_paid: Inttegro.Money.Amount.t(), reason: Inttegro.Refunds.RefundReason.t() | nil, reason_details: String.t() | nil, refund_amount: Inttegro.Money.Amount.t() }