Represents the result of a bulk card expiry extension operation
This allows a card to be active longer. The response tells you the results of the update.
ExtendCardExpiryResponse
| Field | Type | Inherited from | Description |
|---|---|---|---|
| CardsUpdated | Int32 | ExtendCardExpiryResponse | Gets or sets the number of cards that were updated |
| ElapsedTime | TimeSpan | ExtendCardExpiryResponse | Gets or sets the elapsed time for the operation |
| TrialRun | Boolean | ExtendCardExpiryResponse | Gets or sets whether this was a trial run (no actual changes made) |
{
"CardsUpdated" : "Int32",
"ElapsedTime" : "TimeSpan",
"TrialRun" : "Boolean"
}