Class PaymentProduct863SpecificData
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class PaymentProduct863SpecificData
Properties
IntegrationTypes
The WeChat Pay integration types that can be used in the current payment context. 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.
Declaration
public IList<string> IntegrationTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |