-
- All Implemented Interfaces:
public final class PaymentProviderA payment provider is a Gini partner which integrated Gini Pay Connect (via Gini Bank SDK) into their mobile apps.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPaymentProvider.ColorsA payment provider's color scheme.
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final Stringnameprivate final StringpackageNameprivate final StringappVersionprivate final PaymentProvider.Colorscolorsprivate final ByteArrayicon
-
Constructor Summary
Constructors Constructor Description PaymentProvider(String id, String name, String packageName, String appVersion, PaymentProvider.Colors colors, ByteArray icon)
-
Method Summary
Modifier and Type Method Description final StringgetId()final StringgetName()final StringgetPackageName()Package name of the bank app that corresponds to this provider. final StringgetAppVersion()The minimal required app versions per platform. final PaymentProvider.ColorsgetColors()Colors to use when displaying the payment provider. final ByteArraygetIcon()The icon to use when displaying the payment provider. Booleanequals(Object other)IntegerhashCode()-
-
Method Detail
-
getPackageName
final String getPackageName()
Package name of the bank app that corresponds to this provider.
-
getAppVersion
final String getAppVersion()
The minimal required app versions per platform.
-
getColors
final PaymentProvider.Colors getColors()
Colors to use when displaying the payment provider.
-
-
-
-