-
- All Implemented Interfaces:
-
android.os.Parcelable
public class MolpayConfiguration extends IssuerListConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMolpayConfiguration.BuilderBuilder to create a MolpayConfiguration.
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<MolpayConfiguration>CREATOR
-
Constructor Summary
Constructors Constructor Description MolpayConfiguration(Locale shopperLocale, Environment environment, String clientKey)MolpayConfiguration(Parcel in)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
MolpayConfiguration
MolpayConfiguration(Locale shopperLocale, Environment environment, String clientKey)
- Parameters:
shopperLocale- The locale that should be used to display strings and layouts.environment- The environment to be used to make network calls.
-
MolpayConfiguration
MolpayConfiguration(Parcel in)
-
-
-
-