Class IsApplicableCommandReqest
- java.lang.Object
-
- de.hybris.platform.payment.commands.request.IsApplicableCommandReqest
-
public class IsApplicableCommandReqest extends java.lang.Objectrequest forIsApplicableCommand
-
-
Constructor Summary
Constructors Constructor Description IsApplicableCommandReqest(BasicCardInfo card, boolean threeD)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicCardInfogetCard()booleanisThreeD()
-
-
-
Constructor Detail
-
IsApplicableCommandReqest
public IsApplicableCommandReqest(BasicCardInfo card, boolean threeD)
-
-
Method Detail
-
getCard
public BasicCardInfo getCard()
-
isThreeD
public boolean isThreeD()
- Returns:
- the threeD
-
-