RefundDetails: {
    amountApproved: SE.Money | null;
    amountCredited: SE.Money | null;
    amountPaid: SE.Money | null;
    amountRequested: SE.Money | null;
    refundStatus: SE.RefundStatus;
    requestDate: string;
}

Type declaration

Generated using TypeDoc