Search Results for

    Show / Hide Table of Contents

    Class GetPaymentParams

    Query parameters for Get payment

    Inheritance
    object
    AbstractParamRequest
    GetPaymentParams
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Worldline.Connect.Sdk.V1.Merchant.Payments
    Assembly: Worldline.Connect.Sdk.dll
    Syntax
    public class GetPaymentParams : AbstractParamRequest

    Properties

    ReturnOperations

    If set to true, in the response of this call you will get an array called operations, that will include objects for captures and refunds associated with the given paymentId.

    Declaration
    public bool? ReturnOperations { get; set; }
    Property Value
    Type Description
    bool?

    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.