package com.monsanto.acs2.user.registration.bo;

public enum UserVerificationMethod {
    MY_MON_ID,
    ACCOUNT_NUMBER
}
