app constant

  1. @BuiltValueEnumConst.new(wireName: r'app')
AuthenticationInfoDeviceChannelEnum const app

Indicates the type of channel interface being used to initiate the transaction. Possible values: * app * browser * 3DSRequestorInitiated (initiated by a merchant when the cardholder is not available)

Implementation

@BuiltValueEnumConst(wireName: r'app')
static const AuthenticationInfoDeviceChannelEnum app = _$authenticationInfoDeviceChannelEnum_app;