Search Results for

    Show / Hide Table of Contents

    Class RedirectPaymentProduct863SpecificInput

    Inheritance
    object
    RedirectPaymentProduct863SpecificInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.