Interface iCompleteClaimSuccessResponse

interface iCompleteClaimSuccessResponse {
    claimAttemptId: string;
}

Implemented by

Properties

Properties

claimAttemptId: string

The transaction ID to track the claim.