referenceForBeneficiary property

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

The reference sent to or received from the counterparty. * For outgoing funds, this is the referenceForBeneficiary from the /transfers request. * For incoming funds, this is the reference from the sender.

Implementation

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