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

com.checkout.sessions.ThreeDSExemption Maven / Gradle / Ivy

There is a newer version: 6.4.2
Show newest version
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