response property

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

The response indicating if the refund has been received for processing.

Implementation

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