Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class PricesResource

    Inheritance
    object
    PricesResource
    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 PricesResource

    Methods

    | Edit this page View Source

    ActivateAsync(string, CancellationToken)

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

    ArchiveAsync(string, CancellationToken)

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

    CreateAsync(CatalogPriceParams, CancellationToken)

    Declaration
    public Task<CatalogPrice> CreateAsync(CatalogPriceParams payload, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    CatalogPriceParams payload
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<CatalogPrice>
    | Edit this page View Source

    CreateAsync(object, CancellationToken)

    Declaration
    public Task<CatalogPrice> CreateAsync(object payload, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    object payload
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<CatalogPrice>
    | Edit this page View Source

    DeactivateAsync(string, CancellationToken)

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

    LookupAsync(LookupPriceRequest, CancellationToken)

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

    LookupAsync(string, CancellationToken)

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

    PageAsync(PricePageRequest, CancellationToken)

    Declaration
    public Task<PricePage> PageAsync(PricePageRequest payload, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    PricePageRequest payload
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<PricePage>
    | Edit this page View Source

    PageAsync(object?, CancellationToken)

    Declaration
    public Task<PricePage> PageAsync(object? payload = null, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    object payload
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<PricePage>
    | Edit this page View Source

    UpdateAsync(UpdatePriceRequest, CancellationToken)

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