Method: TransferZero::Transaction#external_id

Defined in:
lib/transferzero-sdk/models/transaction.rb

#external_idObject

Optional ID that is supplied by partner linking it to the partner’s own Transaction ID. Note: if present we will validate whether the sent ID is a duplicate in our system or not.



55
56
57
# File 'lib/transferzero-sdk/models/transaction.rb', line 55

def external_id
  @external_id
end