-
- All Implemented Interfaces:
-
android.os.Parcelable
public class BlikPaymentParams extends PaymentParams
Represents payment parameters for BLIK payment brand.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
blikCode
public final static Parcelable.Creator<BlikPaymentParams>
CREATOR
-
Constructor Summary
Constructors Constructor Description BlikPaymentParams(String checkoutId, String blikCode)
Creates the payment parameters for BLIK transaction. BlikPaymentParams(Parcel in)
-
Method Summary
Modifier and Type Method Description String
getBlikCode()
Returns BLIK code. void
writeToParcel(Parcel dest, int flags)
boolean
equals(Object o)
int
hashCode()
Map<String, String>
getParamsForRequest()
Returns the map of all parameters needed for BLIK transaction. -
-
Method Detail
-
getBlikCode
@Nullable() String getBlikCode()
Returns BLIK code.
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
hashCode
int hashCode()
-
getParamsForRequest
@NonNull() Map<String, String> getParamsForRequest()
Returns the map of all parameters needed for BLIK transaction.
-
-
-
-