paymentValidations property

  1. @BuiltValueField.new(wireName: r'paymentValidations')
PaymentValidationsResponse? get paymentValidations

The object that contains the validation outcomes. Only returned if resultCode is Authorised and if you have requested a payment validation in the request.

Implementation

@BuiltValueField(wireName: r'paymentValidations')
PaymentValidationsResponse? get paymentValidations;