Class PaymentProduct863ThirdPartyData
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class PaymentProduct863ThirdPartyData
Properties
AppId
The appId to use in third party calls to WeChat.
Declaration
public string AppId { get; set; }
Property Value
Type | Description |
---|---|
string |
NonceStr
The nonceStr to use in third party calls to WeChat
Declaration
public string NonceStr { get; set; }
Property Value
Type | Description |
---|---|
string |
PackageSign
The packageSign to use in third party calls to WeChat
Declaration
public string PackageSign { get; set; }
Property Value
Type | Description |
---|---|
string |
PaySign
The paySign to use in third party calls to WeChat
Declaration
public string PaySign { get; set; }
Property Value
Type | Description |
---|---|
string |
PrepayId
The prepayId to use in third party calls to WeChat.
Declaration
public string PrepayId { get; set; }
Property Value
Type | Description |
---|---|
string |
SignType
The signType to use in third party calls to WeChat
Declaration
public string SignType { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeStamp
The timeStamp to use in third party calls to WeChat
Declaration
public string TimeStamp { get; set; }
Property Value
Type | Description |
---|---|
string |