Class ResourceCatalog
A class representing a Resource Catalog resource identified by a ResourceCatalogId.
Inherited Members
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 |
