capture constant

  1. @BuiltValueEnumConst.new(wireName: r'capture')
TransferTypeEnum const capture

The type of transfer or transaction. For example, refund, payment, internalTransfer, bankTransfer.

Implementation

@BuiltValueEnumConst(wireName: r'capture')
static const TransferTypeEnum capture = _$transferTypeEnum_capture;