Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface RefundLineItem

    interface RefundLineItem {
        id: string;
        orderLineItemId: string;
        originalAmountPaid: Amount;
        reason?: RefundReason;
        reasonDetails?: string;
        refundAmount: Amount;
    }
    Index
    id: string
    orderLineItemId: string
    originalAmountPaid: Amount
    reason?: RefundReason
    reasonDetails?: string
    refundAmount: Amount