transaction
fun transaction(transaction: ThreeDSAuthenticationSimulateParams.Transaction): ThreeDSAuthenticationSimulateParams.SimulateAuthenticationRequest.Builder
Transaction details for the simulation
fun transaction(transaction: JsonField<ThreeDSAuthenticationSimulateParams.Transaction>): ThreeDSAuthenticationSimulateParams.SimulateAuthenticationRequest.Builder
Sets Builder.transaction to an arbitrary JSON value.
You should usually call Builder.transaction with a well-typed Transaction value instead. This method is primarily for setting the field to an undocumented or not yet supported value.