chargeback constant

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

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

Implementation

@BuiltValueEnumConst(wireName: r'chargeback')
static const TransferTypeEnum chargeback = _$transferTypeEnum_chargeback;