com.checkout.disputes.DisputeCategory 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.disputes;
import com.google.gson.annotations.SerializedName;
public enum DisputeCategory {
@SerializedName("general")
GENERAL,
@SerializedName("duplicate")
DUPLICATE,
@SerializedName("fraudulent")
FRAUDULENT,
@SerializedName("unrecognized")
UNRECOGNIZED,
@SerializedName("incorrect_amount")
INCORRECT_AMOUNT,
@SerializedName("not_as_described")
NOT_AS_DESCRIBED,
@SerializedName("credit_not_issued")
CREDIT_NOT_ISSUED,
@SerializedName("canceled_recurring")
CANCELED_RECURRING,
@SerializedName("product_service_not_received")
PRODUCT_SERVICE_NOT_RECEIVED
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy