Class SingleActivity.Arguments.PaymentByCardArguments
-
- All Implemented Interfaces:
-
android.os.Parcelable,ru.tinkoff.acquiring.sdk.redesign.main.SingleActivity.Arguments
public final class SingleActivity.Arguments.PaymentByCardArguments implements SingleActivity.Arguments
-
-
Field Summary
Fields Modifier and Type Field Description private final PaymentOptionsoptionsprivate final Cardcardprivate final BooleanshowArrow
-
Constructor Summary
Constructors Constructor Description SingleActivity.Arguments.PaymentByCardArguments(PaymentOptions options, Card card, Boolean showArrow)
-
Method Summary
Modifier and Type Method Description PaymentOptionsgetOptions()final CardgetCard()final BooleangetShowArrow()-
-
Constructor Detail
-
SingleActivity.Arguments.PaymentByCardArguments
SingleActivity.Arguments.PaymentByCardArguments(PaymentOptions options, Card card, Boolean showArrow)
-
-
Method Detail
-
getOptions
PaymentOptions getOptions()
-
getCard
final Card getCard()
-
getShowArrow
final Boolean getShowArrow()
-
-
-
-