paymentCost constant

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

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

Implementation

@BuiltValueEnumConst(wireName: r'paymentCost')
static const TransferDataTypeEnum paymentCost = _$transferDataTypeEnum_paymentCost;