paymentResult property

  1. @BuiltValueField.new(wireName: r'PaymentResult')
PaymentResult? get paymentResult

Data related to the result of a processed payment transaction. If one data element is present.

Implementation

@BuiltValueField(wireName: r'PaymentResult')
PaymentResult? get paymentResult;