perTransaction constant

  1. @BuiltValueEnumConst.new(wireName: r'perTransaction')
Scope const perTransaction

The scope to which the transfer limit applies. Possible values: * perTransaction: you set a maximum amount for each transfer made from the balance account or balance platform. * perDay: you set a maximum total amount for all transfers made from the balance account or balance platform in a day.

Implementation

@BuiltValueEnumConst(wireName: r'perTransaction')
static const Scope perTransaction = _$perTransaction;