Search Results for

    Show / Hide Table of Contents

    Class PrivacypolicyParams

    Query parameters for Get privacy policy

    Inheritance
    object
    AbstractParamRequest
    PrivacypolicyParams
    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.Merchant.Services
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class PrivacypolicyParams : AbstractParamRequest

    Properties

    Locale

    Locale in which the privacy policy should be returned. Uses your default locale when none is provided.

    Declaration
    public string Locale { get; set; }
    Property Value
    Type Description
    string

    PaymentProductId

    ID of the payment product for which you wish to retrieve the privacy policy. When no ID is provided you will receive all privacy policies for your payment products.

    Declaration
    public int? PaymentProductId { get; set; }
    Property Value
    Type Description
    int?

    Methods

    ToRequestParameters()

    Declaration
    public override IEnumerable<RequestParam> ToRequestParameters()
    Returns
    Type Description
    IEnumerable<RequestParam>
    Overrides
    AbstractParamRequest.ToRequestParameters()
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.