• Home
  • My Account
  • Docs
  • Catalog Browser
  • API Status
Show / Hide Table of Contents

Class ResourceCatalog

A class representing a Resource Catalog resource identified by a ResourceCatalogId.

Inheritance
object
ResourceCatalog
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: WhenFresh.Api.Client.Models
Assembly: WhenFresh.Api.Client.dll
Syntax
public class ResourceCatalog

Constructors

ResourceCatalog()

A class representing a Resource Catalog resource identified by a ResourceCatalogId.

Declaration
public ResourceCatalog()

Properties

Data

A class representing a Resource Catalog resource identified by a ResourceCatalogId.

Declaration
public IEnumerable<Datum> Data { get; set; }
Property Value
Type Description
IEnumerable<Datum>

Id

A class representing a Resource Catalog resource identified by a ResourceCatalogId.

Declaration
public ResourceCatalogId Id { get; set; }
Property Value
Type Description
ResourceCatalogId

ProcessingFee

A class representing a Resource Catalog resource identified by a ResourceCatalogId.

Declaration
public MonetaryAmount ProcessingFee { get; set; }
Property Value
Type Description
MonetaryAmount