Class FundraisingExportBatchHeaderResponse
Represents the response for the FundraisingExportBatchHeader method.
Inheritance
System.Object
FundraisingExportBatchHeaderResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class FundraisingExportBatchHeaderResponse : ServiceResponse
Constructors
FundraisingExportBatchHeaderResponse()
Declaration
public FundraisingExportBatchHeaderResponse()
Properties
FundraisingExportBatchHeaderId
Declaration
public int FundraisingExportBatchHeaderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TfrResponseList
Declaration
public ICollection<TfrResponse> TfrResponseList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<TfrResponse> |