Represents the expiration configuration for visitor wallet cards (days, hours, minutes)
Overview of WalletVisitorCardExpiry goes here.
WalletVisitorCardExpiry
| Field | Type | Inherited from | Description |
|---|---|---|---|
| DaysActive | Int32 | WalletVisitorCardExpiry | Gets or sets the number of days the visitor card remains active |
| HoursActive | Int32 | WalletVisitorCardExpiry | Gets or sets the number of hours the visitor card remains active |
| MinutesActive | Int32 | WalletVisitorCardExpiry | Gets or sets the number of minutes the visitor card remains active |
{
"DaysActive" : "Int32",
"HoursActive" : "Int32",
"MinutesActive" : "Int32"
}