Class HostedFile
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.File.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class HostedFile
Properties
FileName
The name of the file.
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
string |
FileSize
The size of the file in bytes.
Declaration
public string FileSize { get; set; }
Property Value
Type | Description |
---|---|
string |
FileType
The type of the file.
Declaration
public string FileType { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The numeric identifier of the file.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |