/** * The type of the verification used to verify the instrument. If the Card Verfication Value was provided to verify the credit card used for the transaction, `type = CVV`. */ export type VerificationType = 'CVV' | '3DS';