counterparty property

  1. @BuiltValueField.new(wireName: r'counterparty')
Counterparty? get counterparty

An object containing the details of the receiving party of the grant. Setting either an accountHolderId, balanceAccountId, or both is required.

Implementation

@BuiltValueField(wireName: r'counterparty')
Counterparty? get counterparty;