Class ImportUploadPayoutResponse
Represents the ImportUploadPayoutResponse.
Inheritance
System.Object
ImportUploadPayoutResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ImportUploadPayoutResponse : ServiceResponse
Constructors
ImportUploadPayoutResponse()
Declaration
public ImportUploadPayoutResponse()
Properties
FileName
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FolderName
Declaration
public string FolderName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsSuccess
Declaration
public bool IsSuccess { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |