| 
    Virgil Security C++ SDK
    
   | 
 
Represents response from CardClient's getCard function with RawSignedModel and whether or not card is outdated. More...
#include <GetCardResponse.h>
Public Member Functions | |
| GetCardResponse (RawSignedModel rawCard, bool isOutdated) | |
| Constructor.  More... | |
| const RawSignedModel & | rawCard () const | 
| Getter.  More... | |
| bool | isOutdated () const | 
| Getter.  More... | |
Represents response from CardClient's getCard function with RawSignedModel and whether or not card is outdated.
| virgil::sdk::client::models::GetCardResponse::GetCardResponse | ( | RawSignedModel | rawCard, | 
| bool | isOutdated | ||
| ) | 
Constructor.
| rawCard | RawSignedModel representing Virgil Card | 
| isOutdated | whether card is outdated or not | 
| bool virgil::sdk::client::models::GetCardResponse::isOutdated | ( | ) | const | 
Getter.
| const RawSignedModel& virgil::sdk::client::models::GetCardResponse::rawCard | ( | ) | const | 
Getter.
 1.8.10