Search Results for

    Show / Hide Table of Contents

    Class RecurringPaymentsData

    Inheritance
    object
    RecurringPaymentsData
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Worldline.Connect.Sdk.V1.Domain
    Assembly: Worldline.Connect.Sdk.dll
    Syntax
    public class RecurringPaymentsData

    Properties

    PaymentProduct302SpecificInput

    The object containing information specific to Apple Pay

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

    RecurringEndDate

    The date that the recurring payment ends in YYYYMMDD format.

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

    RecurringInterval

    The object containing the frequency and interval between recurring payments.

    Declaration
    public Frequency RecurringInterval { get; set; }
    Property Value
    Type Description
    Frequency

    RecurringStartDate

    The date that the first recurring payment starts in YYYYMMDD format.

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

    TrialInformation

    The object containing data of the trial period: no-cost or discounted time-constrained trial subscription period.

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