-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class TpayLauncher.StartData implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final PaymentOptionspaymentOptionsprivate final Stringversion
-
Constructor Summary
Constructors Constructor Description TpayLauncher.StartData(PaymentOptions paymentOptions, String version)
-
Method Summary
Modifier and Type Method Description final PaymentOptionsgetPaymentOptions()final StringgetVersion()-
-
Constructor Detail
-
TpayLauncher.StartData
TpayLauncher.StartData(PaymentOptions paymentOptions, String version)
-
-
Method Detail
-
getPaymentOptions
final PaymentOptions getPaymentOptions()
-
getVersion
final String getVersion()
-
-
-
-