Class ImportUploadPayoutRequest
Represents the ImportUploadPayoutRequest.
Inheritance
System.Object
ImportUploadPayoutRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ImportUploadPayoutRequest : ServiceRequest
Constructors
ImportUploadPayoutRequest()
Declaration
public ImportUploadPayoutRequest()
Properties
FileContent
Declaration
public byte[] FileContent { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
FileName
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |