-
- All Implemented Interfaces:
public final class ThreeDsCertInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumThreeDsCertInfo.CertType
-
Field Summary
Fields Modifier and Type Field Description private final StringpaymentSystemprivate final StringdsIdprivate final ThreeDsCertInfo.CertTypetypeprivate final Stringurlprivate final Stringsha256Fingerprintprivate final BooleanforceUpdate
-
Constructor Summary
Constructors Constructor Description ThreeDsCertInfo(String paymentSystem, String dsId, ThreeDsCertInfo.CertType type, String url, String sha256Fingerprint, Boolean forceUpdate)
-
Method Summary
Modifier and Type Method Description final StringgetPaymentSystem()final StringgetDsId()final ThreeDsCertInfo.CertTypegetType()final StringgetUrl()final StringgetSha256Fingerprint()final BooleangetForceUpdate()-
-
Method Detail
-
getPaymentSystem
final String getPaymentSystem()
-
getType
final ThreeDsCertInfo.CertType getType()
-
getSha256Fingerprint
final String getSha256Fingerprint()
-
getForceUpdate
final Boolean getForceUpdate()
-
-
-
-