public static class WXJointPay.JointPayReq extends PayReq
PayReq.OptionsappId, extData, nonceStr, options, packageValue, partnerId, prepayId, sign, signType, timeStampopenId, transaction| Constructor and Description |
|---|
JointPayReq() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkArgs()
Check parameters of this request
检查该请求各个参数的合法性
|
void |
fromBundle(android.os.Bundle data)
Deserialize request data in Bundle
从Bundle中反序列化request数据
|
int |
getType()
Return type ID of the current request.
|
void |
toBundle(android.os.Bundle data)
Serialize requests into Bundle
将请求序列化到Bundle中
|
public int getType()
BaseReqpublic boolean checkArgs()
BaseReqpublic void toBundle(android.os.Bundle data)
BaseReqpublic void fromBundle(android.os.Bundle data)
BaseReqfromBundle in class PayReqdata -