channel
fun channel(channel: AuthenticationRetrieveResponse.Channel): AuthenticationRetrieveResponse.Builder
Channel in which the authentication occurs. Maps to EMV 3DS field deviceChannel.
fun channel(channel: JsonField<AuthenticationRetrieveResponse.Channel>): AuthenticationRetrieveResponse.Builder
Sets Builder.channel to an arbitrary JSON value.
You should usually call Builder.channel with a well-typed Channel value instead. This method is primarily for setting the field to an undocumented or not yet supported value.