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