Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class InttegroClient

    Inheritance
    object
    InttegroClient
    Implements
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro
    Assembly: Inttegro.dll
    Syntax
    public class InttegroClient : IDisposable

    Constructors

    | Edit this page View Source

    InttegroClient(string, string?, TimeSpan?, HttpClient?, bool, ErrorReporter?, ErrorReportingPolicy)

    Declaration
    public InttegroClient(string apiKey, string? baseUrl = null, TimeSpan? timeout = null, HttpClient? httpClient = null, bool telemetryEnabled = true, ErrorReporter? errorReporter = null, ErrorReportingPolicy errorReportingPolicy = ErrorReportingPolicy.Unexpected)
    Parameters
    Type Name Description
    string apiKey
    string baseUrl
    TimeSpan? timeout
    HttpClient httpClient
    bool telemetryEnabled
    ErrorReporter errorReporter
    ErrorReportingPolicy errorReportingPolicy

    Fields

    | Edit this page View Source

    ActivitySource

    Declaration
    public static readonly ActivitySource ActivitySource
    Field Value
    Type Description
    ActivitySource
    | Edit this page View Source

    ActivitySourceName

    Declaration
    public const string ActivitySourceName = "Inttegro"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Version

    Declaration
    public const string Version = "6.1.0"
    Field Value
    Type Description
    string

    Properties

    | Edit this page View Source

    Apps

    Declaration
    public AppsResource Apps { get; }
    Property Value
    Type Description
    AppsResource
    | Edit this page View Source

    BalanceTransactions

    Declaration
    public BalanceTransactionsResource BalanceTransactions { get; }
    Property Value
    Type Description
    BalanceTransactionsResource
    | Edit this page View Source

    Balances

    Declaration
    public BalancesResource Balances { get; }
    Property Value
    Type Description
    BalancesResource
    | Edit this page View Source

    Broadcasts

    Declaration
    public BroadcastsResource Broadcasts { get; }
    Property Value
    Type Description
    BroadcastsResource
    | Edit this page View Source

    Chimes

    Declaration
    public ChimesResource Chimes { get; }
    Property Value
    Type Description
    ChimesResource
    | Edit this page View Source

    Customers

    Declaration
    public CustomersResource Customers { get; }
    Property Value
    Type Description
    CustomersResource
    | Edit this page View Source

    FileLinks

    Declaration
    public FileLinksResource FileLinks { get; }
    Property Value
    Type Description
    FileLinksResource
    | Edit this page View Source

    FileReferences

    Declaration
    public FileReferencesResource FileReferences { get; }
    Property Value
    Type Description
    FileReferencesResource
    | Edit this page View Source

    Files

    Declaration
    public FilesResource Files { get; }
    Property Value
    Type Description
    FilesResource
    | Edit this page View Source

    FinancialAccounts

    Declaration
    public FinancialAccountsResource FinancialAccounts { get; }
    Property Value
    Type Description
    FinancialAccountsResource
    | Edit this page View Source

    Keys

    Declaration
    public KeysResource Keys { get; }
    Property Value
    Type Description
    KeysResource
    | Edit this page View Source

    MessageTemplates

    Declaration
    public MessageTemplatesResource MessageTemplates { get; }
    Property Value
    Type Description
    MessageTemplatesResource
    | Edit this page View Source

    Orders

    Declaration
    public OrdersResource Orders { get; }
    Property Value
    Type Description
    OrdersResource
    | Edit this page View Source

    Otp

    Declaration
    public OtpResource Otp { get; }
    Property Value
    Type Description
    OtpResource
    | Edit this page View Source

    PaymentMethods

    Declaration
    public PaymentMethodsResource PaymentMethods { get; }
    Property Value
    Type Description
    PaymentMethodsResource
    | Edit this page View Source

    Payouts

    Declaration
    public PayoutsResource Payouts { get; }
    Property Value
    Type Description
    PayoutsResource
    | Edit this page View Source

    Prices

    Declaration
    public PricesResource Prices { get; }
    Property Value
    Type Description
    PricesResource
    | Edit this page View Source

    Products

    Declaration
    public ProductsResource Products { get; }
    Property Value
    Type Description
    ProductsResource
    | Edit this page View Source

    PurchaseIntents

    Declaration
    public PurchaseIntentsResource PurchaseIntents { get; }
    Property Value
    Type Description
    PurchaseIntentsResource
    | Edit this page View Source

    Refunds

    Declaration
    public RefundsResource Refunds { get; }
    Property Value
    Type Description
    RefundsResource
    | Edit this page View Source

    Schedules

    Declaration
    public SchedulesResource Schedules { get; }
    Property Value
    Type Description
    SchedulesResource
    | Edit this page View Source

    Spec

    Declaration
    public SpecResource Spec { get; }
    Property Value
    Type Description
    SpecResource
    | Edit this page View Source

    UploadRequests

    Declaration
    public UploadRequestsResource UploadRequests { get; }
    Property Value
    Type Description
    UploadRequestsResource

    Methods

    | Edit this page View Source

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Implements

    IDisposable
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX