C# Class MicroMsg.sdk.SendPay.Req

Inheritance: BaseReq
Afficher le fichier Open project: zhxilin/WeChatSDK Class Usage Examples

Méthodes publiques

Méthode Description
Req ( string partnerId, string prepayId, string nonceStr, uint timeStamp, string package, string sign ) : MicroMsg.sdk.protobuf
Type ( ) : int

Private Methods

Méthode Description
FromProto ( object protoObj ) : void
Req ( ) : MicroMsg.sdk.protobuf
ToProto ( ) : object
ValidateData ( ) : bool

Method Details

Req() public méthode

public Req ( string partnerId, string prepayId, string nonceStr, uint timeStamp, string package, string sign ) : MicroMsg.sdk.protobuf
partnerId string
prepayId string
nonceStr string
timeStamp uint
package string
sign string
Résultat MicroMsg.sdk.protobuf

Type() public méthode

public Type ( ) : int
Résultat int