riskdataPeriodSkipRisk property

  1. @BuiltValueField.new(wireName: r'riskdata.skipRisk')
String? get riskdataPeriodSkipRisk

If this parameter is provided with the value true, risk checks for the payment request are skipped and the transaction will not get a risk score.

Implementation

@BuiltValueField(wireName: r'riskdata.skipRisk')
String? get riskdataPeriodSkipRisk;