Interface iGetReservedClaimCodesSuccessResponse

interface iGetReservedClaimCodesSuccessResponse {
    code?: string;
    prevCodes?: string[];
}

Implemented by

Properties

Properties

code?: string

The new claim code for the user if the claim was successful.

prevCodes?: string[]

The previous claim codes for the user.