Class CardSettings
- java.lang.Object
-
- com.thalesgroup.gemalto.d1.card.cardservice.CardSettings
-
public final class CardSettings extends Object
The card settings for the card issued by D1.- Since:
- 4.0.0
-
-
Constructor Summary
Constructors Constructor Description CardSettings(CardControlSettings control, CardLimitSettings limit)Internal constructor for CardSettings object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CardControlSettingsgetControl()Gets the control part of card settings.CardLimitSettingsgetLimit()Gets the limit part of card settings.
-
-
-
Constructor Detail
-
CardSettings
public CardSettings(@NonNull CardControlSettings control, @NonNull CardLimitSettings limit)
Internal constructor for CardSettings object. Call theCardService#getCardSettings()API to initialize the CardSettings object.
-
-
Method Detail
-
getControl
@NonNull public CardControlSettings getControl()
Gets the control part of card settings.
-
getLimit
@NonNull public CardLimitSettings getLimit()
Gets the limit part of card settings.
-
-