SELECTED ACCOUNT | |
---|---|
Account Id: |
|
Name: |
|
Balance: |
|
Claims: |
|
"); write("
"); write("
"); }"); write("CLAIM OPERATION RESULTS"); write("
");
// handle acceptance of claim
if (request.claimOp == "ACCEPT") {
write("CLAIM ACCEPTED
");
}
// handle rejection of claim
if (request.claimOp == "REJECT") {
write("CLAIM REJECTED
");
}
// handle acceptance of claim
if (request.claimOp == "DELETE") {
write("CLAIM DELETED
");
}
write("