-
- 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 booleanisHolderValid(@Nullable() String holder)intdescribeContents()voidwriteToParcel(Parcel dest, int flags)booleanequals(@Nullable() Object o)inthashCode()-
-
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()
-
-
-
-