custCancel constant

  1. @BuiltValueEnumConst.new(wireName: r'CustCancel')
ReversalReason const custCancel

Reason of the payment or loyalty reversal. Possible values: * CustCancel * Malfunction * MerchantCancel * Unable2Compl

Implementation

@BuiltValueEnumConst(wireName: r'CustCancel')
static const ReversalReason custCancel = _$custCancel;