Search Results for

    Show / Hide Table of Contents

    Class PaymentContext

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

    Properties

    AmountOfMoney

    The payment amount

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

    CountryCode

    The country the payment takes place in

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

    IsInstallments

    True if the payment is to be paid in multiple installments (numberOfInstallments > 1 for the payment). When true only payment products that support installments will be allowed in context.

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

    IsRecurring

    True if the payment is recurring

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