All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.checkout.payments.AccountPasswordChangeIndicator Maven / Gradle / Ivy

There is a newer version: 6.4.2
Show newest version
package com.checkout.payments;

import com.google.gson.annotations.SerializedName;

public enum AccountPasswordChangeIndicator {

    @SerializedName("no_change")
    NO_CHANGE,

    @SerializedName("this_transaction")
    THIS_TRANSACTION,

    @SerializedName("less_than_thirty_days")
    LESS_THAN_THIRTY_DAYS,

    @SerializedName("thirty_to_sixty_days")
    THIRTY_TO_SIXTY_DAYS,

    @SerializedName("more_than_sixty_days")
    MORE_THAN_SIXTY_DAYS,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy