Class SingleActivity.Arguments.AttachCardArguments
-
- All Implemented Interfaces:
-
android.os.Parcelable,ru.tinkoff.acquiring.sdk.redesign.main.SingleActivity.Arguments
public final class SingleActivity.Arguments.AttachCardArguments implements SingleActivity.Arguments
-
-
Field Summary
Fields Modifier and Type Field Description private final AttachCardOptionsoptionsprivate final BooleanshowError
-
Constructor Summary
Constructors Constructor Description SingleActivity.Arguments.AttachCardArguments(AttachCardOptions options, Boolean showError)
-
Method Summary
Modifier and Type Method Description AttachCardOptionsgetOptions()final BooleangetShowError()-
-
Constructor Detail
-
SingleActivity.Arguments.AttachCardArguments
SingleActivity.Arguments.AttachCardArguments(AttachCardOptions options, Boolean showError)
-
-
Method Detail
-
getOptions
AttachCardOptions getOptions()
-
getShowError
final Boolean getShowError()
-
-
-
-