Search Results for

    Show / Hide Table of Contents

    Class PaymentProduct863ThirdPartyData

    Inheritance
    object
    PaymentProduct863ThirdPartyData
    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 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
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.