paRequest property

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

The 3D request data for the issuer. If the value is CUPSecurePlus-CollectSMSVerificationCode, collect an SMS code from the shopper and pass it in the /authorise3D request. For more information, see 3D Secure.

Implementation

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