Class CardSettings
java.lang.Object
com.thalesgroup.gemalto.d1.card.cardservice.CardSettings
The card settings for the card issued by D1.
- Since:
- 4.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionCardSettings(CardControlSettings control, CardLimitSettings limit) Internal constructor for CardSettings object. -
Method Summary
Modifier and TypeMethodDescriptionGets the control part of card settings.getLimit()Gets the limit part of card settings.
-
Constructor Details
-
CardSettings
Internal constructor for CardSettings object. Call theCardService#getCardSettings()API to initialize the CardSettings object.
-
-
Method Details
-
getControl
Gets the control part of card settings. -
getLimit
Gets the limit part of card settings.
-