orderReference property

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

When you are doing multiple partial (gift card) payments, this is the pspReference of the first payment. We use this to link the multiple payments to each other. As your own reference for linking multiple payments, use the merchantOrderReferenceinstead.

Implementation

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