com.checkout.payments.AccountChangeIndicator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of checkout-sdk-java Show documentation
Show all versions of checkout-sdk-java Show documentation
Checkout SDK for Java https://checkout.com
package com.checkout.payments;
import com.google.gson.annotations.SerializedName;
public enum AccountChangeIndicator {
@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