appId property

  1. @BuiltValueField.new(wireName: r'appId')
String? get appId

TPAP (Third Party Application) Id that is being used to make the UPI payment

Implementation

@BuiltValueField(wireName: r'appId')
String? get appId;