Recurrente Constructors

A Wrapper to interact with the Payment Gateway Recurrente.

Definition

Namespace: Tipi.Tools.Payments

Assembly: Tipi.Tools.Payments.dll

Package: Tipi.Tools.Recurrente

This class lets you interact with Recurrente's API.

Constructors

Create an instance of Recurrente class, takin as parameter a new object of type RecurrenteOptions

Recurrente(RecurrenteOptions)

Creates a new instance of the Recurrente Class, takin as parameter a new object of type RecurrenteOptions

Copied!

                    
    public Recurrente(RecurrenteOptions options);