-
public class SecureRemoteCommerceNonceResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSecureRemoteCommerceNonceResult.SuccessRepresents the result of a successful ,SecureRemoteCommerceParameters,Integer)>SecureRemoteCommerce.createPaymentDataRequest operation. Contains a value indicating whether the user was challenged and the verification token.
public final classSecureRemoteCommerceNonceResult.ErrorRepresents the result of an unsuccessful ,SecureRemoteCommerceParameters,Integer)>SecureRemoteCommerce.createPaymentDataRequest operation.
-
Field Summary
Fields Modifier and Type Field Description private final SecureRemoteCommerceNonceResult.SuccesssuccessValueprivate final SecureRemoteCommerceNonceResult.ErrorerrorValue
-
Method Summary
Modifier and Type Method Description final BooleanisSuccess()True if the ,SecureRemoteCommerceParameters,Integer)>SecureRemoteCommerce.createPaymentDataRequest operation was successful. final BooleanisError()True if the ,SecureRemoteCommerceParameters,Integer)>SecureRemoteCommerce.createPaymentDataRequest operation resulted in an error. final SecureRemoteCommerceNonceResult.SuccessgetSuccessValue()final SecureRemoteCommerceNonceResult.ErrorgetErrorValue()-
-
Method Detail
-
isSuccess
final Boolean isSuccess()
True if the ,SecureRemoteCommerceParameters,Integer)>SecureRemoteCommerce.createPaymentDataRequest operation was successful. See getSuccessValue for the result.
-
isError
final Boolean isError()
True if the ,SecureRemoteCommerceParameters,Integer)>SecureRemoteCommerce.createPaymentDataRequest operation resulted in an error.
-
getSuccessValue
final SecureRemoteCommerceNonceResult.Success getSuccessValue()
-
getErrorValue
final SecureRemoteCommerceNonceResult.Error getErrorValue()
-
-
-
-