-
- All Implemented Interfaces:
public final class ThreeDsLauncher.Params
-
-
Field Summary
Fields Modifier and Type Field Description private final BaseAcquiringOptionsoptionsprivate final ThreeDsDatadataprivate final StringpanSuffix
-
Constructor Summary
Constructors Constructor Description ThreeDsLauncher.Params(BaseAcquiringOptions options, ThreeDsData data, String panSuffix)
-
Method Summary
Modifier and Type Method Description final BaseAcquiringOptionsgetOptions()final ThreeDsDatagetData()final StringgetPanSuffix()-
-
Constructor Detail
-
ThreeDsLauncher.Params
ThreeDsLauncher.Params(BaseAcquiringOptions options, ThreeDsData data, String panSuffix)
-
-
Method Detail
-
getOptions
final BaseAcquiringOptions getOptions()
-
getData
final ThreeDsData getData()
-
getPanSuffix
final String getPanSuffix()
-
-
-
-