payment constant

  1. @BuiltValueEnumConst.new(wireName: r'payment')
AuthenticationInfoMessageCategoryEnum const payment

Identifies the category of the message for a specific use case. Possible values: * payment * nonPayment

Implementation

@BuiltValueEnumConst(wireName: r'payment')
static const AuthenticationInfoMessageCategoryEnum payment = _$authenticationInfoMessageCategoryEnum_payment;