singleUse property
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;
Only a single payment can be made using this permit if set to true, otherwise multiple payments are allowed.
@BuiltValueField(wireName: r'singleUse')
bool? get singleUse;