hostTransactionID property

  1. @BuiltValueField.new(wireName: r'HostTransactionID')
TransactionIDType? get hostTransactionID

Identification of the transaction by the host in charge of the stored value transaction. If provided by the Host.

Implementation

@BuiltValueField(wireName: r'HostTransactionID')
TransactionIDType? get hostTransactionID;