-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ChinaUnionPayPaymentParams extends PaymentParams
Represents payment parameters for CHINAUNIONPAY payment brand, providing access to the holder.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<ChinaUnionPayPaymentParams>
CREATOR
-
Constructor Summary
Constructors Constructor Description ChinaUnionPayPaymentParams(String checkoutId, String holder)
Constructs the ChinaUnionPayPaymentParams with the checkout id and holder name.
-
Method Summary
Modifier and Type Method Description Map<String, String>
getParamsForRequest()
Returns a map of all parameters needed for transaction. static boolean
isHolderValid(@Nullable() String holder)
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
boolean
equals(@Nullable() Object o)
int
hashCode()
-
-
Method Detail
-
getParamsForRequest
@NonNull() Map<String, String> getParamsForRequest()
Returns a map of all parameters needed for transaction.
-
isHolderValid
static boolean isHolderValid(@Nullable() String holder)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
hashCode
int hashCode()
-
-
-
-