-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class AttachCardOptions extends BaseCardsOptions<AttachCardOptions> implements Parcelable
Настройки экрана привязки карты
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAttachCardOptions.CREATOR
-
Field Summary
Fields Modifier and Type Field Description private CustomerOptionscustomerprivate final StringterminalKeyprivate final StringpublicKeyprivate FeaturesOptionsfeatures
-
Method Summary
Modifier and Type Method Description AttachCardOptionssetOptions(Function1<AttachCardOptions, 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
AttachCardOptions setOptions(Function1<AttachCardOptions, Unit> options)
-
-
-
-