Search Results for

    Show / Hide Table of Contents

    Class AbstractCardPaymentMethodSpecificInput

    Inheritance
    object
    AbstractPaymentMethodSpecificInput
    AbstractCardPaymentMethodSpecificInput
    CardPaymentMethodSpecificInput
    CardPaymentMethodSpecificInputBase
    Inherited Members
    AbstractPaymentMethodSpecificInput.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 AbstractCardPaymentMethodSpecificInput : AbstractPaymentMethodSpecificInput

    Properties

    AcquirerPromotionCode

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

    AuthorizationMode

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

    CustomerReference

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

    InitialSchemeTransactionId

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

    Recurring

    Declaration
    public CardRecurrenceDetails Recurring { get; set; }
    Property Value
    Type Description
    CardRecurrenceDetails

    RecurringPaymentSequenceIndicator

    Declaration
    [Obsolete("Use recurring.recurringPaymentSequenceIndicator instead")]
    public string RecurringPaymentSequenceIndicator { get; set; }
    Property Value
    Type Description
    string

    RequiresApproval

    Declaration
    public bool? RequiresApproval { get; set; }
    Property Value
    Type Description
    bool?

    SkipAuthentication

    Declaration
    [Obsolete("Use threeDSecure.skipAuthentication instead")]
    public bool? SkipAuthentication { get; set; }
    Property Value
    Type Description
    bool?

    SkipFraudService

    Declaration
    public bool? SkipFraudService { get; set; }
    Property Value
    Type Description
    bool?

    Token

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

    Tokenize

    Declaration
    public bool? Tokenize { get; set; }
    Property Value
    Type Description
    bool?

    TransactionChannel

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

    UnscheduledCardOnFileIndicator

    Declaration
    [Obsolete("Use unscheduledCardOnFileSequenceIndicator instead")]
    public string UnscheduledCardOnFileIndicator { get; set; }
    Property Value
    Type Description
    string

    UnscheduledCardOnFileRequestor

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

    UnscheduledCardOnFileSequenceIndicator

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