singleUse property

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

Only a single payment can be made using this permit if set to true, otherwise multiple payments are allowed.

Implementation

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