Class EbicsHPDAccessParamsURL
Represents a URL (with optional ValidFrom-Date) as used inside HPDAccessParamsType.
public sealed class EbicsHPDAccessParamsURL
- Inheritance
-
EbicsHPDAccessParamsURL
- Inherited Members
Constructors
EbicsHPDAccessParamsURL(string)
public EbicsHPDAccessParamsURL(string sURL)
Parameters
sURL
string
EbicsHPDAccessParamsURL(string, DateTime)
public EbicsHPDAccessParamsURL(string sURL, DateTime dtValidFrom)
Parameters
Properties
URL
Returns the URL as string.
public string URL { get; }
Property Value
ValidFrom
Returns the start of validity for the given URL or DateTime.MinValue
.
public DateTime ValidFrom { get; }