-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class SavedCardsOptions extends BaseCardsOptions<SavedCardsOptions> implements Parcelable
Настройки экрана сохраненных карт
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSavedCardsOptions.CREATORpublic enumSavedCardsOptions.Mode
-
Field Summary
Fields Modifier and Type Field Description private SavedCardsOptions.Modemodeprivate BooleanwithArrowBackprivate BooleanallowNewCardprivate BooleanshowOnlyRecurrentCardsprivate CustomerOptionscustomerprivate final StringterminalKeyprivate final StringpublicKeyprivate FeaturesOptionsfeatures
-
Method Summary
Modifier and Type Method Description final SavedCardsOptions.ModegetMode()final UnitsetMode(SavedCardsOptions.Mode mode)final BooleangetWithArrowBack()final UnitsetWithArrowBack(Boolean withArrowBack)final BooleangetAllowNewCard()Флаг, разрешающий добавление новой карты или оплату новой картой final UnitsetAllowNewCard(Boolean allowNewCard)Флаг, разрешающий добавление новой карты или оплату новой картой final BooleangetShowOnlyRecurrentCards()Флаг, активирующий отображение только кард, для которых возможен рекуррентный платеж final UnitsetShowOnlyRecurrentCards(Boolean showOnlyRecurrentCards)Флаг, активирующий отображение только кард, для которых возможен рекуррентный платеж UnitwriteToParcel(Parcel parcel, Integer flags)IntegerdescribeContents()SavedCardsOptionssetOptions(Function1<SavedCardsOptions, Unit> options)-
Methods inherited from class ru.tinkoff.acquiring.sdk.models.options.screen.BaseCardsOptions
customerOptions, featuresOptions, getCustomer, setCustomer -
Methods inherited from class ru.tinkoff.acquiring.sdk.models.options.screen.BaseAcquiringOptions
getFeatures, getPublicKey, getTerminalKey, setFeatures, setTerminalParams -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMode
final SavedCardsOptions.Mode getMode()
-
setMode
final Unit setMode(SavedCardsOptions.Mode mode)
-
getWithArrowBack
final Boolean getWithArrowBack()
-
setWithArrowBack
final Unit setWithArrowBack(Boolean withArrowBack)
-
getAllowNewCard
final Boolean getAllowNewCard()
Флаг, разрешающий добавление новой карты или оплату новой картой
-
setAllowNewCard
final Unit setAllowNewCard(Boolean allowNewCard)
Флаг, разрешающий добавление новой карты или оплату новой картой
-
getShowOnlyRecurrentCards
final Boolean getShowOnlyRecurrentCards()
Флаг, активирующий отображение только кард, для которых возможен рекуррентный платеж
-
setShowOnlyRecurrentCards
final Unit setShowOnlyRecurrentCards(Boolean showOnlyRecurrentCards)
Флаг, активирующий отображение только кард, для которых возможен рекуррентный платеж
-
writeToParcel
Unit writeToParcel(Parcel parcel, Integer flags)
-
describeContents
Integer describeContents()
-
setOptions
SavedCardsOptions setOptions(Function1<SavedCardsOptions, Unit> options)
-
-
-
-