Typed Inttegro request parameters.
Summary
Types
@type t() :: %Inttegro.CreateRefundLineItemInput{ order_line_item_id: String.t(), reason: Inttegro.RefundReason.t() | nil, reason_details: String.t() | nil, refund_amount: Inttegro.AmountParams.t() }
Typed Inttegro request parameters.
@type t() :: %Inttegro.CreateRefundLineItemInput{ order_line_item_id: String.t(), reason: Inttegro.RefundReason.t() | nil, reason_details: String.t() | nil, refund_amount: Inttegro.AmountParams.t() }