Represents metadata for a corporate wallet card including the response data and creation timestamp
Overview of WavelynxWalletCardMetadata goes here.
WavelynxWalletCardMetadata
| Field | Type | Inherited from | Description |
|---|---|---|---|
| AddedOn | DateTime | WavelynxWalletCardMetadata | Gets or sets the timestamp when the corporate card was created (in UTC) |
| WalletCardResponse | WalletCardResponse | WavelynxWalletCardMetadata | Gets or sets the wallet card response data |
{
"AddedOn" : "DateTime",
"WalletCardResponse" : "[WalletCardResponse](/object-model/walletcardresponse)"
}