originalReference property

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

For modifications, this field corresponds to the payment request assigned to the original payment.

Implementation

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