WavelynxWalletCardMetadata

Represents metadata for a corporate wallet card including the response data and creation timestamp

Overview of WavelynxWalletCardMetadata goes here.

WavelynxWalletCardMetadata Properties

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

JSON Structure of WavelynxWalletCardMetadata

{
   "AddedOn"	:	"DateTime",
   "WalletCardResponse"	:	"[WalletCardResponse](/object-model/walletcardresponse)"
}