-
- All Implemented Interfaces:
-
android.os.Parcelable
public class InicisPaymentParams extends PaymentParams
Represents payment params for KG Inicis.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<InicisPaymentParams>
CREATOR
-
Constructor Summary
Constructors Constructor Description InicisPaymentParams(String checkoutId, String paymentBrand)
Creates the payment parameters for KG Inicis Payments transaction.
-
Method Summary
Modifier and Type Method Description Map<String, String>
getParamsForRequest()
Returns the map of all parameters needed for KG Inicis Payment transaction. -
-
Method Detail
-
getParamsForRequest
@NonNull() Map<String, String> getParamsForRequest()
Returns the map of all parameters needed for KG Inicis Payment transaction.
-
-
-
-