Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class BalanceTransactionsResource

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

    Methods

    | Edit this page View Source

    LookupAsync(string, CancellationToken)

    Declaration
    public Task<BalanceTransaction> LookupAsync(string transactionId, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    string transactionId
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<BalanceTransaction>
    | Edit this page View Source

    PageAsync(object?, CancellationToken)

    Declaration
    public Task<BalanceTransactionPage> PageAsync(object? payload = null, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    object payload
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<BalanceTransactionPage>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX