body property

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

The body of the response Adyen received from the third party, in string format.

Implementation

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