Search Results for

    Show / Hide Table of Contents

    Class UpdateTokenRequest

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

    Properties

    Card

    Object containing card details

    Declaration
    public TokenCard Card { get; set; }
    Property Value
    Type Description
    TokenCard

    EWallet

    Object containing eWallet details

    Declaration
    public TokenEWallet EWallet { get; set; }
    Property Value
    Type Description
    TokenEWallet

    NonSepaDirectDebit

    Object containing the non SEPA Direct Debit details

    Declaration
    public TokenNonSepaDirectDebit NonSepaDirectDebit { get; set; }
    Property Value
    Type Description
    TokenNonSepaDirectDebit

    PaymentProductId

    Payment product identifier
    Please see payment products for a full overview of possible values.

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

    SepaDirectDebit

    Object containing the SEPA Direct Debit details

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