Search Results for

    Show / Hide Table of Contents

    Class RefundOutput

    Inheritance
    object
    OrderOutput
    RefundOutput
    Inherited Members
    OrderOutput.AmountOfMoney
    OrderOutput.References
    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 RefundOutput : OrderOutput

    Properties

    AmountPaid

    Amount paid

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

    BankRefundMethodSpecificOutput

    Object containing specific bank refund details

    Declaration
    public RefundBankMethodSpecificOutput BankRefundMethodSpecificOutput { get; set; }
    Property Value
    Type Description
    RefundBankMethodSpecificOutput

    CardRefundMethodSpecificOutput

    Object containing specific card refund details

    Declaration
    public RefundCardMethodSpecificOutput CardRefundMethodSpecificOutput { get; set; }
    Property Value
    Type Description
    RefundCardMethodSpecificOutput

    CashRefundMethodSpecificOutput

    Object containing specific cash refund details

    Declaration
    public RefundCashMethodSpecificOutput CashRefundMethodSpecificOutput { get; set; }
    Property Value
    Type Description
    RefundCashMethodSpecificOutput

    EInvoiceRefundMethodSpecificOutput

    Object containing specific e-invoice refund details

    Declaration
    public RefundEInvoiceMethodSpecificOutput EInvoiceRefundMethodSpecificOutput { get; set; }
    Property Value
    Type Description
    RefundEInvoiceMethodSpecificOutput

    EWalletRefundMethodSpecificOutput

    Object containing specific eWallet refund details

    Declaration
    public RefundEWalletMethodSpecificOutput EWalletRefundMethodSpecificOutput { get; set; }
    Property Value
    Type Description
    RefundEWalletMethodSpecificOutput

    MobileRefundMethodSpecificOutput

    Object containing specific mobile refund details

    Declaration
    public RefundMobileMethodSpecificOutput MobileRefundMethodSpecificOutput { get; set; }
    Property Value
    Type Description
    RefundMobileMethodSpecificOutput

    PaymentMethod

    Payment method identifier used by the our payment engine with the following possible values:

    • bankRefund
    • bankTransfer
    • card
    • cash
    • directDebit
    • eInvoice
    • invoice
    • redirect
    Declaration
    public string PaymentMethod { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.