Class LicenseVerificationResultAlertCallToAction
Informácie o akcii, ktorá poskytuje používateľovi viac informácii súvisiacích so vzniknutým upozornením.
Inherited Members
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class LicenseVerificationResultAlertCallToAction
Constructors
LicenseVerificationResultAlertCallToAction(string, Uri)
Declaration
public LicenseVerificationResultAlertCallToAction(string name, Uri url)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| Uri | url |
Properties
Name
Názov akcie, ktorý je možné zobraziť v používateľskom rozhraní, napr. obsah tlačidla otvárajúceho URL.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Url
Webová adresa, na ktorú sa má používateľ presmerovať pre viac informácií súvisiacích so vzniknutým upozornením.
Declaration
public Uri Url { get; }
Property Value
| Type | Description |
|---|---|
| Uri |