Proto file axiomxa.proto
Service: AxiomXaDriverService
| Method | Request Type | Response Type | Description |
|---|---|---|---|
| SaveQRCredential | SaveQRCredentialRequest | SaveQRCredentialResponse |
SaveQRCredentialRequest
| Field Name | Type | Description |
|---|---|---|
| name | string | The name of the driver instance |
| card_number | uint64 | The number that is encoded into the card |
| first_name | string | The name of the card holder |
| last_name | string | |
| active_time | google.protobuf.Timestamp | Times when the card is active between. |
| expire_time | google.protobuf.Timestamp |
SaveQRCredentialResponse
No fields defined.