Interface ResendCodeReasonUserRequest

Describes the reason why a code needs to be re-sent. Subtype of ResendCodeReason.

interface ResendCodeReasonUserRequest {
    @type: "resendCodeReasonUserRequest";
}

Properties

Properties

@type: "resendCodeReasonUserRequest"