paymentCost constant

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

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

Implementation

@BuiltValueEnumConst(wireName: r'paymentCost')
static const TransferTypeEnum paymentCost = _$transferTypeEnum_paymentCost;