requestedTestAcquirerResponseCode property

  1. @BuiltValueField.new(wireName: r'RequestedTestAcquirerResponseCode')
String? get requestedTestAcquirerResponseCode

Triggers test scenarios that allow to replicate certain acquirer response codes. See Testing result codes and refusal reasons to learn about the possible values, and the refusalReason values you can trigger.

Implementation

@BuiltValueField(wireName: r'RequestedTestAcquirerResponseCode')
String? get requestedTestAcquirerResponseCode;