-
- 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.CREATOR
-
Field Summary
Fields Modifier and Type Field Description private CustomerOptionscustomerprivate final StringterminalKeyprivate final StringpublicKeyprivate FeaturesOptionsfeatures
-
Constructor Summary
Constructors Constructor Description SavedCardsOptions()
-
Method Summary
Modifier and Type Method Description SavedCardsOptionssetOptions(Function1<SavedCardsOptions, Unit> options)-
Methods inherited from class ru.tinkoff.acquiring.sdk.models.options.screen.BaseCardsOptions
customerOptions, describeContents, featuresOptions, getCustomer, setCustomer, writeToParcel -
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
-
setOptions
SavedCardsOptions setOptions(Function1<SavedCardsOptions, Unit> options)
-
-
-
-