Search Results for

    Show / Hide Table of Contents

    Class RefundRequest

    Inheritance
    object
    RefundRequest
    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.Refund
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class RefundRequest

    Properties

    AmountOfMoney

    Object containing amount and ISO currency code attributes

    Declaration
    public AmountOfMoney AmountOfMoney { get; set; }
    Property Value
    Type Description
    AmountOfMoney

    BankRefundMethodSpecificInput

    Object containing the specific input details for a bank refund

    Declaration
    public BankRefundMethodSpecificInput BankRefundMethodSpecificInput { get; set; }
    Property Value
    Type Description
    BankRefundMethodSpecificInput

    Customer

    Object containing the details of the customer

    Declaration
    public RefundCustomer Customer { get; set; }
    Property Value
    Type Description
    RefundCustomer

    RefundDate

    Refund date
    Format: YYYYMMDD

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

    RefundReferences

    Object that holds all reference properties that are linked to this refund

    Declaration
    public RefundReferences RefundReferences { get; set; }
    Property Value
    Type Description
    RefundReferences
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.