Class SingleActivity.Arguments.TpayPaymentArguments
-
- All Implemented Interfaces:
-
android.os.Parcelable,ru.tinkoff.acquiring.sdk.redesign.main.SingleActivity.Arguments
public final class SingleActivity.Arguments.TpayPaymentArguments implements SingleActivity.Arguments
-
-
Field Summary
Fields Modifier and Type Field Description private final PaymentOptionsoptionsprivate final Stringversion
-
Constructor Summary
Constructors Constructor Description SingleActivity.Arguments.TpayPaymentArguments(PaymentOptions options, String version)
-
Method Summary
Modifier and Type Method Description PaymentOptionsgetOptions()final StringgetVersion()-
-
Constructor Detail
-
SingleActivity.Arguments.TpayPaymentArguments
SingleActivity.Arguments.TpayPaymentArguments(PaymentOptions options, String version)
-
-
Method Detail
-
getOptions
PaymentOptions getOptions()
-
getVersion
final String getVersion()
-
-
-
-