Search Results for

    Show / Hide Table of Contents

    Class RefundMethodSpecificOutput

    Inheritance
    object
    RefundMethodSpecificOutput
    RefundBankMethodSpecificOutput
    RefundCardMethodSpecificOutput
    RefundCashMethodSpecificOutput
    RefundEInvoiceMethodSpecificOutput
    RefundEWalletMethodSpecificOutput
    RefundMobileMethodSpecificOutput
    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 RefundMethodSpecificOutput

    Properties

    RefundProductId

    Refund product identifier
    Please see refund products for a full overview of possible values.

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

    TotalAmountPaid

    Total paid amount (in cents and always with 2 decimals)

    Declaration
    public long? TotalAmountPaid { get; set; }
    Property Value
    Type Description
    long?

    TotalAmountRefunded

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