Class ProcessElectronicDraftResponse
Inheritance
System.Object
ProcessElectronicDraftResponse
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ProcessElectronicDraftResponse : ServiceResponse
Constructors
ProcessElectronicDraftResponse()
Declaration
public ProcessElectronicDraftResponse()
Properties
ACHBatchId
Declaration
public int? ACHBatchId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ACHFileName
Declaration
public string ACHFileName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public List<string> BatchHeaderIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
ResponseCode
Declaration
public string ResponseCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ResponseMsg
Declaration
public string ResponseMsg { get; set; }
Property Value
Type |
Description |
System.String |
|