com.checkout.sessions.ThreeDSExemption 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.sessions;
import com.checkout.common.Exemption;
import com.google.gson.annotations.SerializedName;
import lombok.Data;
@Data
public final class ThreeDSExemption {
private String requested;
private Exemption applied;
private String code;
@SerializedName("trusted_beneficiary")
private TrustedBeneficiary trustedBeneficiary;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy