update Virtual Card
Update the details of a VirtualCard.
Be aware that when updating a virtual card, all fields that should remain unchanged must be populated as part of the input.
This API returns a SingleAPIResult:
On SingleAPIResult.Success result, contains the updated VirtualCard.
On SingleAPIResult.Partial result, contains the updated PartialVirtualCard representing a virtual card that could not be unsealed successfully and the exception indicating why the unsealing failed. A virtual card may fail to unseal if the client version is not up to date or the required cryptographic key is missing from the client device.
Return
A SingleAPIResult.Success or a SingleAPIResult.Partial result containing either a VirtualCard or PartialVirtualCard respectively.
Parameters
UpdateVirtualCardInput Parameters used to update a virtual card.