Class RedirectPaymentProduct863SpecificInput
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class RedirectPaymentProduct863SpecificInput
Properties
IntegrationType
The type of integration with WeChat. Possible values:
- desktopQRCode - used on desktops, the customer opens the WeChat app by scanning a QR code.
- urlIntent - used in mobile apps or on mobile web pages, the customer opens the WeChat app using a URL intent.
- nativeInApp - used in mobile apps that use the WeChat Pay SDK.
- javaScriptAPI - used for WeChat official accounts. Requires the QQ browser to function.
- miniProgram - used for Mini Programs.
Declaration
public string IntegrationType { get; set; }
Property Value
Type | Description |
---|---|
string |
OpenId
An openId of a customer.
Declaration
public string OpenId { get; set; }
Property Value
Type | Description |
---|---|
string |