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

com.konduto.sdk.models.KondutoCreditCardPaymentStatus Maven / Gradle / Ivy

There is a newer version: 2.17.4
Show newest version
package com.konduto.sdk.models;

import com.google.gson.annotations.SerializedName;

/**
 *
 * Credit card status enum.
 *
 * @see Konduto API Spec
 */
public enum KondutoCreditCardPaymentStatus {
	@SerializedName("approved")
	APPROVED,
	@SerializedName("declined")
	DECLINED,
	@SerializedName("pending")
	PENDING;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy