payTokenInd property

  1. @BuiltValueField.new(wireName: r'payTokenInd')
bool? get payTokenInd

Value true indicates that the transaction was de-tokenised prior to being received by the ACS.

Implementation

@BuiltValueField(wireName: r'payTokenInd')
bool? get payTokenInd;