// This is a generated file - do not edit. // // Generated from wechat.proto. // @dart = 3.3 // ignore_for_file: annotate_overrides, camel_case_types, comment_references // ignore_for_file: constant_identifier_names // ignore_for_file: curly_braces_in_flow_control_structures // ignore_for_file: deprecated_member_use_from_same_package, library_prefixes // ignore_for_file: non_constant_identifier_names import 'dart:core' as $core; import 'package:fixnum/fixnum.dart' as $fixnum; import 'package:protobuf/protobuf.dart' as $pb; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; class WxpayJSAPIPreOrderRequest extends $pb.GeneratedMessage { factory WxpayJSAPIPreOrderRequest({ $core.String? userIdentification, $fixnum.Int64? amount, $core.String? authCode, $core.String? description, $core.String? notifyUrl, $core.String? orderNo, }) { final result = create(); if (userIdentification != null) result.userIdentification = userIdentification; if (amount != null) result.amount = amount; if (authCode != null) result.authCode = authCode; if (description != null) result.description = description; if (notifyUrl != null) result.notifyUrl = notifyUrl; if (orderNo != null) result.orderNo = orderNo; return result; } WxpayJSAPIPreOrderRequest._(); factory WxpayJSAPIPreOrderRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry); factory WxpayJSAPIPreOrderRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); static final $pb.BuilderInfo _i = $pb.BuilderInfo( _omitMessageNames ? '' : 'WxpayJSAPIPreOrderRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'wallet'), createEmptyInstance: create) ..aOS(1, _omitFieldNames ? '' : 'userIdentification') ..aInt64(2, _omitFieldNames ? '' : 'amount') ..aOS(3, _omitFieldNames ? '' : 'authCode') ..aOS(4, _omitFieldNames ? '' : 'description') ..aOS(5, _omitFieldNames ? '' : 'notifyUrl') ..aOS(6, _omitFieldNames ? '' : 'orderNo', protoName: 'orderNo') ..hasRequiredFields = false; @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxpayJSAPIPreOrderRequest clone() => WxpayJSAPIPreOrderRequest()..mergeFromMessage(this); @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxpayJSAPIPreOrderRequest copyWith( void Function(WxpayJSAPIPreOrderRequest) updates) => super.copyWith((message) => updates(message as WxpayJSAPIPreOrderRequest)) as WxpayJSAPIPreOrderRequest; @$core.override $pb.BuilderInfo get info_ => _i; @$core.pragma('dart2js:noInline') static WxpayJSAPIPreOrderRequest create() => WxpayJSAPIPreOrderRequest._(); @$core.override WxpayJSAPIPreOrderRequest createEmptyInstance() => create(); static $pb.PbList createRepeated() => $pb.PbList(); @$core.pragma('dart2js:noInline') static WxpayJSAPIPreOrderRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); static WxpayJSAPIPreOrderRequest? _defaultInstance; @$pb.TagNumber(1) $core.String get userIdentification => $_getSZ(0); @$pb.TagNumber(1) set userIdentification($core.String value) => $_setString(0, value); @$pb.TagNumber(1) $core.bool hasUserIdentification() => $_has(0); @$pb.TagNumber(1) void clearUserIdentification() => $_clearField(1); @$pb.TagNumber(2) $fixnum.Int64 get amount => $_getI64(1); @$pb.TagNumber(2) set amount($fixnum.Int64 value) => $_setInt64(1, value); @$pb.TagNumber(2) $core.bool hasAmount() => $_has(1); @$pb.TagNumber(2) void clearAmount() => $_clearField(2); @$pb.TagNumber(3) $core.String get authCode => $_getSZ(2); @$pb.TagNumber(3) set authCode($core.String value) => $_setString(2, value); @$pb.TagNumber(3) $core.bool hasAuthCode() => $_has(2); @$pb.TagNumber(3) void clearAuthCode() => $_clearField(3); @$pb.TagNumber(4) $core.String get description => $_getSZ(3); @$pb.TagNumber(4) set description($core.String value) => $_setString(3, value); @$pb.TagNumber(4) $core.bool hasDescription() => $_has(3); @$pb.TagNumber(4) void clearDescription() => $_clearField(4); @$pb.TagNumber(5) $core.String get notifyUrl => $_getSZ(4); @$pb.TagNumber(5) set notifyUrl($core.String value) => $_setString(4, value); @$pb.TagNumber(5) $core.bool hasNotifyUrl() => $_has(4); @$pb.TagNumber(5) void clearNotifyUrl() => $_clearField(5); @$pb.TagNumber(6) $core.String get orderNo => $_getSZ(5); @$pb.TagNumber(6) set orderNo($core.String value) => $_setString(5, value); @$pb.TagNumber(6) $core.bool hasOrderNo() => $_has(5); @$pb.TagNumber(6) void clearOrderNo() => $_clearField(6); } class WxpayJSAPIPreOrderReply extends $pb.GeneratedMessage { factory WxpayJSAPIPreOrderReply({ $core.String? prepayId, $core.String? appId, $core.String? timestamp, $core.String? nonceStr, $core.String? signType, $core.String? sign, }) { final result = create(); if (prepayId != null) result.prepayId = prepayId; if (appId != null) result.appId = appId; if (timestamp != null) result.timestamp = timestamp; if (nonceStr != null) result.nonceStr = nonceStr; if (signType != null) result.signType = signType; if (sign != null) result.sign = sign; return result; } WxpayJSAPIPreOrderReply._(); factory WxpayJSAPIPreOrderReply.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry); factory WxpayJSAPIPreOrderReply.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); static final $pb.BuilderInfo _i = $pb.BuilderInfo( _omitMessageNames ? '' : 'WxpayJSAPIPreOrderReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'wallet'), createEmptyInstance: create) ..aOS(1, _omitFieldNames ? '' : 'prepayId') ..aOS(2, _omitFieldNames ? '' : 'appId') ..aOS(3, _omitFieldNames ? '' : 'timestamp') ..aOS(4, _omitFieldNames ? '' : 'nonceStr') ..aOS(5, _omitFieldNames ? '' : 'signType') ..aOS(6, _omitFieldNames ? '' : 'sign') ..hasRequiredFields = false; @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxpayJSAPIPreOrderReply clone() => WxpayJSAPIPreOrderReply()..mergeFromMessage(this); @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxpayJSAPIPreOrderReply copyWith( void Function(WxpayJSAPIPreOrderReply) updates) => super.copyWith((message) => updates(message as WxpayJSAPIPreOrderReply)) as WxpayJSAPIPreOrderReply; @$core.override $pb.BuilderInfo get info_ => _i; @$core.pragma('dart2js:noInline') static WxpayJSAPIPreOrderReply create() => WxpayJSAPIPreOrderReply._(); @$core.override WxpayJSAPIPreOrderReply createEmptyInstance() => create(); static $pb.PbList createRepeated() => $pb.PbList(); @$core.pragma('dart2js:noInline') static WxpayJSAPIPreOrderReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); static WxpayJSAPIPreOrderReply? _defaultInstance; @$pb.TagNumber(1) $core.String get prepayId => $_getSZ(0); @$pb.TagNumber(1) set prepayId($core.String value) => $_setString(0, value); @$pb.TagNumber(1) $core.bool hasPrepayId() => $_has(0); @$pb.TagNumber(1) void clearPrepayId() => $_clearField(1); @$pb.TagNumber(2) $core.String get appId => $_getSZ(1); @$pb.TagNumber(2) set appId($core.String value) => $_setString(1, value); @$pb.TagNumber(2) $core.bool hasAppId() => $_has(1); @$pb.TagNumber(2) void clearAppId() => $_clearField(2); @$pb.TagNumber(3) $core.String get timestamp => $_getSZ(2); @$pb.TagNumber(3) set timestamp($core.String value) => $_setString(2, value); @$pb.TagNumber(3) $core.bool hasTimestamp() => $_has(2); @$pb.TagNumber(3) void clearTimestamp() => $_clearField(3); @$pb.TagNumber(4) $core.String get nonceStr => $_getSZ(3); @$pb.TagNumber(4) set nonceStr($core.String value) => $_setString(3, value); @$pb.TagNumber(4) $core.bool hasNonceStr() => $_has(3); @$pb.TagNumber(4) void clearNonceStr() => $_clearField(4); @$pb.TagNumber(5) $core.String get signType => $_getSZ(4); @$pb.TagNumber(5) set signType($core.String value) => $_setString(4, value); @$pb.TagNumber(5) $core.bool hasSignType() => $_has(4); @$pb.TagNumber(5) void clearSignType() => $_clearField(5); @$pb.TagNumber(6) $core.String get sign => $_getSZ(5); @$pb.TagNumber(6) set sign($core.String value) => $_setString(5, value); @$pb.TagNumber(6) $core.bool hasSign() => $_has(5); @$pb.TagNumber(6) void clearSign() => $_clearField(6); } class WxpayAppPreOrderRequest extends $pb.GeneratedMessage { factory WxpayAppPreOrderRequest({ $core.String? userIdentification, $fixnum.Int64? amount, $core.String? description, $core.String? notifyUrl, }) { final result = create(); if (userIdentification != null) result.userIdentification = userIdentification; if (amount != null) result.amount = amount; if (description != null) result.description = description; if (notifyUrl != null) result.notifyUrl = notifyUrl; return result; } WxpayAppPreOrderRequest._(); factory WxpayAppPreOrderRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry); factory WxpayAppPreOrderRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); static final $pb.BuilderInfo _i = $pb.BuilderInfo( _omitMessageNames ? '' : 'WxpayAppPreOrderRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'wallet'), createEmptyInstance: create) ..aOS(1, _omitFieldNames ? '' : 'userIdentification') ..aInt64(2, _omitFieldNames ? '' : 'amount') ..aOS(3, _omitFieldNames ? '' : 'description') ..aOS(4, _omitFieldNames ? '' : 'notifyUrl') ..hasRequiredFields = false; @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxpayAppPreOrderRequest clone() => WxpayAppPreOrderRequest()..mergeFromMessage(this); @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxpayAppPreOrderRequest copyWith( void Function(WxpayAppPreOrderRequest) updates) => super.copyWith((message) => updates(message as WxpayAppPreOrderRequest)) as WxpayAppPreOrderRequest; @$core.override $pb.BuilderInfo get info_ => _i; @$core.pragma('dart2js:noInline') static WxpayAppPreOrderRequest create() => WxpayAppPreOrderRequest._(); @$core.override WxpayAppPreOrderRequest createEmptyInstance() => create(); static $pb.PbList createRepeated() => $pb.PbList(); @$core.pragma('dart2js:noInline') static WxpayAppPreOrderRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); static WxpayAppPreOrderRequest? _defaultInstance; @$pb.TagNumber(1) $core.String get userIdentification => $_getSZ(0); @$pb.TagNumber(1) set userIdentification($core.String value) => $_setString(0, value); @$pb.TagNumber(1) $core.bool hasUserIdentification() => $_has(0); @$pb.TagNumber(1) void clearUserIdentification() => $_clearField(1); @$pb.TagNumber(2) $fixnum.Int64 get amount => $_getI64(1); @$pb.TagNumber(2) set amount($fixnum.Int64 value) => $_setInt64(1, value); @$pb.TagNumber(2) $core.bool hasAmount() => $_has(1); @$pb.TagNumber(2) void clearAmount() => $_clearField(2); @$pb.TagNumber(3) $core.String get description => $_getSZ(2); @$pb.TagNumber(3) set description($core.String value) => $_setString(2, value); @$pb.TagNumber(3) $core.bool hasDescription() => $_has(2); @$pb.TagNumber(3) void clearDescription() => $_clearField(3); @$pb.TagNumber(4) $core.String get notifyUrl => $_getSZ(3); @$pb.TagNumber(4) set notifyUrl($core.String value) => $_setString(3, value); @$pb.TagNumber(4) $core.bool hasNotifyUrl() => $_has(3); @$pb.TagNumber(4) void clearNotifyUrl() => $_clearField(4); } class WxpayAppPreOrderReply extends $pb.GeneratedMessage { factory WxpayAppPreOrderReply({ $core.String? prepayId, $core.String? appId, $core.String? mchId, }) { final result = create(); if (prepayId != null) result.prepayId = prepayId; if (appId != null) result.appId = appId; if (mchId != null) result.mchId = mchId; return result; } WxpayAppPreOrderReply._(); factory WxpayAppPreOrderReply.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry); factory WxpayAppPreOrderReply.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); static final $pb.BuilderInfo _i = $pb.BuilderInfo( _omitMessageNames ? '' : 'WxpayAppPreOrderReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'wallet'), createEmptyInstance: create) ..aOS(1, _omitFieldNames ? '' : 'prepayId') ..aOS(2, _omitFieldNames ? '' : 'appId') ..aOS(3, _omitFieldNames ? '' : 'mchId') ..hasRequiredFields = false; @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxpayAppPreOrderReply clone() => WxpayAppPreOrderReply()..mergeFromMessage(this); @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxpayAppPreOrderReply copyWith( void Function(WxpayAppPreOrderReply) updates) => super.copyWith((message) => updates(message as WxpayAppPreOrderReply)) as WxpayAppPreOrderReply; @$core.override $pb.BuilderInfo get info_ => _i; @$core.pragma('dart2js:noInline') static WxpayAppPreOrderReply create() => WxpayAppPreOrderReply._(); @$core.override WxpayAppPreOrderReply createEmptyInstance() => create(); static $pb.PbList createRepeated() => $pb.PbList(); @$core.pragma('dart2js:noInline') static WxpayAppPreOrderReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); static WxpayAppPreOrderReply? _defaultInstance; @$pb.TagNumber(1) $core.String get prepayId => $_getSZ(0); @$pb.TagNumber(1) set prepayId($core.String value) => $_setString(0, value); @$pb.TagNumber(1) $core.bool hasPrepayId() => $_has(0); @$pb.TagNumber(1) void clearPrepayId() => $_clearField(1); @$pb.TagNumber(2) $core.String get appId => $_getSZ(1); @$pb.TagNumber(2) set appId($core.String value) => $_setString(1, value); @$pb.TagNumber(2) $core.bool hasAppId() => $_has(1); @$pb.TagNumber(2) void clearAppId() => $_clearField(2); @$pb.TagNumber(3) $core.String get mchId => $_getSZ(2); @$pb.TagNumber(3) set mchId($core.String value) => $_setString(2, value); @$pb.TagNumber(3) $core.bool hasMchId() => $_has(2); @$pb.TagNumber(3) void clearMchId() => $_clearField(3); } class WxpayNativePreOrderRequest extends $pb.GeneratedMessage { factory WxpayNativePreOrderRequest({ $core.String? userIdentification, $fixnum.Int64? amount, $core.String? description, $core.String? notifyUrl, }) { final result = create(); if (userIdentification != null) result.userIdentification = userIdentification; if (amount != null) result.amount = amount; if (description != null) result.description = description; if (notifyUrl != null) result.notifyUrl = notifyUrl; return result; } WxpayNativePreOrderRequest._(); factory WxpayNativePreOrderRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry); factory WxpayNativePreOrderRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); static final $pb.BuilderInfo _i = $pb.BuilderInfo( _omitMessageNames ? '' : 'WxpayNativePreOrderRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'wallet'), createEmptyInstance: create) ..aOS(1, _omitFieldNames ? '' : 'userIdentification') ..aInt64(2, _omitFieldNames ? '' : 'amount') ..aOS(3, _omitFieldNames ? '' : 'description') ..aOS(4, _omitFieldNames ? '' : 'notifyUrl') ..hasRequiredFields = false; @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxpayNativePreOrderRequest clone() => WxpayNativePreOrderRequest()..mergeFromMessage(this); @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxpayNativePreOrderRequest copyWith( void Function(WxpayNativePreOrderRequest) updates) => super.copyWith( (message) => updates(message as WxpayNativePreOrderRequest)) as WxpayNativePreOrderRequest; @$core.override $pb.BuilderInfo get info_ => _i; @$core.pragma('dart2js:noInline') static WxpayNativePreOrderRequest create() => WxpayNativePreOrderRequest._(); @$core.override WxpayNativePreOrderRequest createEmptyInstance() => create(); static $pb.PbList createRepeated() => $pb.PbList(); @$core.pragma('dart2js:noInline') static WxpayNativePreOrderRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); static WxpayNativePreOrderRequest? _defaultInstance; @$pb.TagNumber(1) $core.String get userIdentification => $_getSZ(0); @$pb.TagNumber(1) set userIdentification($core.String value) => $_setString(0, value); @$pb.TagNumber(1) $core.bool hasUserIdentification() => $_has(0); @$pb.TagNumber(1) void clearUserIdentification() => $_clearField(1); @$pb.TagNumber(2) $fixnum.Int64 get amount => $_getI64(1); @$pb.TagNumber(2) set amount($fixnum.Int64 value) => $_setInt64(1, value); @$pb.TagNumber(2) $core.bool hasAmount() => $_has(1); @$pb.TagNumber(2) void clearAmount() => $_clearField(2); @$pb.TagNumber(3) $core.String get description => $_getSZ(2); @$pb.TagNumber(3) set description($core.String value) => $_setString(2, value); @$pb.TagNumber(3) $core.bool hasDescription() => $_has(2); @$pb.TagNumber(3) void clearDescription() => $_clearField(3); @$pb.TagNumber(4) $core.String get notifyUrl => $_getSZ(3); @$pb.TagNumber(4) set notifyUrl($core.String value) => $_setString(3, value); @$pb.TagNumber(4) $core.bool hasNotifyUrl() => $_has(3); @$pb.TagNumber(4) void clearNotifyUrl() => $_clearField(4); } class WxpayNativePreOrderReply extends $pb.GeneratedMessage { factory WxpayNativePreOrderReply({ $core.String? codeUrl, }) { final result = create(); if (codeUrl != null) result.codeUrl = codeUrl; return result; } WxpayNativePreOrderReply._(); factory WxpayNativePreOrderReply.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry); factory WxpayNativePreOrderReply.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); static final $pb.BuilderInfo _i = $pb.BuilderInfo( _omitMessageNames ? '' : 'WxpayNativePreOrderReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'wallet'), createEmptyInstance: create) ..aOS(1, _omitFieldNames ? '' : 'codeUrl') ..hasRequiredFields = false; @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxpayNativePreOrderReply clone() => WxpayNativePreOrderReply()..mergeFromMessage(this); @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxpayNativePreOrderReply copyWith( void Function(WxpayNativePreOrderReply) updates) => super.copyWith((message) => updates(message as WxpayNativePreOrderReply)) as WxpayNativePreOrderReply; @$core.override $pb.BuilderInfo get info_ => _i; @$core.pragma('dart2js:noInline') static WxpayNativePreOrderReply create() => WxpayNativePreOrderReply._(); @$core.override WxpayNativePreOrderReply createEmptyInstance() => create(); static $pb.PbList createRepeated() => $pb.PbList(); @$core.pragma('dart2js:noInline') static WxpayNativePreOrderReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); static WxpayNativePreOrderReply? _defaultInstance; @$pb.TagNumber(1) $core.String get codeUrl => $_getSZ(0); @$pb.TagNumber(1) set codeUrl($core.String value) => $_setString(0, value); @$pb.TagNumber(1) $core.bool hasCodeUrl() => $_has(0); @$pb.TagNumber(1) void clearCodeUrl() => $_clearField(1); } class WxpayTransferRequest extends $pb.GeneratedMessage { factory WxpayTransferRequest({ $core.String? userIdentification, $fixnum.Int64? amount, $fixnum.Int64? fee, $core.String? description, $core.String? transferName, }) { final result = create(); if (userIdentification != null) result.userIdentification = userIdentification; if (amount != null) result.amount = amount; if (fee != null) result.fee = fee; if (description != null) result.description = description; if (transferName != null) result.transferName = transferName; return result; } WxpayTransferRequest._(); factory WxpayTransferRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry); factory WxpayTransferRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); static final $pb.BuilderInfo _i = $pb.BuilderInfo( _omitMessageNames ? '' : 'WxpayTransferRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'wallet'), createEmptyInstance: create) ..aOS(1, _omitFieldNames ? '' : 'userIdentification') ..aInt64(2, _omitFieldNames ? '' : 'amount') ..aInt64(3, _omitFieldNames ? '' : 'fee') ..aOS(4, _omitFieldNames ? '' : 'description') ..aOS(5, _omitFieldNames ? '' : 'transferName') ..hasRequiredFields = false; @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxpayTransferRequest clone() => WxpayTransferRequest()..mergeFromMessage(this); @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxpayTransferRequest copyWith(void Function(WxpayTransferRequest) updates) => super.copyWith((message) => updates(message as WxpayTransferRequest)) as WxpayTransferRequest; @$core.override $pb.BuilderInfo get info_ => _i; @$core.pragma('dart2js:noInline') static WxpayTransferRequest create() => WxpayTransferRequest._(); @$core.override WxpayTransferRequest createEmptyInstance() => create(); static $pb.PbList createRepeated() => $pb.PbList(); @$core.pragma('dart2js:noInline') static WxpayTransferRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); static WxpayTransferRequest? _defaultInstance; @$pb.TagNumber(1) $core.String get userIdentification => $_getSZ(0); @$pb.TagNumber(1) set userIdentification($core.String value) => $_setString(0, value); @$pb.TagNumber(1) $core.bool hasUserIdentification() => $_has(0); @$pb.TagNumber(1) void clearUserIdentification() => $_clearField(1); @$pb.TagNumber(2) $fixnum.Int64 get amount => $_getI64(1); @$pb.TagNumber(2) set amount($fixnum.Int64 value) => $_setInt64(1, value); @$pb.TagNumber(2) $core.bool hasAmount() => $_has(1); @$pb.TagNumber(2) void clearAmount() => $_clearField(2); @$pb.TagNumber(3) $fixnum.Int64 get fee => $_getI64(2); @$pb.TagNumber(3) set fee($fixnum.Int64 value) => $_setInt64(2, value); @$pb.TagNumber(3) $core.bool hasFee() => $_has(2); @$pb.TagNumber(3) void clearFee() => $_clearField(3); @$pb.TagNumber(4) $core.String get description => $_getSZ(3); @$pb.TagNumber(4) set description($core.String value) => $_setString(3, value); @$pb.TagNumber(4) $core.bool hasDescription() => $_has(3); @$pb.TagNumber(4) void clearDescription() => $_clearField(4); @$pb.TagNumber(5) $core.String get transferName => $_getSZ(4); @$pb.TagNumber(5) set transferName($core.String value) => $_setString(4, value); @$pb.TagNumber(5) $core.bool hasTransferName() => $_has(4); @$pb.TagNumber(5) void clearTransferName() => $_clearField(5); } class WxpayTransferReply extends $pb.GeneratedMessage { factory WxpayTransferReply() => create(); WxpayTransferReply._(); factory WxpayTransferReply.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry); factory WxpayTransferReply.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); static final $pb.BuilderInfo _i = $pb.BuilderInfo( _omitMessageNames ? '' : 'WxpayTransferReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'wallet'), createEmptyInstance: create) ..hasRequiredFields = false; @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxpayTransferReply clone() => WxpayTransferReply()..mergeFromMessage(this); @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxpayTransferReply copyWith(void Function(WxpayTransferReply) updates) => super.copyWith((message) => updates(message as WxpayTransferReply)) as WxpayTransferReply; @$core.override $pb.BuilderInfo get info_ => _i; @$core.pragma('dart2js:noInline') static WxpayTransferReply create() => WxpayTransferReply._(); @$core.override WxpayTransferReply createEmptyInstance() => create(); static $pb.PbList createRepeated() => $pb.PbList(); @$core.pragma('dart2js:noInline') static WxpayTransferReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); static WxpayTransferReply? _defaultInstance; } class WxCallBackResource extends $pb.GeneratedMessage { factory WxCallBackResource({ $core.String? originalType, $core.String? algorithm, $core.String? ciphertext, $core.String? associatedData, $core.String? nonce, }) { final result = create(); if (originalType != null) result.originalType = originalType; if (algorithm != null) result.algorithm = algorithm; if (ciphertext != null) result.ciphertext = ciphertext; if (associatedData != null) result.associatedData = associatedData; if (nonce != null) result.nonce = nonce; return result; } WxCallBackResource._(); factory WxCallBackResource.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry); factory WxCallBackResource.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); static final $pb.BuilderInfo _i = $pb.BuilderInfo( _omitMessageNames ? '' : 'WxCallBackResource', package: const $pb.PackageName(_omitMessageNames ? '' : 'wallet'), createEmptyInstance: create) ..aOS(1, _omitFieldNames ? '' : 'originalType') ..aOS(2, _omitFieldNames ? '' : 'algorithm') ..aOS(3, _omitFieldNames ? '' : 'ciphertext') ..aOS(4, _omitFieldNames ? '' : 'associatedData') ..aOS(5, _omitFieldNames ? '' : 'nonce') ..hasRequiredFields = false; @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxCallBackResource clone() => WxCallBackResource()..mergeFromMessage(this); @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxCallBackResource copyWith(void Function(WxCallBackResource) updates) => super.copyWith((message) => updates(message as WxCallBackResource)) as WxCallBackResource; @$core.override $pb.BuilderInfo get info_ => _i; @$core.pragma('dart2js:noInline') static WxCallBackResource create() => WxCallBackResource._(); @$core.override WxCallBackResource createEmptyInstance() => create(); static $pb.PbList createRepeated() => $pb.PbList(); @$core.pragma('dart2js:noInline') static WxCallBackResource getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); static WxCallBackResource? _defaultInstance; @$pb.TagNumber(1) $core.String get originalType => $_getSZ(0); @$pb.TagNumber(1) set originalType($core.String value) => $_setString(0, value); @$pb.TagNumber(1) $core.bool hasOriginalType() => $_has(0); @$pb.TagNumber(1) void clearOriginalType() => $_clearField(1); @$pb.TagNumber(2) $core.String get algorithm => $_getSZ(1); @$pb.TagNumber(2) set algorithm($core.String value) => $_setString(1, value); @$pb.TagNumber(2) $core.bool hasAlgorithm() => $_has(1); @$pb.TagNumber(2) void clearAlgorithm() => $_clearField(2); @$pb.TagNumber(3) $core.String get ciphertext => $_getSZ(2); @$pb.TagNumber(3) set ciphertext($core.String value) => $_setString(2, value); @$pb.TagNumber(3) $core.bool hasCiphertext() => $_has(2); @$pb.TagNumber(3) void clearCiphertext() => $_clearField(3); @$pb.TagNumber(4) $core.String get associatedData => $_getSZ(3); @$pb.TagNumber(4) set associatedData($core.String value) => $_setString(3, value); @$pb.TagNumber(4) $core.bool hasAssociatedData() => $_has(3); @$pb.TagNumber(4) void clearAssociatedData() => $_clearField(4); @$pb.TagNumber(5) $core.String get nonce => $_getSZ(4); @$pb.TagNumber(5) set nonce($core.String value) => $_setString(4, value); @$pb.TagNumber(5) $core.bool hasNonce() => $_has(4); @$pb.TagNumber(5) void clearNonce() => $_clearField(5); } class WxCallBackSignInfo extends $pb.GeneratedMessage { factory WxCallBackSignInfo({ $core.String? transactionId, $core.String? actCode, $core.String? hallCode, $fixnum.Int64? hallBelongMchId, $core.String? cardId, $core.String? code, $core.String? activityId, }) { final result = create(); if (transactionId != null) result.transactionId = transactionId; if (actCode != null) result.actCode = actCode; if (hallCode != null) result.hallCode = hallCode; if (hallBelongMchId != null) result.hallBelongMchId = hallBelongMchId; if (cardId != null) result.cardId = cardId; if (code != null) result.code = code; if (activityId != null) result.activityId = activityId; return result; } WxCallBackSignInfo._(); factory WxCallBackSignInfo.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry); factory WxCallBackSignInfo.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); static final $pb.BuilderInfo _i = $pb.BuilderInfo( _omitMessageNames ? '' : 'WxCallBackSignInfo', package: const $pb.PackageName(_omitMessageNames ? '' : 'wallet'), createEmptyInstance: create) ..aOS(1, _omitFieldNames ? '' : 'transactionId') ..aOS(2, _omitFieldNames ? '' : 'actCode') ..aOS(3, _omitFieldNames ? '' : 'hallCode') ..aInt64(4, _omitFieldNames ? '' : 'hallBelongMchId') ..aOS(5, _omitFieldNames ? '' : 'cardId') ..aOS(6, _omitFieldNames ? '' : 'code') ..aOS(7, _omitFieldNames ? '' : 'activityId') ..hasRequiredFields = false; @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxCallBackSignInfo clone() => WxCallBackSignInfo()..mergeFromMessage(this); @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxCallBackSignInfo copyWith(void Function(WxCallBackSignInfo) updates) => super.copyWith((message) => updates(message as WxCallBackSignInfo)) as WxCallBackSignInfo; @$core.override $pb.BuilderInfo get info_ => _i; @$core.pragma('dart2js:noInline') static WxCallBackSignInfo create() => WxCallBackSignInfo._(); @$core.override WxCallBackSignInfo createEmptyInstance() => create(); static $pb.PbList createRepeated() => $pb.PbList(); @$core.pragma('dart2js:noInline') static WxCallBackSignInfo getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); static WxCallBackSignInfo? _defaultInstance; @$pb.TagNumber(1) $core.String get transactionId => $_getSZ(0); @$pb.TagNumber(1) set transactionId($core.String value) => $_setString(0, value); @$pb.TagNumber(1) $core.bool hasTransactionId() => $_has(0); @$pb.TagNumber(1) void clearTransactionId() => $_clearField(1); @$pb.TagNumber(2) $core.String get actCode => $_getSZ(1); @$pb.TagNumber(2) set actCode($core.String value) => $_setString(1, value); @$pb.TagNumber(2) $core.bool hasActCode() => $_has(1); @$pb.TagNumber(2) void clearActCode() => $_clearField(2); @$pb.TagNumber(3) $core.String get hallCode => $_getSZ(2); @$pb.TagNumber(3) set hallCode($core.String value) => $_setString(2, value); @$pb.TagNumber(3) $core.bool hasHallCode() => $_has(2); @$pb.TagNumber(3) void clearHallCode() => $_clearField(3); @$pb.TagNumber(4) $fixnum.Int64 get hallBelongMchId => $_getI64(3); @$pb.TagNumber(4) set hallBelongMchId($fixnum.Int64 value) => $_setInt64(3, value); @$pb.TagNumber(4) $core.bool hasHallBelongMchId() => $_has(3); @$pb.TagNumber(4) void clearHallBelongMchId() => $_clearField(4); @$pb.TagNumber(5) $core.String get cardId => $_getSZ(4); @$pb.TagNumber(5) set cardId($core.String value) => $_setString(4, value); @$pb.TagNumber(5) $core.bool hasCardId() => $_has(4); @$pb.TagNumber(5) void clearCardId() => $_clearField(5); @$pb.TagNumber(6) $core.String get code => $_getSZ(5); @$pb.TagNumber(6) set code($core.String value) => $_setString(5, value); @$pb.TagNumber(6) $core.bool hasCode() => $_has(5); @$pb.TagNumber(6) void clearCode() => $_clearField(6); @$pb.TagNumber(7) $core.String get activityId => $_getSZ(6); @$pb.TagNumber(7) set activityId($core.String value) => $_setString(6, value); @$pb.TagNumber(7) $core.bool hasActivityId() => $_has(6); @$pb.TagNumber(7) void clearActivityId() => $_clearField(7); } class WxCallBackRequest extends $pb.GeneratedMessage { factory WxCallBackRequest({ $core.String? id, $core.String? createTime, $core.String? resourceType, $core.String? eventType, $core.String? summary, WxCallBackResource? resource, WxCallBackSignInfo? signInfo, }) { final result = create(); if (id != null) result.id = id; if (createTime != null) result.createTime = createTime; if (resourceType != null) result.resourceType = resourceType; if (eventType != null) result.eventType = eventType; if (summary != null) result.summary = summary; if (resource != null) result.resource = resource; if (signInfo != null) result.signInfo = signInfo; return result; } WxCallBackRequest._(); factory WxCallBackRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry); factory WxCallBackRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); static final $pb.BuilderInfo _i = $pb.BuilderInfo( _omitMessageNames ? '' : 'WxCallBackRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'wallet'), createEmptyInstance: create) ..aOS(1, _omitFieldNames ? '' : 'id') ..aOS(2, _omitFieldNames ? '' : 'createTime') ..aOS(3, _omitFieldNames ? '' : 'resourceType') ..aOS(4, _omitFieldNames ? '' : 'eventType') ..aOS(5, _omitFieldNames ? '' : 'summary') ..aOM(6, _omitFieldNames ? '' : 'resource', subBuilder: WxCallBackResource.create) ..aOM(7, _omitFieldNames ? '' : 'SignInfo', protoName: 'SignInfo', subBuilder: WxCallBackSignInfo.create) ..hasRequiredFields = false; @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxCallBackRequest clone() => WxCallBackRequest()..mergeFromMessage(this); @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') WxCallBackRequest copyWith(void Function(WxCallBackRequest) updates) => super.copyWith((message) => updates(message as WxCallBackRequest)) as WxCallBackRequest; @$core.override $pb.BuilderInfo get info_ => _i; @$core.pragma('dart2js:noInline') static WxCallBackRequest create() => WxCallBackRequest._(); @$core.override WxCallBackRequest createEmptyInstance() => create(); static $pb.PbList createRepeated() => $pb.PbList(); @$core.pragma('dart2js:noInline') static WxCallBackRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); static WxCallBackRequest? _defaultInstance; @$pb.TagNumber(1) $core.String get id => $_getSZ(0); @$pb.TagNumber(1) set id($core.String value) => $_setString(0, value); @$pb.TagNumber(1) $core.bool hasId() => $_has(0); @$pb.TagNumber(1) void clearId() => $_clearField(1); @$pb.TagNumber(2) $core.String get createTime => $_getSZ(1); @$pb.TagNumber(2) set createTime($core.String value) => $_setString(1, value); @$pb.TagNumber(2) $core.bool hasCreateTime() => $_has(1); @$pb.TagNumber(2) void clearCreateTime() => $_clearField(2); @$pb.TagNumber(3) $core.String get resourceType => $_getSZ(2); @$pb.TagNumber(3) set resourceType($core.String value) => $_setString(2, value); @$pb.TagNumber(3) $core.bool hasResourceType() => $_has(2); @$pb.TagNumber(3) void clearResourceType() => $_clearField(3); @$pb.TagNumber(4) $core.String get eventType => $_getSZ(3); @$pb.TagNumber(4) set eventType($core.String value) => $_setString(3, value); @$pb.TagNumber(4) $core.bool hasEventType() => $_has(3); @$pb.TagNumber(4) void clearEventType() => $_clearField(4); @$pb.TagNumber(5) $core.String get summary => $_getSZ(4); @$pb.TagNumber(5) set summary($core.String value) => $_setString(4, value); @$pb.TagNumber(5) $core.bool hasSummary() => $_has(4); @$pb.TagNumber(5) void clearSummary() => $_clearField(5); @$pb.TagNumber(6) WxCallBackResource get resource => $_getN(5); @$pb.TagNumber(6) set resource(WxCallBackResource value) => $_setField(6, value); @$pb.TagNumber(6) $core.bool hasResource() => $_has(5); @$pb.TagNumber(6) void clearResource() => $_clearField(6); @$pb.TagNumber(6) WxCallBackResource ensureResource() => $_ensure(5); @$pb.TagNumber(7) WxCallBackSignInfo get signInfo => $_getN(6); @$pb.TagNumber(7) set signInfo(WxCallBackSignInfo value) => $_setField(7, value); @$pb.TagNumber(7) $core.bool hasSignInfo() => $_has(6); @$pb.TagNumber(7) void clearSignInfo() => $_clearField(7); @$pb.TagNumber(7) WxCallBackSignInfo ensureSignInfo() => $_ensure(6); } class CallBackReply extends $pb.GeneratedMessage { factory CallBackReply({ $core.String? code, $core.String? message, }) { final result = create(); if (code != null) result.code = code; if (message != null) result.message = message; return result; } CallBackReply._(); factory CallBackReply.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry); factory CallBackReply.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); static final $pb.BuilderInfo _i = $pb.BuilderInfo( _omitMessageNames ? '' : 'CallBackReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'wallet'), createEmptyInstance: create) ..aOS(1, _omitFieldNames ? '' : 'code') ..aOS(2, _omitFieldNames ? '' : 'message') ..hasRequiredFields = false; @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') CallBackReply clone() => CallBackReply()..mergeFromMessage(this); @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') CallBackReply copyWith(void Function(CallBackReply) updates) => super.copyWith((message) => updates(message as CallBackReply)) as CallBackReply; @$core.override $pb.BuilderInfo get info_ => _i; @$core.pragma('dart2js:noInline') static CallBackReply create() => CallBackReply._(); @$core.override CallBackReply createEmptyInstance() => create(); static $pb.PbList createRepeated() => $pb.PbList(); @$core.pragma('dart2js:noInline') static CallBackReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); static CallBackReply? _defaultInstance; @$pb.TagNumber(1) $core.String get code => $_getSZ(0); @$pb.TagNumber(1) set code($core.String value) => $_setString(0, value); @$pb.TagNumber(1) $core.bool hasCode() => $_has(0); @$pb.TagNumber(1) void clearCode() => $_clearField(1); @$pb.TagNumber(2) $core.String get message => $_getSZ(1); @$pb.TagNumber(2) set message($core.String value) => $_setString(1, value); @$pb.TagNumber(2) $core.bool hasMessage() => $_has(1); @$pb.TagNumber(2) void clearMessage() => $_clearField(2); } const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names'); const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');