Search Results for

    Show / Hide Table of Contents

    Class RedirectPaymentMethodSpecificOutput

    Inheritance
    object
    AbstractPaymentMethodSpecificOutput
    RedirectPaymentMethodSpecificOutput
    Inherited Members
    AbstractPaymentMethodSpecificOutput.PaymentProductId
    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 RedirectPaymentMethodSpecificOutput : AbstractPaymentMethodSpecificOutput

    Properties

    BankAccountBban

    Object that holds the Basic Bank Account Number (BBAN) data

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

    BankAccountIban

    Object containing account holder name and IBAN information

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

    Bic

    The BIC is the Business Identifier Code, also known as SWIFT or Bank Identifier code. It is a code with an internationally agreed format to Identify a specific bank or even branch. The BIC contains 8 or 11 positions: the first 4 contain the bank code, followed by the country code and location code.

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

    FraudResults

    Object containing the results of the fraud screening

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

    PaymentProduct3201SpecificOutput

    PostFinance Card (payment product 3201) specific details

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

    PaymentProduct806SpecificOutput

    Trustly (payment product 806) specific details

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

    PaymentProduct836SpecificOutput

    Sofort (payment product 836) specific details

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

    PaymentProduct840SpecificOutput

    PayPal (payment product 840) specific details

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

    Token

    ID of the token. This property is populated when the payment was done with a token or when the payment was tokenized.

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