@sniipwebmaster/payment-methods-client-grpcweb 26.9.9124 → 26.9.9142
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dependancies/service_grpc_web_pb.js +0 -183
- package/dependancies/service_pb.js +128 -2110
- package/package.json +1 -1
|
@@ -61,7 +61,6 @@ goog.exportSymbol('proto.sniippaymentmethodsserviceapi.ColourScheme', null, glob
|
|
|
61
61
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.CompleteClick2PayEnrollmentRequest', null, global);
|
|
62
62
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.CompleteClick2PayEnrollmentResponse', null, global);
|
|
63
63
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.CreatePaymentMethodGroupRequest', null, global);
|
|
64
|
-
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest', null, global);
|
|
65
64
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.CreditCard', null, global);
|
|
66
65
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.CreditCardForPaymentRequest', null, global);
|
|
67
66
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.CreditCardVerifyRequest', null, global);
|
|
@@ -96,7 +95,6 @@ goog.exportSymbol('proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAudit
|
|
|
96
95
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.GetPaymentMethodsInternalRequest', null, global);
|
|
97
96
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.GetPaymentMethodsRequest', null, global);
|
|
98
97
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.GetPriorityBillConfigsForPaymentMethodRequest', null, global);
|
|
99
|
-
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest', null, global);
|
|
100
98
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.GetZenithPaymentDetailsRequest', null, global);
|
|
101
99
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.GooglePay', null, global);
|
|
102
100
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.GooglePayDetail', null, global);
|
|
@@ -106,7 +104,6 @@ goog.exportSymbol('proto.sniippaymentmethodsserviceapi.OperationsRequestBankAcco
|
|
|
106
104
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.OperationsRequestBankAccountAgreementResponse', null, global);
|
|
107
105
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.OperationsVerifyBsbAccountRequest', null, global);
|
|
108
106
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.OperationsVerifyBsbAccountResponse', null, global);
|
|
109
|
-
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.PaidBillerConfig', null, global);
|
|
110
107
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.PayToAgreementStatus', null, global);
|
|
111
108
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.PayerAuthenticationRequest', null, global);
|
|
112
109
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.PayerAuthenticationResponse', null, global);
|
|
@@ -145,7 +142,6 @@ goog.exportSymbol('proto.sniippaymentmethodsserviceapi.RetryPayToAgreementReques
|
|
|
145
142
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.RetryPayToAgreementResponse', null, global);
|
|
146
143
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.RevealBinLookupRequest', null, global);
|
|
147
144
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.RevealBinLookupResponse', null, global);
|
|
148
|
-
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest', null, global);
|
|
149
145
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest', null, global);
|
|
150
146
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.UpdateBankAccount', null, global);
|
|
151
147
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.UpdateCreditCard', null, global);
|
|
@@ -155,9 +151,6 @@ goog.exportSymbol('proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodReques
|
|
|
155
151
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.UpdatePaytoBankAccount', null, global);
|
|
156
152
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.UpdateWexCard', null, global);
|
|
157
153
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.UpdateWexCardRequest', null, global);
|
|
158
|
-
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride', null, global);
|
|
159
|
-
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse', null, global);
|
|
160
|
-
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse', null, global);
|
|
161
154
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.ValidateApplePayRequest', null, global);
|
|
162
155
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.ValidateGooglePayRequest', null, global);
|
|
163
156
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsRequest', null, global);
|
|
@@ -2545,27 +2538,6 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
2545
2538
|
*/
|
|
2546
2539
|
proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsRequest.displayName = 'proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsRequest';
|
|
2547
2540
|
}
|
|
2548
|
-
/**
|
|
2549
|
-
* Generated by JsPbCodeGenerator.
|
|
2550
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2551
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
2552
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
2553
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
2554
|
-
* valid.
|
|
2555
|
-
* @extends {jspb.Message}
|
|
2556
|
-
* @constructor
|
|
2557
|
-
*/
|
|
2558
|
-
proto.sniippaymentmethodsserviceapi.PaidBillerConfig = function(opt_data) {
|
|
2559
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
2560
|
-
};
|
|
2561
|
-
goog.inherits(proto.sniippaymentmethodsserviceapi.PaidBillerConfig, jspb.Message);
|
|
2562
|
-
if (goog.DEBUG && !COMPILED) {
|
|
2563
|
-
/**
|
|
2564
|
-
* @public
|
|
2565
|
-
* @override
|
|
2566
|
-
*/
|
|
2567
|
-
proto.sniippaymentmethodsserviceapi.PaidBillerConfig.displayName = 'proto.sniippaymentmethodsserviceapi.PaidBillerConfig';
|
|
2568
|
-
}
|
|
2569
2541
|
/**
|
|
2570
2542
|
* Generated by JsPbCodeGenerator.
|
|
2571
2543
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -2923,132 +2895,6 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
2923
2895
|
*/
|
|
2924
2896
|
proto.sniippaymentmethodsserviceapi.ExtendBankVerifyCodeExpiryRequest.displayName = 'proto.sniippaymentmethodsserviceapi.ExtendBankVerifyCodeExpiryRequest';
|
|
2925
2897
|
}
|
|
2926
|
-
/**
|
|
2927
|
-
* Generated by JsPbCodeGenerator.
|
|
2928
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2929
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
2930
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
2931
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
2932
|
-
* valid.
|
|
2933
|
-
* @extends {jspb.Message}
|
|
2934
|
-
* @constructor
|
|
2935
|
-
*/
|
|
2936
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride = function(opt_data) {
|
|
2937
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
2938
|
-
};
|
|
2939
|
-
goog.inherits(proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride, jspb.Message);
|
|
2940
|
-
if (goog.DEBUG && !COMPILED) {
|
|
2941
|
-
/**
|
|
2942
|
-
* @public
|
|
2943
|
-
* @override
|
|
2944
|
-
*/
|
|
2945
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.displayName = 'proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride';
|
|
2946
|
-
}
|
|
2947
|
-
/**
|
|
2948
|
-
* Generated by JsPbCodeGenerator.
|
|
2949
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2950
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
2951
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
2952
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
2953
|
-
* valid.
|
|
2954
|
-
* @extends {jspb.Message}
|
|
2955
|
-
* @constructor
|
|
2956
|
-
*/
|
|
2957
|
-
proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest = function(opt_data) {
|
|
2958
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
2959
|
-
};
|
|
2960
|
-
goog.inherits(proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest, jspb.Message);
|
|
2961
|
-
if (goog.DEBUG && !COMPILED) {
|
|
2962
|
-
/**
|
|
2963
|
-
* @public
|
|
2964
|
-
* @override
|
|
2965
|
-
*/
|
|
2966
|
-
proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.displayName = 'proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest';
|
|
2967
|
-
}
|
|
2968
|
-
/**
|
|
2969
|
-
* Generated by JsPbCodeGenerator.
|
|
2970
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2971
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
2972
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
2973
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
2974
|
-
* valid.
|
|
2975
|
-
* @extends {jspb.Message}
|
|
2976
|
-
* @constructor
|
|
2977
|
-
*/
|
|
2978
|
-
proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest = function(opt_data) {
|
|
2979
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
2980
|
-
};
|
|
2981
|
-
goog.inherits(proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest, jspb.Message);
|
|
2982
|
-
if (goog.DEBUG && !COMPILED) {
|
|
2983
|
-
/**
|
|
2984
|
-
* @public
|
|
2985
|
-
* @override
|
|
2986
|
-
*/
|
|
2987
|
-
proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest.displayName = 'proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest';
|
|
2988
|
-
}
|
|
2989
|
-
/**
|
|
2990
|
-
* Generated by JsPbCodeGenerator.
|
|
2991
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2992
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
2993
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
2994
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
2995
|
-
* valid.
|
|
2996
|
-
* @extends {jspb.Message}
|
|
2997
|
-
* @constructor
|
|
2998
|
-
*/
|
|
2999
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse = function(opt_data) {
|
|
3000
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
3001
|
-
};
|
|
3002
|
-
goog.inherits(proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse, jspb.Message);
|
|
3003
|
-
if (goog.DEBUG && !COMPILED) {
|
|
3004
|
-
/**
|
|
3005
|
-
* @public
|
|
3006
|
-
* @override
|
|
3007
|
-
*/
|
|
3008
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse.displayName = 'proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse';
|
|
3009
|
-
}
|
|
3010
|
-
/**
|
|
3011
|
-
* Generated by JsPbCodeGenerator.
|
|
3012
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
3013
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
3014
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
3015
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
3016
|
-
* valid.
|
|
3017
|
-
* @extends {jspb.Message}
|
|
3018
|
-
* @constructor
|
|
3019
|
-
*/
|
|
3020
|
-
proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest = function(opt_data) {
|
|
3021
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
3022
|
-
};
|
|
3023
|
-
goog.inherits(proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest, jspb.Message);
|
|
3024
|
-
if (goog.DEBUG && !COMPILED) {
|
|
3025
|
-
/**
|
|
3026
|
-
* @public
|
|
3027
|
-
* @override
|
|
3028
|
-
*/
|
|
3029
|
-
proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest.displayName = 'proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest';
|
|
3030
|
-
}
|
|
3031
|
-
/**
|
|
3032
|
-
* Generated by JsPbCodeGenerator.
|
|
3033
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
3034
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
3035
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
3036
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
3037
|
-
* valid.
|
|
3038
|
-
* @extends {jspb.Message}
|
|
3039
|
-
* @constructor
|
|
3040
|
-
*/
|
|
3041
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse = function(opt_data) {
|
|
3042
|
-
jspb.Message.initialize(this, opt_data, 0, -1, proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse.repeatedFields_, null);
|
|
3043
|
-
};
|
|
3044
|
-
goog.inherits(proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse, jspb.Message);
|
|
3045
|
-
if (goog.DEBUG && !COMPILED) {
|
|
3046
|
-
/**
|
|
3047
|
-
* @public
|
|
3048
|
-
* @override
|
|
3049
|
-
*/
|
|
3050
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse.displayName = 'proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse';
|
|
3051
|
-
}
|
|
3052
2898
|
/**
|
|
3053
2899
|
* Generated by JsPbCodeGenerator.
|
|
3054
2900
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -9025,7 +8871,10 @@ proto.sniippaymentmethodsserviceapi.BillConfigForPayment.toObject = function(inc
|
|
|
9025
8871
|
billconfigid: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
9026
8872
|
paymentprocessor: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
9027
8873
|
paymentmethodexpired: jspb.Message.getBooleanFieldWithDefault(msg, 5, false),
|
|
9028
|
-
rejectionreason: jspb.Message.getFieldWithDefault(msg, 6, 0)
|
|
8874
|
+
rejectionreason: jspb.Message.getFieldWithDefault(msg, 6, 0),
|
|
8875
|
+
paymentmethodgroupid: jspb.Message.getFieldWithDefault(msg, 7, 0),
|
|
8876
|
+
minamountpermitted: jspb.Message.getFloatingPointFieldWithDefault(msg, 8, 0.0),
|
|
8877
|
+
maxamountpermitted: jspb.Message.getFloatingPointFieldWithDefault(msg, 9, 0.0)
|
|
9029
8878
|
};
|
|
9030
8879
|
|
|
9031
8880
|
if (includeInstance) {
|
|
@@ -9086,6 +8935,18 @@ proto.sniippaymentmethodsserviceapi.BillConfigForPayment.deserializeBinaryFromRe
|
|
|
9086
8935
|
var value = /** @type {!proto.sniippaymentmethodsserviceapi.BillConfigForPayment.RejectionReason} */ (reader.readEnum());
|
|
9087
8936
|
msg.setRejectionreason(value);
|
|
9088
8937
|
break;
|
|
8938
|
+
case 7:
|
|
8939
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
8940
|
+
msg.setPaymentmethodgroupid(value);
|
|
8941
|
+
break;
|
|
8942
|
+
case 8:
|
|
8943
|
+
var value = /** @type {number} */ (reader.readDouble());
|
|
8944
|
+
msg.setMinamountpermitted(value);
|
|
8945
|
+
break;
|
|
8946
|
+
case 9:
|
|
8947
|
+
var value = /** @type {number} */ (reader.readDouble());
|
|
8948
|
+
msg.setMaxamountpermitted(value);
|
|
8949
|
+
break;
|
|
9089
8950
|
default:
|
|
9090
8951
|
reader.skipField();
|
|
9091
8952
|
break;
|
|
@@ -9157,6 +9018,27 @@ proto.sniippaymentmethodsserviceapi.BillConfigForPayment.serializeBinaryToWriter
|
|
|
9157
9018
|
f
|
|
9158
9019
|
);
|
|
9159
9020
|
}
|
|
9021
|
+
f = message.getPaymentmethodgroupid();
|
|
9022
|
+
if (f !== 0) {
|
|
9023
|
+
writer.writeInt64(
|
|
9024
|
+
7,
|
|
9025
|
+
f
|
|
9026
|
+
);
|
|
9027
|
+
}
|
|
9028
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 8));
|
|
9029
|
+
if (f != null) {
|
|
9030
|
+
writer.writeDouble(
|
|
9031
|
+
8,
|
|
9032
|
+
f
|
|
9033
|
+
);
|
|
9034
|
+
}
|
|
9035
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 9));
|
|
9036
|
+
if (f != null) {
|
|
9037
|
+
writer.writeDouble(
|
|
9038
|
+
9,
|
|
9039
|
+
f
|
|
9040
|
+
);
|
|
9041
|
+
}
|
|
9160
9042
|
};
|
|
9161
9043
|
|
|
9162
9044
|
|
|
@@ -9284,6 +9166,96 @@ proto.sniippaymentmethodsserviceapi.BillConfigForPayment.prototype.setRejectionr
|
|
|
9284
9166
|
};
|
|
9285
9167
|
|
|
9286
9168
|
|
|
9169
|
+
/**
|
|
9170
|
+
* optional int64 paymentMethodGroupId = 7;
|
|
9171
|
+
* @return {number}
|
|
9172
|
+
*/
|
|
9173
|
+
proto.sniippaymentmethodsserviceapi.BillConfigForPayment.prototype.getPaymentmethodgroupid = function() {
|
|
9174
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0));
|
|
9175
|
+
};
|
|
9176
|
+
|
|
9177
|
+
|
|
9178
|
+
/**
|
|
9179
|
+
* @param {number} value
|
|
9180
|
+
* @return {!proto.sniippaymentmethodsserviceapi.BillConfigForPayment} returns this
|
|
9181
|
+
*/
|
|
9182
|
+
proto.sniippaymentmethodsserviceapi.BillConfigForPayment.prototype.setPaymentmethodgroupid = function(value) {
|
|
9183
|
+
return jspb.Message.setProto3IntField(this, 7, value);
|
|
9184
|
+
};
|
|
9185
|
+
|
|
9186
|
+
|
|
9187
|
+
/**
|
|
9188
|
+
* optional double minAmountPermitted = 8;
|
|
9189
|
+
* @return {number}
|
|
9190
|
+
*/
|
|
9191
|
+
proto.sniippaymentmethodsserviceapi.BillConfigForPayment.prototype.getMinamountpermitted = function() {
|
|
9192
|
+
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 8, 0.0));
|
|
9193
|
+
};
|
|
9194
|
+
|
|
9195
|
+
|
|
9196
|
+
/**
|
|
9197
|
+
* @param {number} value
|
|
9198
|
+
* @return {!proto.sniippaymentmethodsserviceapi.BillConfigForPayment} returns this
|
|
9199
|
+
*/
|
|
9200
|
+
proto.sniippaymentmethodsserviceapi.BillConfigForPayment.prototype.setMinamountpermitted = function(value) {
|
|
9201
|
+
return jspb.Message.setField(this, 8, value);
|
|
9202
|
+
};
|
|
9203
|
+
|
|
9204
|
+
|
|
9205
|
+
/**
|
|
9206
|
+
* Clears the field making it undefined.
|
|
9207
|
+
* @return {!proto.sniippaymentmethodsserviceapi.BillConfigForPayment} returns this
|
|
9208
|
+
*/
|
|
9209
|
+
proto.sniippaymentmethodsserviceapi.BillConfigForPayment.prototype.clearMinamountpermitted = function() {
|
|
9210
|
+
return jspb.Message.setField(this, 8, undefined);
|
|
9211
|
+
};
|
|
9212
|
+
|
|
9213
|
+
|
|
9214
|
+
/**
|
|
9215
|
+
* Returns whether this field is set.
|
|
9216
|
+
* @return {boolean}
|
|
9217
|
+
*/
|
|
9218
|
+
proto.sniippaymentmethodsserviceapi.BillConfigForPayment.prototype.hasMinamountpermitted = function() {
|
|
9219
|
+
return jspb.Message.getField(this, 8) != null;
|
|
9220
|
+
};
|
|
9221
|
+
|
|
9222
|
+
|
|
9223
|
+
/**
|
|
9224
|
+
* optional double maxAmountPermitted = 9;
|
|
9225
|
+
* @return {number}
|
|
9226
|
+
*/
|
|
9227
|
+
proto.sniippaymentmethodsserviceapi.BillConfigForPayment.prototype.getMaxamountpermitted = function() {
|
|
9228
|
+
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 9, 0.0));
|
|
9229
|
+
};
|
|
9230
|
+
|
|
9231
|
+
|
|
9232
|
+
/**
|
|
9233
|
+
* @param {number} value
|
|
9234
|
+
* @return {!proto.sniippaymentmethodsserviceapi.BillConfigForPayment} returns this
|
|
9235
|
+
*/
|
|
9236
|
+
proto.sniippaymentmethodsserviceapi.BillConfigForPayment.prototype.setMaxamountpermitted = function(value) {
|
|
9237
|
+
return jspb.Message.setField(this, 9, value);
|
|
9238
|
+
};
|
|
9239
|
+
|
|
9240
|
+
|
|
9241
|
+
/**
|
|
9242
|
+
* Clears the field making it undefined.
|
|
9243
|
+
* @return {!proto.sniippaymentmethodsserviceapi.BillConfigForPayment} returns this
|
|
9244
|
+
*/
|
|
9245
|
+
proto.sniippaymentmethodsserviceapi.BillConfigForPayment.prototype.clearMaxamountpermitted = function() {
|
|
9246
|
+
return jspb.Message.setField(this, 9, undefined);
|
|
9247
|
+
};
|
|
9248
|
+
|
|
9249
|
+
|
|
9250
|
+
/**
|
|
9251
|
+
* Returns whether this field is set.
|
|
9252
|
+
* @return {boolean}
|
|
9253
|
+
*/
|
|
9254
|
+
proto.sniippaymentmethodsserviceapi.BillConfigForPayment.prototype.hasMaxamountpermitted = function() {
|
|
9255
|
+
return jspb.Message.getField(this, 9) != null;
|
|
9256
|
+
};
|
|
9257
|
+
|
|
9258
|
+
|
|
9287
9259
|
|
|
9288
9260
|
/**
|
|
9289
9261
|
* List of repeated fields within this message type.
|
|
@@ -32028,8 +32000,7 @@ proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsRequest.toObject = fun
|
|
|
32028
32000
|
paymentmethodidsList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f,
|
|
32029
32001
|
paymentmethodgroupidsList: (f = jspb.Message.getRepeatedField(msg, 3)) == null ? undefined : f,
|
|
32030
32002
|
applepaypaymentmethoddetails: (f = msg.getApplepaypaymentmethoddetails()) && proto.sniippaymentmethodsserviceapi.ValidateApplePayRequest.toObject(includeInstance, f),
|
|
32031
|
-
googlepaypaymentmethoddetails: (f = msg.getGooglepaypaymentmethoddetails()) && proto.sniippaymentmethodsserviceapi.ValidateGooglePayRequest.toObject(includeInstance, f)
|
|
32032
|
-
paidbillerconfig: (f = msg.getPaidbillerconfig()) && proto.sniippaymentmethodsserviceapi.PaidBillerConfig.toObject(includeInstance, f)
|
|
32003
|
+
googlepaypaymentmethoddetails: (f = msg.getGooglepaypaymentmethoddetails()) && proto.sniippaymentmethodsserviceapi.ValidateGooglePayRequest.toObject(includeInstance, f)
|
|
32033
32004
|
};
|
|
32034
32005
|
|
|
32035
32006
|
if (includeInstance) {
|
|
@@ -32092,11 +32063,6 @@ proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsRequest.deserializeBin
|
|
|
32092
32063
|
reader.readMessage(value,proto.sniippaymentmethodsserviceapi.ValidateGooglePayRequest.deserializeBinaryFromReader);
|
|
32093
32064
|
msg.setGooglepaypaymentmethoddetails(value);
|
|
32094
32065
|
break;
|
|
32095
|
-
case 6:
|
|
32096
|
-
var value = new proto.sniippaymentmethodsserviceapi.PaidBillerConfig;
|
|
32097
|
-
reader.readMessage(value,proto.sniippaymentmethodsserviceapi.PaidBillerConfig.deserializeBinaryFromReader);
|
|
32098
|
-
msg.setPaidbillerconfig(value);
|
|
32099
|
-
break;
|
|
32100
32066
|
default:
|
|
32101
32067
|
reader.skipField();
|
|
32102
32068
|
break;
|
|
@@ -32163,14 +32129,6 @@ proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsRequest.serializeBinar
|
|
|
32163
32129
|
proto.sniippaymentmethodsserviceapi.ValidateGooglePayRequest.serializeBinaryToWriter
|
|
32164
32130
|
);
|
|
32165
32131
|
}
|
|
32166
|
-
f = message.getPaidbillerconfig();
|
|
32167
|
-
if (f != null) {
|
|
32168
|
-
writer.writeMessage(
|
|
32169
|
-
6,
|
|
32170
|
-
f,
|
|
32171
|
-
proto.sniippaymentmethodsserviceapi.PaidBillerConfig.serializeBinaryToWriter
|
|
32172
|
-
);
|
|
32173
|
-
}
|
|
32174
32132
|
};
|
|
32175
32133
|
|
|
32176
32134
|
|
|
@@ -32340,203 +32298,6 @@ proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsRequest.prototype.hasG
|
|
|
32340
32298
|
};
|
|
32341
32299
|
|
|
32342
32300
|
|
|
32343
|
-
/**
|
|
32344
|
-
* optional PaidBillerConfig paidBillerConfig = 6;
|
|
32345
|
-
* @return {?proto.sniippaymentmethodsserviceapi.PaidBillerConfig}
|
|
32346
|
-
*/
|
|
32347
|
-
proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsRequest.prototype.getPaidbillerconfig = function() {
|
|
32348
|
-
return /** @type{?proto.sniippaymentmethodsserviceapi.PaidBillerConfig} */ (
|
|
32349
|
-
jspb.Message.getWrapperField(this, proto.sniippaymentmethodsserviceapi.PaidBillerConfig, 6));
|
|
32350
|
-
};
|
|
32351
|
-
|
|
32352
|
-
|
|
32353
|
-
/**
|
|
32354
|
-
* @param {?proto.sniippaymentmethodsserviceapi.PaidBillerConfig|undefined} value
|
|
32355
|
-
* @return {!proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsRequest} returns this
|
|
32356
|
-
*/
|
|
32357
|
-
proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsRequest.prototype.setPaidbillerconfig = function(value) {
|
|
32358
|
-
return jspb.Message.setWrapperField(this, 6, value);
|
|
32359
|
-
};
|
|
32360
|
-
|
|
32361
|
-
|
|
32362
|
-
/**
|
|
32363
|
-
* Clears the message field making it undefined.
|
|
32364
|
-
* @return {!proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsRequest} returns this
|
|
32365
|
-
*/
|
|
32366
|
-
proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsRequest.prototype.clearPaidbillerconfig = function() {
|
|
32367
|
-
return this.setPaidbillerconfig(undefined);
|
|
32368
|
-
};
|
|
32369
|
-
|
|
32370
|
-
|
|
32371
|
-
/**
|
|
32372
|
-
* Returns whether this field is set.
|
|
32373
|
-
* @return {boolean}
|
|
32374
|
-
*/
|
|
32375
|
-
proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsRequest.prototype.hasPaidbillerconfig = function() {
|
|
32376
|
-
return jspb.Message.getField(this, 6) != null;
|
|
32377
|
-
};
|
|
32378
|
-
|
|
32379
|
-
|
|
32380
|
-
|
|
32381
|
-
|
|
32382
|
-
|
|
32383
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
32384
|
-
/**
|
|
32385
|
-
* Creates an object representation of this proto.
|
|
32386
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
32387
|
-
* Optional fields that are not set will be set to undefined.
|
|
32388
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
32389
|
-
* For the list of reserved names please see:
|
|
32390
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
32391
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
32392
|
-
* JSPB instance for transitional soy proto support:
|
|
32393
|
-
* http://goto/soy-param-migration
|
|
32394
|
-
* @return {!Object}
|
|
32395
|
-
*/
|
|
32396
|
-
proto.sniippaymentmethodsserviceapi.PaidBillerConfig.prototype.toObject = function(opt_includeInstance) {
|
|
32397
|
-
return proto.sniippaymentmethodsserviceapi.PaidBillerConfig.toObject(opt_includeInstance, this);
|
|
32398
|
-
};
|
|
32399
|
-
|
|
32400
|
-
|
|
32401
|
-
/**
|
|
32402
|
-
* Static version of the {@see toObject} method.
|
|
32403
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
32404
|
-
* the JSPB instance for transitional soy proto support:
|
|
32405
|
-
* http://goto/soy-param-migration
|
|
32406
|
-
* @param {!proto.sniippaymentmethodsserviceapi.PaidBillerConfig} msg The msg instance to transform.
|
|
32407
|
-
* @return {!Object}
|
|
32408
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
32409
|
-
*/
|
|
32410
|
-
proto.sniippaymentmethodsserviceapi.PaidBillerConfig.toObject = function(includeInstance, msg) {
|
|
32411
|
-
var f, obj = {
|
|
32412
|
-
billerconfigid: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
32413
|
-
defaultpaymentmethodgroupid: jspb.Message.getFieldWithDefault(msg, 2, 0)
|
|
32414
|
-
};
|
|
32415
|
-
|
|
32416
|
-
if (includeInstance) {
|
|
32417
|
-
obj.$jspbMessageInstance = msg;
|
|
32418
|
-
}
|
|
32419
|
-
return obj;
|
|
32420
|
-
};
|
|
32421
|
-
}
|
|
32422
|
-
|
|
32423
|
-
|
|
32424
|
-
/**
|
|
32425
|
-
* Deserializes binary data (in protobuf wire format).
|
|
32426
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
32427
|
-
* @return {!proto.sniippaymentmethodsserviceapi.PaidBillerConfig}
|
|
32428
|
-
*/
|
|
32429
|
-
proto.sniippaymentmethodsserviceapi.PaidBillerConfig.deserializeBinary = function(bytes) {
|
|
32430
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
32431
|
-
var msg = new proto.sniippaymentmethodsserviceapi.PaidBillerConfig;
|
|
32432
|
-
return proto.sniippaymentmethodsserviceapi.PaidBillerConfig.deserializeBinaryFromReader(msg, reader);
|
|
32433
|
-
};
|
|
32434
|
-
|
|
32435
|
-
|
|
32436
|
-
/**
|
|
32437
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
32438
|
-
* given reader into the given message object.
|
|
32439
|
-
* @param {!proto.sniippaymentmethodsserviceapi.PaidBillerConfig} msg The message object to deserialize into.
|
|
32440
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
32441
|
-
* @return {!proto.sniippaymentmethodsserviceapi.PaidBillerConfig}
|
|
32442
|
-
*/
|
|
32443
|
-
proto.sniippaymentmethodsserviceapi.PaidBillerConfig.deserializeBinaryFromReader = function(msg, reader) {
|
|
32444
|
-
while (reader.nextField()) {
|
|
32445
|
-
if (reader.isEndGroup()) {
|
|
32446
|
-
break;
|
|
32447
|
-
}
|
|
32448
|
-
var field = reader.getFieldNumber();
|
|
32449
|
-
switch (field) {
|
|
32450
|
-
case 1:
|
|
32451
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
32452
|
-
msg.setBillerconfigid(value);
|
|
32453
|
-
break;
|
|
32454
|
-
case 2:
|
|
32455
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
32456
|
-
msg.setDefaultpaymentmethodgroupid(value);
|
|
32457
|
-
break;
|
|
32458
|
-
default:
|
|
32459
|
-
reader.skipField();
|
|
32460
|
-
break;
|
|
32461
|
-
}
|
|
32462
|
-
}
|
|
32463
|
-
return msg;
|
|
32464
|
-
};
|
|
32465
|
-
|
|
32466
|
-
|
|
32467
|
-
/**
|
|
32468
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
32469
|
-
* @return {!Uint8Array}
|
|
32470
|
-
*/
|
|
32471
|
-
proto.sniippaymentmethodsserviceapi.PaidBillerConfig.prototype.serializeBinary = function() {
|
|
32472
|
-
var writer = new jspb.BinaryWriter();
|
|
32473
|
-
proto.sniippaymentmethodsserviceapi.PaidBillerConfig.serializeBinaryToWriter(this, writer);
|
|
32474
|
-
return writer.getResultBuffer();
|
|
32475
|
-
};
|
|
32476
|
-
|
|
32477
|
-
|
|
32478
|
-
/**
|
|
32479
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
32480
|
-
* format), writing to the given BinaryWriter.
|
|
32481
|
-
* @param {!proto.sniippaymentmethodsserviceapi.PaidBillerConfig} message
|
|
32482
|
-
* @param {!jspb.BinaryWriter} writer
|
|
32483
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
32484
|
-
*/
|
|
32485
|
-
proto.sniippaymentmethodsserviceapi.PaidBillerConfig.serializeBinaryToWriter = function(message, writer) {
|
|
32486
|
-
var f = undefined;
|
|
32487
|
-
f = message.getBillerconfigid();
|
|
32488
|
-
if (f !== 0) {
|
|
32489
|
-
writer.writeInt64(
|
|
32490
|
-
1,
|
|
32491
|
-
f
|
|
32492
|
-
);
|
|
32493
|
-
}
|
|
32494
|
-
f = message.getDefaultpaymentmethodgroupid();
|
|
32495
|
-
if (f !== 0) {
|
|
32496
|
-
writer.writeInt64(
|
|
32497
|
-
2,
|
|
32498
|
-
f
|
|
32499
|
-
);
|
|
32500
|
-
}
|
|
32501
|
-
};
|
|
32502
|
-
|
|
32503
|
-
|
|
32504
|
-
/**
|
|
32505
|
-
* optional int64 billerConfigId = 1;
|
|
32506
|
-
* @return {number}
|
|
32507
|
-
*/
|
|
32508
|
-
proto.sniippaymentmethodsserviceapi.PaidBillerConfig.prototype.getBillerconfigid = function() {
|
|
32509
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
32510
|
-
};
|
|
32511
|
-
|
|
32512
|
-
|
|
32513
|
-
/**
|
|
32514
|
-
* @param {number} value
|
|
32515
|
-
* @return {!proto.sniippaymentmethodsserviceapi.PaidBillerConfig} returns this
|
|
32516
|
-
*/
|
|
32517
|
-
proto.sniippaymentmethodsserviceapi.PaidBillerConfig.prototype.setBillerconfigid = function(value) {
|
|
32518
|
-
return jspb.Message.setProto3IntField(this, 1, value);
|
|
32519
|
-
};
|
|
32520
|
-
|
|
32521
|
-
|
|
32522
|
-
/**
|
|
32523
|
-
* optional int64 defaultPaymentMethodGroupId = 2;
|
|
32524
|
-
* @return {number}
|
|
32525
|
-
*/
|
|
32526
|
-
proto.sniippaymentmethodsserviceapi.PaidBillerConfig.prototype.getDefaultpaymentmethodgroupid = function() {
|
|
32527
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
32528
|
-
};
|
|
32529
|
-
|
|
32530
|
-
|
|
32531
|
-
/**
|
|
32532
|
-
* @param {number} value
|
|
32533
|
-
* @return {!proto.sniippaymentmethodsserviceapi.PaidBillerConfig} returns this
|
|
32534
|
-
*/
|
|
32535
|
-
proto.sniippaymentmethodsserviceapi.PaidBillerConfig.prototype.setDefaultpaymentmethodgroupid = function(value) {
|
|
32536
|
-
return jspb.Message.setProto3IntField(this, 2, value);
|
|
32537
|
-
};
|
|
32538
|
-
|
|
32539
|
-
|
|
32540
32301
|
|
|
32541
32302
|
/**
|
|
32542
32303
|
* List of repeated fields within this message type.
|
|
@@ -36451,1749 +36212,6 @@ proto.sniippaymentmethodsserviceapi.ExtendBankVerifyCodeExpiryRequest.prototype.
|
|
|
36451
36212
|
|
|
36452
36213
|
|
|
36453
36214
|
|
|
36454
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
36455
|
-
/**
|
|
36456
|
-
* Creates an object representation of this proto.
|
|
36457
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
36458
|
-
* Optional fields that are not set will be set to undefined.
|
|
36459
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
36460
|
-
* For the list of reserved names please see:
|
|
36461
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
36462
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
36463
|
-
* JSPB instance for transitional soy proto support:
|
|
36464
|
-
* http://goto/soy-param-migration
|
|
36465
|
-
* @return {!Object}
|
|
36466
|
-
*/
|
|
36467
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.toObject = function(opt_includeInstance) {
|
|
36468
|
-
return proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.toObject(opt_includeInstance, this);
|
|
36469
|
-
};
|
|
36470
|
-
|
|
36471
|
-
|
|
36472
|
-
/**
|
|
36473
|
-
* Static version of the {@see toObject} method.
|
|
36474
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
36475
|
-
* the JSPB instance for transitional soy proto support:
|
|
36476
|
-
* http://goto/soy-param-migration
|
|
36477
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} msg The msg instance to transform.
|
|
36478
|
-
* @return {!Object}
|
|
36479
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
36480
|
-
*/
|
|
36481
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.toObject = function(includeInstance, msg) {
|
|
36482
|
-
var f, obj = {
|
|
36483
|
-
overrideid: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
36484
|
-
userid: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
36485
|
-
billerconfigid: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
36486
|
-
billerid: jspb.Message.getFieldWithDefault(msg, 4, 0),
|
|
36487
|
-
paymentmethodgroupid: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
36488
|
-
paymentmethodgroupname: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
36489
|
-
expiresat: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
36490
|
-
reason: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
36491
|
-
createdbyuserid: jspb.Message.getFieldWithDefault(msg, 9, 0),
|
|
36492
|
-
createdat: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
36493
|
-
revokedbyuserid: jspb.Message.getFieldWithDefault(msg, 11, 0),
|
|
36494
|
-
revokedat: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
36495
|
-
revokereason: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
36496
|
-
active: jspb.Message.getBooleanFieldWithDefault(msg, 14, false),
|
|
36497
|
-
billername: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
36498
|
-
billerconfigcode: jspb.Message.getFieldWithDefault(msg, 16, ""),
|
|
36499
|
-
paymentprocessor: jspb.Message.getFieldWithDefault(msg, 17, ""),
|
|
36500
|
-
createdbyname: jspb.Message.getFieldWithDefault(msg, 18, ""),
|
|
36501
|
-
revokedbyname: jspb.Message.getFieldWithDefault(msg, 19, "")
|
|
36502
|
-
};
|
|
36503
|
-
|
|
36504
|
-
if (includeInstance) {
|
|
36505
|
-
obj.$jspbMessageInstance = msg;
|
|
36506
|
-
}
|
|
36507
|
-
return obj;
|
|
36508
|
-
};
|
|
36509
|
-
}
|
|
36510
|
-
|
|
36511
|
-
|
|
36512
|
-
/**
|
|
36513
|
-
* Deserializes binary data (in protobuf wire format).
|
|
36514
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
36515
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride}
|
|
36516
|
-
*/
|
|
36517
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.deserializeBinary = function(bytes) {
|
|
36518
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
36519
|
-
var msg = new proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride;
|
|
36520
|
-
return proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.deserializeBinaryFromReader(msg, reader);
|
|
36521
|
-
};
|
|
36522
|
-
|
|
36523
|
-
|
|
36524
|
-
/**
|
|
36525
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
36526
|
-
* given reader into the given message object.
|
|
36527
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} msg The message object to deserialize into.
|
|
36528
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
36529
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride}
|
|
36530
|
-
*/
|
|
36531
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.deserializeBinaryFromReader = function(msg, reader) {
|
|
36532
|
-
while (reader.nextField()) {
|
|
36533
|
-
if (reader.isEndGroup()) {
|
|
36534
|
-
break;
|
|
36535
|
-
}
|
|
36536
|
-
var field = reader.getFieldNumber();
|
|
36537
|
-
switch (field) {
|
|
36538
|
-
case 1:
|
|
36539
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
36540
|
-
msg.setOverrideid(value);
|
|
36541
|
-
break;
|
|
36542
|
-
case 2:
|
|
36543
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
36544
|
-
msg.setUserid(value);
|
|
36545
|
-
break;
|
|
36546
|
-
case 3:
|
|
36547
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
36548
|
-
msg.setBillerconfigid(value);
|
|
36549
|
-
break;
|
|
36550
|
-
case 4:
|
|
36551
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
36552
|
-
msg.setBillerid(value);
|
|
36553
|
-
break;
|
|
36554
|
-
case 5:
|
|
36555
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
36556
|
-
msg.setPaymentmethodgroupid(value);
|
|
36557
|
-
break;
|
|
36558
|
-
case 6:
|
|
36559
|
-
var value = /** @type {string} */ (reader.readString());
|
|
36560
|
-
msg.setPaymentmethodgroupname(value);
|
|
36561
|
-
break;
|
|
36562
|
-
case 7:
|
|
36563
|
-
var value = /** @type {string} */ (reader.readString());
|
|
36564
|
-
msg.setExpiresat(value);
|
|
36565
|
-
break;
|
|
36566
|
-
case 8:
|
|
36567
|
-
var value = /** @type {string} */ (reader.readString());
|
|
36568
|
-
msg.setReason(value);
|
|
36569
|
-
break;
|
|
36570
|
-
case 9:
|
|
36571
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
36572
|
-
msg.setCreatedbyuserid(value);
|
|
36573
|
-
break;
|
|
36574
|
-
case 10:
|
|
36575
|
-
var value = /** @type {string} */ (reader.readString());
|
|
36576
|
-
msg.setCreatedat(value);
|
|
36577
|
-
break;
|
|
36578
|
-
case 11:
|
|
36579
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
36580
|
-
msg.setRevokedbyuserid(value);
|
|
36581
|
-
break;
|
|
36582
|
-
case 12:
|
|
36583
|
-
var value = /** @type {string} */ (reader.readString());
|
|
36584
|
-
msg.setRevokedat(value);
|
|
36585
|
-
break;
|
|
36586
|
-
case 13:
|
|
36587
|
-
var value = /** @type {string} */ (reader.readString());
|
|
36588
|
-
msg.setRevokereason(value);
|
|
36589
|
-
break;
|
|
36590
|
-
case 14:
|
|
36591
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
36592
|
-
msg.setActive(value);
|
|
36593
|
-
break;
|
|
36594
|
-
case 15:
|
|
36595
|
-
var value = /** @type {string} */ (reader.readString());
|
|
36596
|
-
msg.setBillername(value);
|
|
36597
|
-
break;
|
|
36598
|
-
case 16:
|
|
36599
|
-
var value = /** @type {string} */ (reader.readString());
|
|
36600
|
-
msg.setBillerconfigcode(value);
|
|
36601
|
-
break;
|
|
36602
|
-
case 17:
|
|
36603
|
-
var value = /** @type {string} */ (reader.readString());
|
|
36604
|
-
msg.setPaymentprocessor(value);
|
|
36605
|
-
break;
|
|
36606
|
-
case 18:
|
|
36607
|
-
var value = /** @type {string} */ (reader.readString());
|
|
36608
|
-
msg.setCreatedbyname(value);
|
|
36609
|
-
break;
|
|
36610
|
-
case 19:
|
|
36611
|
-
var value = /** @type {string} */ (reader.readString());
|
|
36612
|
-
msg.setRevokedbyname(value);
|
|
36613
|
-
break;
|
|
36614
|
-
default:
|
|
36615
|
-
reader.skipField();
|
|
36616
|
-
break;
|
|
36617
|
-
}
|
|
36618
|
-
}
|
|
36619
|
-
return msg;
|
|
36620
|
-
};
|
|
36621
|
-
|
|
36622
|
-
|
|
36623
|
-
/**
|
|
36624
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
36625
|
-
* @return {!Uint8Array}
|
|
36626
|
-
*/
|
|
36627
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.serializeBinary = function() {
|
|
36628
|
-
var writer = new jspb.BinaryWriter();
|
|
36629
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.serializeBinaryToWriter(this, writer);
|
|
36630
|
-
return writer.getResultBuffer();
|
|
36631
|
-
};
|
|
36632
|
-
|
|
36633
|
-
|
|
36634
|
-
/**
|
|
36635
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
36636
|
-
* format), writing to the given BinaryWriter.
|
|
36637
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} message
|
|
36638
|
-
* @param {!jspb.BinaryWriter} writer
|
|
36639
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
36640
|
-
*/
|
|
36641
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.serializeBinaryToWriter = function(message, writer) {
|
|
36642
|
-
var f = undefined;
|
|
36643
|
-
f = message.getOverrideid();
|
|
36644
|
-
if (f !== 0) {
|
|
36645
|
-
writer.writeInt64(
|
|
36646
|
-
1,
|
|
36647
|
-
f
|
|
36648
|
-
);
|
|
36649
|
-
}
|
|
36650
|
-
f = message.getUserid();
|
|
36651
|
-
if (f !== 0) {
|
|
36652
|
-
writer.writeInt64(
|
|
36653
|
-
2,
|
|
36654
|
-
f
|
|
36655
|
-
);
|
|
36656
|
-
}
|
|
36657
|
-
f = message.getBillerconfigid();
|
|
36658
|
-
if (f !== 0) {
|
|
36659
|
-
writer.writeInt64(
|
|
36660
|
-
3,
|
|
36661
|
-
f
|
|
36662
|
-
);
|
|
36663
|
-
}
|
|
36664
|
-
f = message.getBillerid();
|
|
36665
|
-
if (f !== 0) {
|
|
36666
|
-
writer.writeInt64(
|
|
36667
|
-
4,
|
|
36668
|
-
f
|
|
36669
|
-
);
|
|
36670
|
-
}
|
|
36671
|
-
f = message.getPaymentmethodgroupid();
|
|
36672
|
-
if (f !== 0) {
|
|
36673
|
-
writer.writeInt64(
|
|
36674
|
-
5,
|
|
36675
|
-
f
|
|
36676
|
-
);
|
|
36677
|
-
}
|
|
36678
|
-
f = message.getPaymentmethodgroupname();
|
|
36679
|
-
if (f.length > 0) {
|
|
36680
|
-
writer.writeString(
|
|
36681
|
-
6,
|
|
36682
|
-
f
|
|
36683
|
-
);
|
|
36684
|
-
}
|
|
36685
|
-
f = message.getExpiresat();
|
|
36686
|
-
if (f.length > 0) {
|
|
36687
|
-
writer.writeString(
|
|
36688
|
-
7,
|
|
36689
|
-
f
|
|
36690
|
-
);
|
|
36691
|
-
}
|
|
36692
|
-
f = message.getReason();
|
|
36693
|
-
if (f.length > 0) {
|
|
36694
|
-
writer.writeString(
|
|
36695
|
-
8,
|
|
36696
|
-
f
|
|
36697
|
-
);
|
|
36698
|
-
}
|
|
36699
|
-
f = message.getCreatedbyuserid();
|
|
36700
|
-
if (f !== 0) {
|
|
36701
|
-
writer.writeInt64(
|
|
36702
|
-
9,
|
|
36703
|
-
f
|
|
36704
|
-
);
|
|
36705
|
-
}
|
|
36706
|
-
f = message.getCreatedat();
|
|
36707
|
-
if (f.length > 0) {
|
|
36708
|
-
writer.writeString(
|
|
36709
|
-
10,
|
|
36710
|
-
f
|
|
36711
|
-
);
|
|
36712
|
-
}
|
|
36713
|
-
f = message.getRevokedbyuserid();
|
|
36714
|
-
if (f !== 0) {
|
|
36715
|
-
writer.writeInt64(
|
|
36716
|
-
11,
|
|
36717
|
-
f
|
|
36718
|
-
);
|
|
36719
|
-
}
|
|
36720
|
-
f = message.getRevokedat();
|
|
36721
|
-
if (f.length > 0) {
|
|
36722
|
-
writer.writeString(
|
|
36723
|
-
12,
|
|
36724
|
-
f
|
|
36725
|
-
);
|
|
36726
|
-
}
|
|
36727
|
-
f = message.getRevokereason();
|
|
36728
|
-
if (f.length > 0) {
|
|
36729
|
-
writer.writeString(
|
|
36730
|
-
13,
|
|
36731
|
-
f
|
|
36732
|
-
);
|
|
36733
|
-
}
|
|
36734
|
-
f = message.getActive();
|
|
36735
|
-
if (f) {
|
|
36736
|
-
writer.writeBool(
|
|
36737
|
-
14,
|
|
36738
|
-
f
|
|
36739
|
-
);
|
|
36740
|
-
}
|
|
36741
|
-
f = message.getBillername();
|
|
36742
|
-
if (f.length > 0) {
|
|
36743
|
-
writer.writeString(
|
|
36744
|
-
15,
|
|
36745
|
-
f
|
|
36746
|
-
);
|
|
36747
|
-
}
|
|
36748
|
-
f = message.getBillerconfigcode();
|
|
36749
|
-
if (f.length > 0) {
|
|
36750
|
-
writer.writeString(
|
|
36751
|
-
16,
|
|
36752
|
-
f
|
|
36753
|
-
);
|
|
36754
|
-
}
|
|
36755
|
-
f = message.getPaymentprocessor();
|
|
36756
|
-
if (f.length > 0) {
|
|
36757
|
-
writer.writeString(
|
|
36758
|
-
17,
|
|
36759
|
-
f
|
|
36760
|
-
);
|
|
36761
|
-
}
|
|
36762
|
-
f = message.getCreatedbyname();
|
|
36763
|
-
if (f.length > 0) {
|
|
36764
|
-
writer.writeString(
|
|
36765
|
-
18,
|
|
36766
|
-
f
|
|
36767
|
-
);
|
|
36768
|
-
}
|
|
36769
|
-
f = message.getRevokedbyname();
|
|
36770
|
-
if (f.length > 0) {
|
|
36771
|
-
writer.writeString(
|
|
36772
|
-
19,
|
|
36773
|
-
f
|
|
36774
|
-
);
|
|
36775
|
-
}
|
|
36776
|
-
};
|
|
36777
|
-
|
|
36778
|
-
|
|
36779
|
-
/**
|
|
36780
|
-
* optional int64 overrideId = 1;
|
|
36781
|
-
* @return {number}
|
|
36782
|
-
*/
|
|
36783
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.getOverrideid = function() {
|
|
36784
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
36785
|
-
};
|
|
36786
|
-
|
|
36787
|
-
|
|
36788
|
-
/**
|
|
36789
|
-
* @param {number} value
|
|
36790
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} returns this
|
|
36791
|
-
*/
|
|
36792
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.setOverrideid = function(value) {
|
|
36793
|
-
return jspb.Message.setProto3IntField(this, 1, value);
|
|
36794
|
-
};
|
|
36795
|
-
|
|
36796
|
-
|
|
36797
|
-
/**
|
|
36798
|
-
* optional int64 userId = 2;
|
|
36799
|
-
* @return {number}
|
|
36800
|
-
*/
|
|
36801
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.getUserid = function() {
|
|
36802
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
36803
|
-
};
|
|
36804
|
-
|
|
36805
|
-
|
|
36806
|
-
/**
|
|
36807
|
-
* @param {number} value
|
|
36808
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} returns this
|
|
36809
|
-
*/
|
|
36810
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.setUserid = function(value) {
|
|
36811
|
-
return jspb.Message.setProto3IntField(this, 2, value);
|
|
36812
|
-
};
|
|
36813
|
-
|
|
36814
|
-
|
|
36815
|
-
/**
|
|
36816
|
-
* optional int64 billerConfigId = 3;
|
|
36817
|
-
* @return {number}
|
|
36818
|
-
*/
|
|
36819
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.getBillerconfigid = function() {
|
|
36820
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
|
|
36821
|
-
};
|
|
36822
|
-
|
|
36823
|
-
|
|
36824
|
-
/**
|
|
36825
|
-
* @param {number} value
|
|
36826
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} returns this
|
|
36827
|
-
*/
|
|
36828
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.setBillerconfigid = function(value) {
|
|
36829
|
-
return jspb.Message.setProto3IntField(this, 3, value);
|
|
36830
|
-
};
|
|
36831
|
-
|
|
36832
|
-
|
|
36833
|
-
/**
|
|
36834
|
-
* optional int64 billerId = 4;
|
|
36835
|
-
* @return {number}
|
|
36836
|
-
*/
|
|
36837
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.getBillerid = function() {
|
|
36838
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
|
|
36839
|
-
};
|
|
36840
|
-
|
|
36841
|
-
|
|
36842
|
-
/**
|
|
36843
|
-
* @param {number} value
|
|
36844
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} returns this
|
|
36845
|
-
*/
|
|
36846
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.setBillerid = function(value) {
|
|
36847
|
-
return jspb.Message.setProto3IntField(this, 4, value);
|
|
36848
|
-
};
|
|
36849
|
-
|
|
36850
|
-
|
|
36851
|
-
/**
|
|
36852
|
-
* optional int64 paymentMethodGroupId = 5;
|
|
36853
|
-
* @return {number}
|
|
36854
|
-
*/
|
|
36855
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.getPaymentmethodgroupid = function() {
|
|
36856
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
|
|
36857
|
-
};
|
|
36858
|
-
|
|
36859
|
-
|
|
36860
|
-
/**
|
|
36861
|
-
* @param {number} value
|
|
36862
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} returns this
|
|
36863
|
-
*/
|
|
36864
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.setPaymentmethodgroupid = function(value) {
|
|
36865
|
-
return jspb.Message.setProto3IntField(this, 5, value);
|
|
36866
|
-
};
|
|
36867
|
-
|
|
36868
|
-
|
|
36869
|
-
/**
|
|
36870
|
-
* optional string paymentMethodGroupName = 6;
|
|
36871
|
-
* @return {string}
|
|
36872
|
-
*/
|
|
36873
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.getPaymentmethodgroupname = function() {
|
|
36874
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
36875
|
-
};
|
|
36876
|
-
|
|
36877
|
-
|
|
36878
|
-
/**
|
|
36879
|
-
* @param {string} value
|
|
36880
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} returns this
|
|
36881
|
-
*/
|
|
36882
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.setPaymentmethodgroupname = function(value) {
|
|
36883
|
-
return jspb.Message.setProto3StringField(this, 6, value);
|
|
36884
|
-
};
|
|
36885
|
-
|
|
36886
|
-
|
|
36887
|
-
/**
|
|
36888
|
-
* optional string expiresAt = 7;
|
|
36889
|
-
* @return {string}
|
|
36890
|
-
*/
|
|
36891
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.getExpiresat = function() {
|
|
36892
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
36893
|
-
};
|
|
36894
|
-
|
|
36895
|
-
|
|
36896
|
-
/**
|
|
36897
|
-
* @param {string} value
|
|
36898
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} returns this
|
|
36899
|
-
*/
|
|
36900
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.setExpiresat = function(value) {
|
|
36901
|
-
return jspb.Message.setProto3StringField(this, 7, value);
|
|
36902
|
-
};
|
|
36903
|
-
|
|
36904
|
-
|
|
36905
|
-
/**
|
|
36906
|
-
* optional string reason = 8;
|
|
36907
|
-
* @return {string}
|
|
36908
|
-
*/
|
|
36909
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.getReason = function() {
|
|
36910
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
36911
|
-
};
|
|
36912
|
-
|
|
36913
|
-
|
|
36914
|
-
/**
|
|
36915
|
-
* @param {string} value
|
|
36916
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} returns this
|
|
36917
|
-
*/
|
|
36918
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.setReason = function(value) {
|
|
36919
|
-
return jspb.Message.setProto3StringField(this, 8, value);
|
|
36920
|
-
};
|
|
36921
|
-
|
|
36922
|
-
|
|
36923
|
-
/**
|
|
36924
|
-
* optional int64 createdByUserId = 9;
|
|
36925
|
-
* @return {number}
|
|
36926
|
-
*/
|
|
36927
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.getCreatedbyuserid = function() {
|
|
36928
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 9, 0));
|
|
36929
|
-
};
|
|
36930
|
-
|
|
36931
|
-
|
|
36932
|
-
/**
|
|
36933
|
-
* @param {number} value
|
|
36934
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} returns this
|
|
36935
|
-
*/
|
|
36936
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.setCreatedbyuserid = function(value) {
|
|
36937
|
-
return jspb.Message.setProto3IntField(this, 9, value);
|
|
36938
|
-
};
|
|
36939
|
-
|
|
36940
|
-
|
|
36941
|
-
/**
|
|
36942
|
-
* optional string createdAt = 10;
|
|
36943
|
-
* @return {string}
|
|
36944
|
-
*/
|
|
36945
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.getCreatedat = function() {
|
|
36946
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
36947
|
-
};
|
|
36948
|
-
|
|
36949
|
-
|
|
36950
|
-
/**
|
|
36951
|
-
* @param {string} value
|
|
36952
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} returns this
|
|
36953
|
-
*/
|
|
36954
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.setCreatedat = function(value) {
|
|
36955
|
-
return jspb.Message.setProto3StringField(this, 10, value);
|
|
36956
|
-
};
|
|
36957
|
-
|
|
36958
|
-
|
|
36959
|
-
/**
|
|
36960
|
-
* optional int64 revokedByUserId = 11;
|
|
36961
|
-
* @return {number}
|
|
36962
|
-
*/
|
|
36963
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.getRevokedbyuserid = function() {
|
|
36964
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 11, 0));
|
|
36965
|
-
};
|
|
36966
|
-
|
|
36967
|
-
|
|
36968
|
-
/**
|
|
36969
|
-
* @param {number} value
|
|
36970
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} returns this
|
|
36971
|
-
*/
|
|
36972
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.setRevokedbyuserid = function(value) {
|
|
36973
|
-
return jspb.Message.setProto3IntField(this, 11, value);
|
|
36974
|
-
};
|
|
36975
|
-
|
|
36976
|
-
|
|
36977
|
-
/**
|
|
36978
|
-
* optional string revokedAt = 12;
|
|
36979
|
-
* @return {string}
|
|
36980
|
-
*/
|
|
36981
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.getRevokedat = function() {
|
|
36982
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
|
|
36983
|
-
};
|
|
36984
|
-
|
|
36985
|
-
|
|
36986
|
-
/**
|
|
36987
|
-
* @param {string} value
|
|
36988
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} returns this
|
|
36989
|
-
*/
|
|
36990
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.setRevokedat = function(value) {
|
|
36991
|
-
return jspb.Message.setProto3StringField(this, 12, value);
|
|
36992
|
-
};
|
|
36993
|
-
|
|
36994
|
-
|
|
36995
|
-
/**
|
|
36996
|
-
* optional string revokeReason = 13;
|
|
36997
|
-
* @return {string}
|
|
36998
|
-
*/
|
|
36999
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.getRevokereason = function() {
|
|
37000
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
|
|
37001
|
-
};
|
|
37002
|
-
|
|
37003
|
-
|
|
37004
|
-
/**
|
|
37005
|
-
* @param {string} value
|
|
37006
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} returns this
|
|
37007
|
-
*/
|
|
37008
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.setRevokereason = function(value) {
|
|
37009
|
-
return jspb.Message.setProto3StringField(this, 13, value);
|
|
37010
|
-
};
|
|
37011
|
-
|
|
37012
|
-
|
|
37013
|
-
/**
|
|
37014
|
-
* optional bool active = 14;
|
|
37015
|
-
* @return {boolean}
|
|
37016
|
-
*/
|
|
37017
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.getActive = function() {
|
|
37018
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 14, false));
|
|
37019
|
-
};
|
|
37020
|
-
|
|
37021
|
-
|
|
37022
|
-
/**
|
|
37023
|
-
* @param {boolean} value
|
|
37024
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} returns this
|
|
37025
|
-
*/
|
|
37026
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.setActive = function(value) {
|
|
37027
|
-
return jspb.Message.setProto3BooleanField(this, 14, value);
|
|
37028
|
-
};
|
|
37029
|
-
|
|
37030
|
-
|
|
37031
|
-
/**
|
|
37032
|
-
* optional string billerName = 15;
|
|
37033
|
-
* @return {string}
|
|
37034
|
-
*/
|
|
37035
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.getBillername = function() {
|
|
37036
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
|
|
37037
|
-
};
|
|
37038
|
-
|
|
37039
|
-
|
|
37040
|
-
/**
|
|
37041
|
-
* @param {string} value
|
|
37042
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} returns this
|
|
37043
|
-
*/
|
|
37044
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.setBillername = function(value) {
|
|
37045
|
-
return jspb.Message.setProto3StringField(this, 15, value);
|
|
37046
|
-
};
|
|
37047
|
-
|
|
37048
|
-
|
|
37049
|
-
/**
|
|
37050
|
-
* optional string billerConfigCode = 16;
|
|
37051
|
-
* @return {string}
|
|
37052
|
-
*/
|
|
37053
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.getBillerconfigcode = function() {
|
|
37054
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
|
|
37055
|
-
};
|
|
37056
|
-
|
|
37057
|
-
|
|
37058
|
-
/**
|
|
37059
|
-
* @param {string} value
|
|
37060
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} returns this
|
|
37061
|
-
*/
|
|
37062
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.setBillerconfigcode = function(value) {
|
|
37063
|
-
return jspb.Message.setProto3StringField(this, 16, value);
|
|
37064
|
-
};
|
|
37065
|
-
|
|
37066
|
-
|
|
37067
|
-
/**
|
|
37068
|
-
* optional string paymentProcessor = 17;
|
|
37069
|
-
* @return {string}
|
|
37070
|
-
*/
|
|
37071
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.getPaymentprocessor = function() {
|
|
37072
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, ""));
|
|
37073
|
-
};
|
|
37074
|
-
|
|
37075
|
-
|
|
37076
|
-
/**
|
|
37077
|
-
* @param {string} value
|
|
37078
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} returns this
|
|
37079
|
-
*/
|
|
37080
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.setPaymentprocessor = function(value) {
|
|
37081
|
-
return jspb.Message.setProto3StringField(this, 17, value);
|
|
37082
|
-
};
|
|
37083
|
-
|
|
37084
|
-
|
|
37085
|
-
/**
|
|
37086
|
-
* optional string createdByName = 18;
|
|
37087
|
-
* @return {string}
|
|
37088
|
-
*/
|
|
37089
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.getCreatedbyname = function() {
|
|
37090
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, ""));
|
|
37091
|
-
};
|
|
37092
|
-
|
|
37093
|
-
|
|
37094
|
-
/**
|
|
37095
|
-
* @param {string} value
|
|
37096
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} returns this
|
|
37097
|
-
*/
|
|
37098
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.setCreatedbyname = function(value) {
|
|
37099
|
-
return jspb.Message.setProto3StringField(this, 18, value);
|
|
37100
|
-
};
|
|
37101
|
-
|
|
37102
|
-
|
|
37103
|
-
/**
|
|
37104
|
-
* optional string revokedByName = 19;
|
|
37105
|
-
* @return {string}
|
|
37106
|
-
*/
|
|
37107
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.getRevokedbyname = function() {
|
|
37108
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 19, ""));
|
|
37109
|
-
};
|
|
37110
|
-
|
|
37111
|
-
|
|
37112
|
-
/**
|
|
37113
|
-
* @param {string} value
|
|
37114
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} returns this
|
|
37115
|
-
*/
|
|
37116
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.prototype.setRevokedbyname = function(value) {
|
|
37117
|
-
return jspb.Message.setProto3StringField(this, 19, value);
|
|
37118
|
-
};
|
|
37119
|
-
|
|
37120
|
-
|
|
37121
|
-
|
|
37122
|
-
|
|
37123
|
-
|
|
37124
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
37125
|
-
/**
|
|
37126
|
-
* Creates an object representation of this proto.
|
|
37127
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
37128
|
-
* Optional fields that are not set will be set to undefined.
|
|
37129
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
37130
|
-
* For the list of reserved names please see:
|
|
37131
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
37132
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
37133
|
-
* JSPB instance for transitional soy proto support:
|
|
37134
|
-
* http://goto/soy-param-migration
|
|
37135
|
-
* @return {!Object}
|
|
37136
|
-
*/
|
|
37137
|
-
proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.prototype.toObject = function(opt_includeInstance) {
|
|
37138
|
-
return proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.toObject(opt_includeInstance, this);
|
|
37139
|
-
};
|
|
37140
|
-
|
|
37141
|
-
|
|
37142
|
-
/**
|
|
37143
|
-
* Static version of the {@see toObject} method.
|
|
37144
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
37145
|
-
* the JSPB instance for transitional soy proto support:
|
|
37146
|
-
* http://goto/soy-param-migration
|
|
37147
|
-
* @param {!proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest} msg The msg instance to transform.
|
|
37148
|
-
* @return {!Object}
|
|
37149
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
37150
|
-
*/
|
|
37151
|
-
proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.toObject = function(includeInstance, msg) {
|
|
37152
|
-
var f, obj = {
|
|
37153
|
-
userid: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
37154
|
-
billerconfigid: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
37155
|
-
paymentmethodgroupid: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
37156
|
-
expiresat: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
37157
|
-
reason: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
37158
|
-
password: jspb.Message.getFieldWithDefault(msg, 6, "")
|
|
37159
|
-
};
|
|
37160
|
-
|
|
37161
|
-
if (includeInstance) {
|
|
37162
|
-
obj.$jspbMessageInstance = msg;
|
|
37163
|
-
}
|
|
37164
|
-
return obj;
|
|
37165
|
-
};
|
|
37166
|
-
}
|
|
37167
|
-
|
|
37168
|
-
|
|
37169
|
-
/**
|
|
37170
|
-
* Deserializes binary data (in protobuf wire format).
|
|
37171
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
37172
|
-
* @return {!proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest}
|
|
37173
|
-
*/
|
|
37174
|
-
proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.deserializeBinary = function(bytes) {
|
|
37175
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
37176
|
-
var msg = new proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest;
|
|
37177
|
-
return proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.deserializeBinaryFromReader(msg, reader);
|
|
37178
|
-
};
|
|
37179
|
-
|
|
37180
|
-
|
|
37181
|
-
/**
|
|
37182
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
37183
|
-
* given reader into the given message object.
|
|
37184
|
-
* @param {!proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest} msg The message object to deserialize into.
|
|
37185
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
37186
|
-
* @return {!proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest}
|
|
37187
|
-
*/
|
|
37188
|
-
proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
37189
|
-
while (reader.nextField()) {
|
|
37190
|
-
if (reader.isEndGroup()) {
|
|
37191
|
-
break;
|
|
37192
|
-
}
|
|
37193
|
-
var field = reader.getFieldNumber();
|
|
37194
|
-
switch (field) {
|
|
37195
|
-
case 1:
|
|
37196
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
37197
|
-
msg.setUserid(value);
|
|
37198
|
-
break;
|
|
37199
|
-
case 2:
|
|
37200
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
37201
|
-
msg.setBillerconfigid(value);
|
|
37202
|
-
break;
|
|
37203
|
-
case 3:
|
|
37204
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
37205
|
-
msg.setPaymentmethodgroupid(value);
|
|
37206
|
-
break;
|
|
37207
|
-
case 4:
|
|
37208
|
-
var value = /** @type {string} */ (reader.readString());
|
|
37209
|
-
msg.setExpiresat(value);
|
|
37210
|
-
break;
|
|
37211
|
-
case 5:
|
|
37212
|
-
var value = /** @type {string} */ (reader.readString());
|
|
37213
|
-
msg.setReason(value);
|
|
37214
|
-
break;
|
|
37215
|
-
case 6:
|
|
37216
|
-
var value = /** @type {string} */ (reader.readString());
|
|
37217
|
-
msg.setPassword(value);
|
|
37218
|
-
break;
|
|
37219
|
-
default:
|
|
37220
|
-
reader.skipField();
|
|
37221
|
-
break;
|
|
37222
|
-
}
|
|
37223
|
-
}
|
|
37224
|
-
return msg;
|
|
37225
|
-
};
|
|
37226
|
-
|
|
37227
|
-
|
|
37228
|
-
/**
|
|
37229
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
37230
|
-
* @return {!Uint8Array}
|
|
37231
|
-
*/
|
|
37232
|
-
proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.prototype.serializeBinary = function() {
|
|
37233
|
-
var writer = new jspb.BinaryWriter();
|
|
37234
|
-
proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.serializeBinaryToWriter(this, writer);
|
|
37235
|
-
return writer.getResultBuffer();
|
|
37236
|
-
};
|
|
37237
|
-
|
|
37238
|
-
|
|
37239
|
-
/**
|
|
37240
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
37241
|
-
* format), writing to the given BinaryWriter.
|
|
37242
|
-
* @param {!proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest} message
|
|
37243
|
-
* @param {!jspb.BinaryWriter} writer
|
|
37244
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
37245
|
-
*/
|
|
37246
|
-
proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.serializeBinaryToWriter = function(message, writer) {
|
|
37247
|
-
var f = undefined;
|
|
37248
|
-
f = message.getUserid();
|
|
37249
|
-
if (f !== 0) {
|
|
37250
|
-
writer.writeInt64(
|
|
37251
|
-
1,
|
|
37252
|
-
f
|
|
37253
|
-
);
|
|
37254
|
-
}
|
|
37255
|
-
f = message.getBillerconfigid();
|
|
37256
|
-
if (f !== 0) {
|
|
37257
|
-
writer.writeInt64(
|
|
37258
|
-
2,
|
|
37259
|
-
f
|
|
37260
|
-
);
|
|
37261
|
-
}
|
|
37262
|
-
f = message.getPaymentmethodgroupid();
|
|
37263
|
-
if (f !== 0) {
|
|
37264
|
-
writer.writeInt64(
|
|
37265
|
-
3,
|
|
37266
|
-
f
|
|
37267
|
-
);
|
|
37268
|
-
}
|
|
37269
|
-
f = message.getExpiresat();
|
|
37270
|
-
if (f.length > 0) {
|
|
37271
|
-
writer.writeString(
|
|
37272
|
-
4,
|
|
37273
|
-
f
|
|
37274
|
-
);
|
|
37275
|
-
}
|
|
37276
|
-
f = message.getReason();
|
|
37277
|
-
if (f.length > 0) {
|
|
37278
|
-
writer.writeString(
|
|
37279
|
-
5,
|
|
37280
|
-
f
|
|
37281
|
-
);
|
|
37282
|
-
}
|
|
37283
|
-
f = message.getPassword();
|
|
37284
|
-
if (f.length > 0) {
|
|
37285
|
-
writer.writeString(
|
|
37286
|
-
6,
|
|
37287
|
-
f
|
|
37288
|
-
);
|
|
37289
|
-
}
|
|
37290
|
-
};
|
|
37291
|
-
|
|
37292
|
-
|
|
37293
|
-
/**
|
|
37294
|
-
* optional int64 userId = 1;
|
|
37295
|
-
* @return {number}
|
|
37296
|
-
*/
|
|
37297
|
-
proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.prototype.getUserid = function() {
|
|
37298
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
37299
|
-
};
|
|
37300
|
-
|
|
37301
|
-
|
|
37302
|
-
/**
|
|
37303
|
-
* @param {number} value
|
|
37304
|
-
* @return {!proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest} returns this
|
|
37305
|
-
*/
|
|
37306
|
-
proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.prototype.setUserid = function(value) {
|
|
37307
|
-
return jspb.Message.setProto3IntField(this, 1, value);
|
|
37308
|
-
};
|
|
37309
|
-
|
|
37310
|
-
|
|
37311
|
-
/**
|
|
37312
|
-
* optional int64 billerConfigId = 2;
|
|
37313
|
-
* @return {number}
|
|
37314
|
-
*/
|
|
37315
|
-
proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.prototype.getBillerconfigid = function() {
|
|
37316
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
37317
|
-
};
|
|
37318
|
-
|
|
37319
|
-
|
|
37320
|
-
/**
|
|
37321
|
-
* @param {number} value
|
|
37322
|
-
* @return {!proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest} returns this
|
|
37323
|
-
*/
|
|
37324
|
-
proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.prototype.setBillerconfigid = function(value) {
|
|
37325
|
-
return jspb.Message.setProto3IntField(this, 2, value);
|
|
37326
|
-
};
|
|
37327
|
-
|
|
37328
|
-
|
|
37329
|
-
/**
|
|
37330
|
-
* optional int64 paymentMethodGroupId = 3;
|
|
37331
|
-
* @return {number}
|
|
37332
|
-
*/
|
|
37333
|
-
proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.prototype.getPaymentmethodgroupid = function() {
|
|
37334
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
|
|
37335
|
-
};
|
|
37336
|
-
|
|
37337
|
-
|
|
37338
|
-
/**
|
|
37339
|
-
* @param {number} value
|
|
37340
|
-
* @return {!proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest} returns this
|
|
37341
|
-
*/
|
|
37342
|
-
proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.prototype.setPaymentmethodgroupid = function(value) {
|
|
37343
|
-
return jspb.Message.setProto3IntField(this, 3, value);
|
|
37344
|
-
};
|
|
37345
|
-
|
|
37346
|
-
|
|
37347
|
-
/**
|
|
37348
|
-
* optional string expiresAt = 4;
|
|
37349
|
-
* @return {string}
|
|
37350
|
-
*/
|
|
37351
|
-
proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.prototype.getExpiresat = function() {
|
|
37352
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
37353
|
-
};
|
|
37354
|
-
|
|
37355
|
-
|
|
37356
|
-
/**
|
|
37357
|
-
* @param {string} value
|
|
37358
|
-
* @return {!proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest} returns this
|
|
37359
|
-
*/
|
|
37360
|
-
proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.prototype.setExpiresat = function(value) {
|
|
37361
|
-
return jspb.Message.setProto3StringField(this, 4, value);
|
|
37362
|
-
};
|
|
37363
|
-
|
|
37364
|
-
|
|
37365
|
-
/**
|
|
37366
|
-
* optional string reason = 5;
|
|
37367
|
-
* @return {string}
|
|
37368
|
-
*/
|
|
37369
|
-
proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.prototype.getReason = function() {
|
|
37370
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
37371
|
-
};
|
|
37372
|
-
|
|
37373
|
-
|
|
37374
|
-
/**
|
|
37375
|
-
* @param {string} value
|
|
37376
|
-
* @return {!proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest} returns this
|
|
37377
|
-
*/
|
|
37378
|
-
proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.prototype.setReason = function(value) {
|
|
37379
|
-
return jspb.Message.setProto3StringField(this, 5, value);
|
|
37380
|
-
};
|
|
37381
|
-
|
|
37382
|
-
|
|
37383
|
-
/**
|
|
37384
|
-
* optional string password = 6;
|
|
37385
|
-
* @return {string}
|
|
37386
|
-
*/
|
|
37387
|
-
proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.prototype.getPassword = function() {
|
|
37388
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
37389
|
-
};
|
|
37390
|
-
|
|
37391
|
-
|
|
37392
|
-
/**
|
|
37393
|
-
* @param {string} value
|
|
37394
|
-
* @return {!proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest} returns this
|
|
37395
|
-
*/
|
|
37396
|
-
proto.sniippaymentmethodsserviceapi.CreateUserPaymentMethodGroupOverrideRequest.prototype.setPassword = function(value) {
|
|
37397
|
-
return jspb.Message.setProto3StringField(this, 6, value);
|
|
37398
|
-
};
|
|
37399
|
-
|
|
37400
|
-
|
|
37401
|
-
|
|
37402
|
-
|
|
37403
|
-
|
|
37404
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
37405
|
-
/**
|
|
37406
|
-
* Creates an object representation of this proto.
|
|
37407
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
37408
|
-
* Optional fields that are not set will be set to undefined.
|
|
37409
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
37410
|
-
* For the list of reserved names please see:
|
|
37411
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
37412
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
37413
|
-
* JSPB instance for transitional soy proto support:
|
|
37414
|
-
* http://goto/soy-param-migration
|
|
37415
|
-
* @return {!Object}
|
|
37416
|
-
*/
|
|
37417
|
-
proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest.prototype.toObject = function(opt_includeInstance) {
|
|
37418
|
-
return proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest.toObject(opt_includeInstance, this);
|
|
37419
|
-
};
|
|
37420
|
-
|
|
37421
|
-
|
|
37422
|
-
/**
|
|
37423
|
-
* Static version of the {@see toObject} method.
|
|
37424
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
37425
|
-
* the JSPB instance for transitional soy proto support:
|
|
37426
|
-
* http://goto/soy-param-migration
|
|
37427
|
-
* @param {!proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest} msg The msg instance to transform.
|
|
37428
|
-
* @return {!Object}
|
|
37429
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
37430
|
-
*/
|
|
37431
|
-
proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest.toObject = function(includeInstance, msg) {
|
|
37432
|
-
var f, obj = {
|
|
37433
|
-
overrideid: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
37434
|
-
reason: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
37435
|
-
password: jspb.Message.getFieldWithDefault(msg, 3, "")
|
|
37436
|
-
};
|
|
37437
|
-
|
|
37438
|
-
if (includeInstance) {
|
|
37439
|
-
obj.$jspbMessageInstance = msg;
|
|
37440
|
-
}
|
|
37441
|
-
return obj;
|
|
37442
|
-
};
|
|
37443
|
-
}
|
|
37444
|
-
|
|
37445
|
-
|
|
37446
|
-
/**
|
|
37447
|
-
* Deserializes binary data (in protobuf wire format).
|
|
37448
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
37449
|
-
* @return {!proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest}
|
|
37450
|
-
*/
|
|
37451
|
-
proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest.deserializeBinary = function(bytes) {
|
|
37452
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
37453
|
-
var msg = new proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest;
|
|
37454
|
-
return proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest.deserializeBinaryFromReader(msg, reader);
|
|
37455
|
-
};
|
|
37456
|
-
|
|
37457
|
-
|
|
37458
|
-
/**
|
|
37459
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
37460
|
-
* given reader into the given message object.
|
|
37461
|
-
* @param {!proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest} msg The message object to deserialize into.
|
|
37462
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
37463
|
-
* @return {!proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest}
|
|
37464
|
-
*/
|
|
37465
|
-
proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
37466
|
-
while (reader.nextField()) {
|
|
37467
|
-
if (reader.isEndGroup()) {
|
|
37468
|
-
break;
|
|
37469
|
-
}
|
|
37470
|
-
var field = reader.getFieldNumber();
|
|
37471
|
-
switch (field) {
|
|
37472
|
-
case 1:
|
|
37473
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
37474
|
-
msg.setOverrideid(value);
|
|
37475
|
-
break;
|
|
37476
|
-
case 2:
|
|
37477
|
-
var value = /** @type {string} */ (reader.readString());
|
|
37478
|
-
msg.setReason(value);
|
|
37479
|
-
break;
|
|
37480
|
-
case 3:
|
|
37481
|
-
var value = /** @type {string} */ (reader.readString());
|
|
37482
|
-
msg.setPassword(value);
|
|
37483
|
-
break;
|
|
37484
|
-
default:
|
|
37485
|
-
reader.skipField();
|
|
37486
|
-
break;
|
|
37487
|
-
}
|
|
37488
|
-
}
|
|
37489
|
-
return msg;
|
|
37490
|
-
};
|
|
37491
|
-
|
|
37492
|
-
|
|
37493
|
-
/**
|
|
37494
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
37495
|
-
* @return {!Uint8Array}
|
|
37496
|
-
*/
|
|
37497
|
-
proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest.prototype.serializeBinary = function() {
|
|
37498
|
-
var writer = new jspb.BinaryWriter();
|
|
37499
|
-
proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest.serializeBinaryToWriter(this, writer);
|
|
37500
|
-
return writer.getResultBuffer();
|
|
37501
|
-
};
|
|
37502
|
-
|
|
37503
|
-
|
|
37504
|
-
/**
|
|
37505
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
37506
|
-
* format), writing to the given BinaryWriter.
|
|
37507
|
-
* @param {!proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest} message
|
|
37508
|
-
* @param {!jspb.BinaryWriter} writer
|
|
37509
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
37510
|
-
*/
|
|
37511
|
-
proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest.serializeBinaryToWriter = function(message, writer) {
|
|
37512
|
-
var f = undefined;
|
|
37513
|
-
f = message.getOverrideid();
|
|
37514
|
-
if (f !== 0) {
|
|
37515
|
-
writer.writeInt64(
|
|
37516
|
-
1,
|
|
37517
|
-
f
|
|
37518
|
-
);
|
|
37519
|
-
}
|
|
37520
|
-
f = message.getReason();
|
|
37521
|
-
if (f.length > 0) {
|
|
37522
|
-
writer.writeString(
|
|
37523
|
-
2,
|
|
37524
|
-
f
|
|
37525
|
-
);
|
|
37526
|
-
}
|
|
37527
|
-
f = message.getPassword();
|
|
37528
|
-
if (f.length > 0) {
|
|
37529
|
-
writer.writeString(
|
|
37530
|
-
3,
|
|
37531
|
-
f
|
|
37532
|
-
);
|
|
37533
|
-
}
|
|
37534
|
-
};
|
|
37535
|
-
|
|
37536
|
-
|
|
37537
|
-
/**
|
|
37538
|
-
* optional int64 overrideId = 1;
|
|
37539
|
-
* @return {number}
|
|
37540
|
-
*/
|
|
37541
|
-
proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest.prototype.getOverrideid = function() {
|
|
37542
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
37543
|
-
};
|
|
37544
|
-
|
|
37545
|
-
|
|
37546
|
-
/**
|
|
37547
|
-
* @param {number} value
|
|
37548
|
-
* @return {!proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest} returns this
|
|
37549
|
-
*/
|
|
37550
|
-
proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest.prototype.setOverrideid = function(value) {
|
|
37551
|
-
return jspb.Message.setProto3IntField(this, 1, value);
|
|
37552
|
-
};
|
|
37553
|
-
|
|
37554
|
-
|
|
37555
|
-
/**
|
|
37556
|
-
* optional string reason = 2;
|
|
37557
|
-
* @return {string}
|
|
37558
|
-
*/
|
|
37559
|
-
proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest.prototype.getReason = function() {
|
|
37560
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
37561
|
-
};
|
|
37562
|
-
|
|
37563
|
-
|
|
37564
|
-
/**
|
|
37565
|
-
* @param {string} value
|
|
37566
|
-
* @return {!proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest} returns this
|
|
37567
|
-
*/
|
|
37568
|
-
proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest.prototype.setReason = function(value) {
|
|
37569
|
-
return jspb.Message.setProto3StringField(this, 2, value);
|
|
37570
|
-
};
|
|
37571
|
-
|
|
37572
|
-
|
|
37573
|
-
/**
|
|
37574
|
-
* optional string password = 3;
|
|
37575
|
-
* @return {string}
|
|
37576
|
-
*/
|
|
37577
|
-
proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest.prototype.getPassword = function() {
|
|
37578
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
37579
|
-
};
|
|
37580
|
-
|
|
37581
|
-
|
|
37582
|
-
/**
|
|
37583
|
-
* @param {string} value
|
|
37584
|
-
* @return {!proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest} returns this
|
|
37585
|
-
*/
|
|
37586
|
-
proto.sniippaymentmethodsserviceapi.RevokeUserPaymentMethodGroupOverrideRequest.prototype.setPassword = function(value) {
|
|
37587
|
-
return jspb.Message.setProto3StringField(this, 3, value);
|
|
37588
|
-
};
|
|
37589
|
-
|
|
37590
|
-
|
|
37591
|
-
|
|
37592
|
-
|
|
37593
|
-
|
|
37594
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
37595
|
-
/**
|
|
37596
|
-
* Creates an object representation of this proto.
|
|
37597
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
37598
|
-
* Optional fields that are not set will be set to undefined.
|
|
37599
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
37600
|
-
* For the list of reserved names please see:
|
|
37601
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
37602
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
37603
|
-
* JSPB instance for transitional soy proto support:
|
|
37604
|
-
* http://goto/soy-param-migration
|
|
37605
|
-
* @return {!Object}
|
|
37606
|
-
*/
|
|
37607
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse.prototype.toObject = function(opt_includeInstance) {
|
|
37608
|
-
return proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse.toObject(opt_includeInstance, this);
|
|
37609
|
-
};
|
|
37610
|
-
|
|
37611
|
-
|
|
37612
|
-
/**
|
|
37613
|
-
* Static version of the {@see toObject} method.
|
|
37614
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
37615
|
-
* the JSPB instance for transitional soy proto support:
|
|
37616
|
-
* http://goto/soy-param-migration
|
|
37617
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse} msg The msg instance to transform.
|
|
37618
|
-
* @return {!Object}
|
|
37619
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
37620
|
-
*/
|
|
37621
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse.toObject = function(includeInstance, msg) {
|
|
37622
|
-
var f, obj = {
|
|
37623
|
-
responsecode: (f = msg.getResponsecode()) && proto.sniippaymentmethodsserviceapi.ResponseCode.toObject(includeInstance, f),
|
|
37624
|
-
paymentmethodgroupoverride: (f = msg.getPaymentmethodgroupoverride()) && proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.toObject(includeInstance, f)
|
|
37625
|
-
};
|
|
37626
|
-
|
|
37627
|
-
if (includeInstance) {
|
|
37628
|
-
obj.$jspbMessageInstance = msg;
|
|
37629
|
-
}
|
|
37630
|
-
return obj;
|
|
37631
|
-
};
|
|
37632
|
-
}
|
|
37633
|
-
|
|
37634
|
-
|
|
37635
|
-
/**
|
|
37636
|
-
* Deserializes binary data (in protobuf wire format).
|
|
37637
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
37638
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse}
|
|
37639
|
-
*/
|
|
37640
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse.deserializeBinary = function(bytes) {
|
|
37641
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
37642
|
-
var msg = new proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse;
|
|
37643
|
-
return proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse.deserializeBinaryFromReader(msg, reader);
|
|
37644
|
-
};
|
|
37645
|
-
|
|
37646
|
-
|
|
37647
|
-
/**
|
|
37648
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
37649
|
-
* given reader into the given message object.
|
|
37650
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse} msg The message object to deserialize into.
|
|
37651
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
37652
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse}
|
|
37653
|
-
*/
|
|
37654
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
37655
|
-
while (reader.nextField()) {
|
|
37656
|
-
if (reader.isEndGroup()) {
|
|
37657
|
-
break;
|
|
37658
|
-
}
|
|
37659
|
-
var field = reader.getFieldNumber();
|
|
37660
|
-
switch (field) {
|
|
37661
|
-
case 1:
|
|
37662
|
-
var value = new proto.sniippaymentmethodsserviceapi.ResponseCode;
|
|
37663
|
-
reader.readMessage(value,proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinaryFromReader);
|
|
37664
|
-
msg.setResponsecode(value);
|
|
37665
|
-
break;
|
|
37666
|
-
case 2:
|
|
37667
|
-
var value = new proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride;
|
|
37668
|
-
reader.readMessage(value,proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.deserializeBinaryFromReader);
|
|
37669
|
-
msg.setPaymentmethodgroupoverride(value);
|
|
37670
|
-
break;
|
|
37671
|
-
default:
|
|
37672
|
-
reader.skipField();
|
|
37673
|
-
break;
|
|
37674
|
-
}
|
|
37675
|
-
}
|
|
37676
|
-
return msg;
|
|
37677
|
-
};
|
|
37678
|
-
|
|
37679
|
-
|
|
37680
|
-
/**
|
|
37681
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
37682
|
-
* @return {!Uint8Array}
|
|
37683
|
-
*/
|
|
37684
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse.prototype.serializeBinary = function() {
|
|
37685
|
-
var writer = new jspb.BinaryWriter();
|
|
37686
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse.serializeBinaryToWriter(this, writer);
|
|
37687
|
-
return writer.getResultBuffer();
|
|
37688
|
-
};
|
|
37689
|
-
|
|
37690
|
-
|
|
37691
|
-
/**
|
|
37692
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
37693
|
-
* format), writing to the given BinaryWriter.
|
|
37694
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse} message
|
|
37695
|
-
* @param {!jspb.BinaryWriter} writer
|
|
37696
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
37697
|
-
*/
|
|
37698
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse.serializeBinaryToWriter = function(message, writer) {
|
|
37699
|
-
var f = undefined;
|
|
37700
|
-
f = message.getResponsecode();
|
|
37701
|
-
if (f != null) {
|
|
37702
|
-
writer.writeMessage(
|
|
37703
|
-
1,
|
|
37704
|
-
f,
|
|
37705
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.serializeBinaryToWriter
|
|
37706
|
-
);
|
|
37707
|
-
}
|
|
37708
|
-
f = message.getPaymentmethodgroupoverride();
|
|
37709
|
-
if (f != null) {
|
|
37710
|
-
writer.writeMessage(
|
|
37711
|
-
2,
|
|
37712
|
-
f,
|
|
37713
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.serializeBinaryToWriter
|
|
37714
|
-
);
|
|
37715
|
-
}
|
|
37716
|
-
};
|
|
37717
|
-
|
|
37718
|
-
|
|
37719
|
-
/**
|
|
37720
|
-
* optional ResponseCode responseCode = 1;
|
|
37721
|
-
* @return {?proto.sniippaymentmethodsserviceapi.ResponseCode}
|
|
37722
|
-
*/
|
|
37723
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse.prototype.getResponsecode = function() {
|
|
37724
|
-
return /** @type{?proto.sniippaymentmethodsserviceapi.ResponseCode} */ (
|
|
37725
|
-
jspb.Message.getWrapperField(this, proto.sniippaymentmethodsserviceapi.ResponseCode, 1));
|
|
37726
|
-
};
|
|
37727
|
-
|
|
37728
|
-
|
|
37729
|
-
/**
|
|
37730
|
-
* @param {?proto.sniippaymentmethodsserviceapi.ResponseCode|undefined} value
|
|
37731
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse} returns this
|
|
37732
|
-
*/
|
|
37733
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse.prototype.setResponsecode = function(value) {
|
|
37734
|
-
return jspb.Message.setWrapperField(this, 1, value);
|
|
37735
|
-
};
|
|
37736
|
-
|
|
37737
|
-
|
|
37738
|
-
/**
|
|
37739
|
-
* Clears the message field making it undefined.
|
|
37740
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse} returns this
|
|
37741
|
-
*/
|
|
37742
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse.prototype.clearResponsecode = function() {
|
|
37743
|
-
return this.setResponsecode(undefined);
|
|
37744
|
-
};
|
|
37745
|
-
|
|
37746
|
-
|
|
37747
|
-
/**
|
|
37748
|
-
* Returns whether this field is set.
|
|
37749
|
-
* @return {boolean}
|
|
37750
|
-
*/
|
|
37751
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse.prototype.hasResponsecode = function() {
|
|
37752
|
-
return jspb.Message.getField(this, 1) != null;
|
|
37753
|
-
};
|
|
37754
|
-
|
|
37755
|
-
|
|
37756
|
-
/**
|
|
37757
|
-
* optional UserPaymentMethodGroupOverride paymentMethodGroupOverride = 2;
|
|
37758
|
-
* @return {?proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride}
|
|
37759
|
-
*/
|
|
37760
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse.prototype.getPaymentmethodgroupoverride = function() {
|
|
37761
|
-
return /** @type{?proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride} */ (
|
|
37762
|
-
jspb.Message.getWrapperField(this, proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride, 2));
|
|
37763
|
-
};
|
|
37764
|
-
|
|
37765
|
-
|
|
37766
|
-
/**
|
|
37767
|
-
* @param {?proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride|undefined} value
|
|
37768
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse} returns this
|
|
37769
|
-
*/
|
|
37770
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse.prototype.setPaymentmethodgroupoverride = function(value) {
|
|
37771
|
-
return jspb.Message.setWrapperField(this, 2, value);
|
|
37772
|
-
};
|
|
37773
|
-
|
|
37774
|
-
|
|
37775
|
-
/**
|
|
37776
|
-
* Clears the message field making it undefined.
|
|
37777
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse} returns this
|
|
37778
|
-
*/
|
|
37779
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse.prototype.clearPaymentmethodgroupoverride = function() {
|
|
37780
|
-
return this.setPaymentmethodgroupoverride(undefined);
|
|
37781
|
-
};
|
|
37782
|
-
|
|
37783
|
-
|
|
37784
|
-
/**
|
|
37785
|
-
* Returns whether this field is set.
|
|
37786
|
-
* @return {boolean}
|
|
37787
|
-
*/
|
|
37788
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverrideResponse.prototype.hasPaymentmethodgroupoverride = function() {
|
|
37789
|
-
return jspb.Message.getField(this, 2) != null;
|
|
37790
|
-
};
|
|
37791
|
-
|
|
37792
|
-
|
|
37793
|
-
|
|
37794
|
-
|
|
37795
|
-
|
|
37796
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
37797
|
-
/**
|
|
37798
|
-
* Creates an object representation of this proto.
|
|
37799
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
37800
|
-
* Optional fields that are not set will be set to undefined.
|
|
37801
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
37802
|
-
* For the list of reserved names please see:
|
|
37803
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
37804
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
37805
|
-
* JSPB instance for transitional soy proto support:
|
|
37806
|
-
* http://goto/soy-param-migration
|
|
37807
|
-
* @return {!Object}
|
|
37808
|
-
*/
|
|
37809
|
-
proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest.prototype.toObject = function(opt_includeInstance) {
|
|
37810
|
-
return proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest.toObject(opt_includeInstance, this);
|
|
37811
|
-
};
|
|
37812
|
-
|
|
37813
|
-
|
|
37814
|
-
/**
|
|
37815
|
-
* Static version of the {@see toObject} method.
|
|
37816
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
37817
|
-
* the JSPB instance for transitional soy proto support:
|
|
37818
|
-
* http://goto/soy-param-migration
|
|
37819
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest} msg The msg instance to transform.
|
|
37820
|
-
* @return {!Object}
|
|
37821
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
37822
|
-
*/
|
|
37823
|
-
proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest.toObject = function(includeInstance, msg) {
|
|
37824
|
-
var f, obj = {
|
|
37825
|
-
userid: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
37826
|
-
billerconfigid: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
37827
|
-
includeinactive: jspb.Message.getBooleanFieldWithDefault(msg, 3, false)
|
|
37828
|
-
};
|
|
37829
|
-
|
|
37830
|
-
if (includeInstance) {
|
|
37831
|
-
obj.$jspbMessageInstance = msg;
|
|
37832
|
-
}
|
|
37833
|
-
return obj;
|
|
37834
|
-
};
|
|
37835
|
-
}
|
|
37836
|
-
|
|
37837
|
-
|
|
37838
|
-
/**
|
|
37839
|
-
* Deserializes binary data (in protobuf wire format).
|
|
37840
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
37841
|
-
* @return {!proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest}
|
|
37842
|
-
*/
|
|
37843
|
-
proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest.deserializeBinary = function(bytes) {
|
|
37844
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
37845
|
-
var msg = new proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest;
|
|
37846
|
-
return proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest.deserializeBinaryFromReader(msg, reader);
|
|
37847
|
-
};
|
|
37848
|
-
|
|
37849
|
-
|
|
37850
|
-
/**
|
|
37851
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
37852
|
-
* given reader into the given message object.
|
|
37853
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest} msg The message object to deserialize into.
|
|
37854
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
37855
|
-
* @return {!proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest}
|
|
37856
|
-
*/
|
|
37857
|
-
proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
37858
|
-
while (reader.nextField()) {
|
|
37859
|
-
if (reader.isEndGroup()) {
|
|
37860
|
-
break;
|
|
37861
|
-
}
|
|
37862
|
-
var field = reader.getFieldNumber();
|
|
37863
|
-
switch (field) {
|
|
37864
|
-
case 1:
|
|
37865
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
37866
|
-
msg.setUserid(value);
|
|
37867
|
-
break;
|
|
37868
|
-
case 2:
|
|
37869
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
37870
|
-
msg.setBillerconfigid(value);
|
|
37871
|
-
break;
|
|
37872
|
-
case 3:
|
|
37873
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
37874
|
-
msg.setIncludeinactive(value);
|
|
37875
|
-
break;
|
|
37876
|
-
default:
|
|
37877
|
-
reader.skipField();
|
|
37878
|
-
break;
|
|
37879
|
-
}
|
|
37880
|
-
}
|
|
37881
|
-
return msg;
|
|
37882
|
-
};
|
|
37883
|
-
|
|
37884
|
-
|
|
37885
|
-
/**
|
|
37886
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
37887
|
-
* @return {!Uint8Array}
|
|
37888
|
-
*/
|
|
37889
|
-
proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest.prototype.serializeBinary = function() {
|
|
37890
|
-
var writer = new jspb.BinaryWriter();
|
|
37891
|
-
proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest.serializeBinaryToWriter(this, writer);
|
|
37892
|
-
return writer.getResultBuffer();
|
|
37893
|
-
};
|
|
37894
|
-
|
|
37895
|
-
|
|
37896
|
-
/**
|
|
37897
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
37898
|
-
* format), writing to the given BinaryWriter.
|
|
37899
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest} message
|
|
37900
|
-
* @param {!jspb.BinaryWriter} writer
|
|
37901
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
37902
|
-
*/
|
|
37903
|
-
proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest.serializeBinaryToWriter = function(message, writer) {
|
|
37904
|
-
var f = undefined;
|
|
37905
|
-
f = message.getUserid();
|
|
37906
|
-
if (f !== 0) {
|
|
37907
|
-
writer.writeInt64(
|
|
37908
|
-
1,
|
|
37909
|
-
f
|
|
37910
|
-
);
|
|
37911
|
-
}
|
|
37912
|
-
f = message.getBillerconfigid();
|
|
37913
|
-
if (f !== 0) {
|
|
37914
|
-
writer.writeInt64(
|
|
37915
|
-
2,
|
|
37916
|
-
f
|
|
37917
|
-
);
|
|
37918
|
-
}
|
|
37919
|
-
f = message.getIncludeinactive();
|
|
37920
|
-
if (f) {
|
|
37921
|
-
writer.writeBool(
|
|
37922
|
-
3,
|
|
37923
|
-
f
|
|
37924
|
-
);
|
|
37925
|
-
}
|
|
37926
|
-
};
|
|
37927
|
-
|
|
37928
|
-
|
|
37929
|
-
/**
|
|
37930
|
-
* optional int64 userId = 1;
|
|
37931
|
-
* @return {number}
|
|
37932
|
-
*/
|
|
37933
|
-
proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest.prototype.getUserid = function() {
|
|
37934
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
37935
|
-
};
|
|
37936
|
-
|
|
37937
|
-
|
|
37938
|
-
/**
|
|
37939
|
-
* @param {number} value
|
|
37940
|
-
* @return {!proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest} returns this
|
|
37941
|
-
*/
|
|
37942
|
-
proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest.prototype.setUserid = function(value) {
|
|
37943
|
-
return jspb.Message.setProto3IntField(this, 1, value);
|
|
37944
|
-
};
|
|
37945
|
-
|
|
37946
|
-
|
|
37947
|
-
/**
|
|
37948
|
-
* optional int64 billerConfigId = 2;
|
|
37949
|
-
* @return {number}
|
|
37950
|
-
*/
|
|
37951
|
-
proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest.prototype.getBillerconfigid = function() {
|
|
37952
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
37953
|
-
};
|
|
37954
|
-
|
|
37955
|
-
|
|
37956
|
-
/**
|
|
37957
|
-
* @param {number} value
|
|
37958
|
-
* @return {!proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest} returns this
|
|
37959
|
-
*/
|
|
37960
|
-
proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest.prototype.setBillerconfigid = function(value) {
|
|
37961
|
-
return jspb.Message.setProto3IntField(this, 2, value);
|
|
37962
|
-
};
|
|
37963
|
-
|
|
37964
|
-
|
|
37965
|
-
/**
|
|
37966
|
-
* optional bool includeInactive = 3;
|
|
37967
|
-
* @return {boolean}
|
|
37968
|
-
*/
|
|
37969
|
-
proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest.prototype.getIncludeinactive = function() {
|
|
37970
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false));
|
|
37971
|
-
};
|
|
37972
|
-
|
|
37973
|
-
|
|
37974
|
-
/**
|
|
37975
|
-
* @param {boolean} value
|
|
37976
|
-
* @return {!proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest} returns this
|
|
37977
|
-
*/
|
|
37978
|
-
proto.sniippaymentmethodsserviceapi.GetUserPaymentMethodGroupOverridesRequest.prototype.setIncludeinactive = function(value) {
|
|
37979
|
-
return jspb.Message.setProto3BooleanField(this, 3, value);
|
|
37980
|
-
};
|
|
37981
|
-
|
|
37982
|
-
|
|
37983
|
-
|
|
37984
|
-
/**
|
|
37985
|
-
* List of repeated fields within this message type.
|
|
37986
|
-
* @private {!Array<number>}
|
|
37987
|
-
* @const
|
|
37988
|
-
*/
|
|
37989
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse.repeatedFields_ = [2];
|
|
37990
|
-
|
|
37991
|
-
|
|
37992
|
-
|
|
37993
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
37994
|
-
/**
|
|
37995
|
-
* Creates an object representation of this proto.
|
|
37996
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
37997
|
-
* Optional fields that are not set will be set to undefined.
|
|
37998
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
37999
|
-
* For the list of reserved names please see:
|
|
38000
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
38001
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
38002
|
-
* JSPB instance for transitional soy proto support:
|
|
38003
|
-
* http://goto/soy-param-migration
|
|
38004
|
-
* @return {!Object}
|
|
38005
|
-
*/
|
|
38006
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse.prototype.toObject = function(opt_includeInstance) {
|
|
38007
|
-
return proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse.toObject(opt_includeInstance, this);
|
|
38008
|
-
};
|
|
38009
|
-
|
|
38010
|
-
|
|
38011
|
-
/**
|
|
38012
|
-
* Static version of the {@see toObject} method.
|
|
38013
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
38014
|
-
* the JSPB instance for transitional soy proto support:
|
|
38015
|
-
* http://goto/soy-param-migration
|
|
38016
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse} msg The msg instance to transform.
|
|
38017
|
-
* @return {!Object}
|
|
38018
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
38019
|
-
*/
|
|
38020
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse.toObject = function(includeInstance, msg) {
|
|
38021
|
-
var f, obj = {
|
|
38022
|
-
responsecode: (f = msg.getResponsecode()) && proto.sniippaymentmethodsserviceapi.ResponseCode.toObject(includeInstance, f),
|
|
38023
|
-
paymentmethodgroupoverridesList: jspb.Message.toObjectList(msg.getPaymentmethodgroupoverridesList(),
|
|
38024
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.toObject, includeInstance)
|
|
38025
|
-
};
|
|
38026
|
-
|
|
38027
|
-
if (includeInstance) {
|
|
38028
|
-
obj.$jspbMessageInstance = msg;
|
|
38029
|
-
}
|
|
38030
|
-
return obj;
|
|
38031
|
-
};
|
|
38032
|
-
}
|
|
38033
|
-
|
|
38034
|
-
|
|
38035
|
-
/**
|
|
38036
|
-
* Deserializes binary data (in protobuf wire format).
|
|
38037
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
38038
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse}
|
|
38039
|
-
*/
|
|
38040
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse.deserializeBinary = function(bytes) {
|
|
38041
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
38042
|
-
var msg = new proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse;
|
|
38043
|
-
return proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse.deserializeBinaryFromReader(msg, reader);
|
|
38044
|
-
};
|
|
38045
|
-
|
|
38046
|
-
|
|
38047
|
-
/**
|
|
38048
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
38049
|
-
* given reader into the given message object.
|
|
38050
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse} msg The message object to deserialize into.
|
|
38051
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
38052
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse}
|
|
38053
|
-
*/
|
|
38054
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
38055
|
-
while (reader.nextField()) {
|
|
38056
|
-
if (reader.isEndGroup()) {
|
|
38057
|
-
break;
|
|
38058
|
-
}
|
|
38059
|
-
var field = reader.getFieldNumber();
|
|
38060
|
-
switch (field) {
|
|
38061
|
-
case 1:
|
|
38062
|
-
var value = new proto.sniippaymentmethodsserviceapi.ResponseCode;
|
|
38063
|
-
reader.readMessage(value,proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinaryFromReader);
|
|
38064
|
-
msg.setResponsecode(value);
|
|
38065
|
-
break;
|
|
38066
|
-
case 2:
|
|
38067
|
-
var value = new proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride;
|
|
38068
|
-
reader.readMessage(value,proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.deserializeBinaryFromReader);
|
|
38069
|
-
msg.addPaymentmethodgroupoverrides(value);
|
|
38070
|
-
break;
|
|
38071
|
-
default:
|
|
38072
|
-
reader.skipField();
|
|
38073
|
-
break;
|
|
38074
|
-
}
|
|
38075
|
-
}
|
|
38076
|
-
return msg;
|
|
38077
|
-
};
|
|
38078
|
-
|
|
38079
|
-
|
|
38080
|
-
/**
|
|
38081
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
38082
|
-
* @return {!Uint8Array}
|
|
38083
|
-
*/
|
|
38084
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse.prototype.serializeBinary = function() {
|
|
38085
|
-
var writer = new jspb.BinaryWriter();
|
|
38086
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse.serializeBinaryToWriter(this, writer);
|
|
38087
|
-
return writer.getResultBuffer();
|
|
38088
|
-
};
|
|
38089
|
-
|
|
38090
|
-
|
|
38091
|
-
/**
|
|
38092
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
38093
|
-
* format), writing to the given BinaryWriter.
|
|
38094
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse} message
|
|
38095
|
-
* @param {!jspb.BinaryWriter} writer
|
|
38096
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
38097
|
-
*/
|
|
38098
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse.serializeBinaryToWriter = function(message, writer) {
|
|
38099
|
-
var f = undefined;
|
|
38100
|
-
f = message.getResponsecode();
|
|
38101
|
-
if (f != null) {
|
|
38102
|
-
writer.writeMessage(
|
|
38103
|
-
1,
|
|
38104
|
-
f,
|
|
38105
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.serializeBinaryToWriter
|
|
38106
|
-
);
|
|
38107
|
-
}
|
|
38108
|
-
f = message.getPaymentmethodgroupoverridesList();
|
|
38109
|
-
if (f.length > 0) {
|
|
38110
|
-
writer.writeRepeatedMessage(
|
|
38111
|
-
2,
|
|
38112
|
-
f,
|
|
38113
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride.serializeBinaryToWriter
|
|
38114
|
-
);
|
|
38115
|
-
}
|
|
38116
|
-
};
|
|
38117
|
-
|
|
38118
|
-
|
|
38119
|
-
/**
|
|
38120
|
-
* optional ResponseCode responseCode = 1;
|
|
38121
|
-
* @return {?proto.sniippaymentmethodsserviceapi.ResponseCode}
|
|
38122
|
-
*/
|
|
38123
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse.prototype.getResponsecode = function() {
|
|
38124
|
-
return /** @type{?proto.sniippaymentmethodsserviceapi.ResponseCode} */ (
|
|
38125
|
-
jspb.Message.getWrapperField(this, proto.sniippaymentmethodsserviceapi.ResponseCode, 1));
|
|
38126
|
-
};
|
|
38127
|
-
|
|
38128
|
-
|
|
38129
|
-
/**
|
|
38130
|
-
* @param {?proto.sniippaymentmethodsserviceapi.ResponseCode|undefined} value
|
|
38131
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse} returns this
|
|
38132
|
-
*/
|
|
38133
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse.prototype.setResponsecode = function(value) {
|
|
38134
|
-
return jspb.Message.setWrapperField(this, 1, value);
|
|
38135
|
-
};
|
|
38136
|
-
|
|
38137
|
-
|
|
38138
|
-
/**
|
|
38139
|
-
* Clears the message field making it undefined.
|
|
38140
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse} returns this
|
|
38141
|
-
*/
|
|
38142
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse.prototype.clearResponsecode = function() {
|
|
38143
|
-
return this.setResponsecode(undefined);
|
|
38144
|
-
};
|
|
38145
|
-
|
|
38146
|
-
|
|
38147
|
-
/**
|
|
38148
|
-
* Returns whether this field is set.
|
|
38149
|
-
* @return {boolean}
|
|
38150
|
-
*/
|
|
38151
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse.prototype.hasResponsecode = function() {
|
|
38152
|
-
return jspb.Message.getField(this, 1) != null;
|
|
38153
|
-
};
|
|
38154
|
-
|
|
38155
|
-
|
|
38156
|
-
/**
|
|
38157
|
-
* repeated UserPaymentMethodGroupOverride paymentMethodGroupOverrides = 2;
|
|
38158
|
-
* @return {!Array<!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride>}
|
|
38159
|
-
*/
|
|
38160
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse.prototype.getPaymentmethodgroupoverridesList = function() {
|
|
38161
|
-
return /** @type{!Array<!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride>} */ (
|
|
38162
|
-
jspb.Message.getRepeatedWrapperField(this, proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride, 2));
|
|
38163
|
-
};
|
|
38164
|
-
|
|
38165
|
-
|
|
38166
|
-
/**
|
|
38167
|
-
* @param {!Array<!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride>} value
|
|
38168
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse} returns this
|
|
38169
|
-
*/
|
|
38170
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse.prototype.setPaymentmethodgroupoverridesList = function(value) {
|
|
38171
|
-
return jspb.Message.setRepeatedWrapperField(this, 2, value);
|
|
38172
|
-
};
|
|
38173
|
-
|
|
38174
|
-
|
|
38175
|
-
/**
|
|
38176
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride=} opt_value
|
|
38177
|
-
* @param {number=} opt_index
|
|
38178
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride}
|
|
38179
|
-
*/
|
|
38180
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse.prototype.addPaymentmethodgroupoverrides = function(opt_value, opt_index) {
|
|
38181
|
-
return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverride, opt_index);
|
|
38182
|
-
};
|
|
38183
|
-
|
|
38184
|
-
|
|
38185
|
-
/**
|
|
38186
|
-
* Clears the list making it empty but non-null.
|
|
38187
|
-
* @return {!proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse} returns this
|
|
38188
|
-
*/
|
|
38189
|
-
proto.sniippaymentmethodsserviceapi.UserPaymentMethodGroupOverridesResponse.prototype.clearPaymentmethodgroupoverridesList = function() {
|
|
38190
|
-
return this.setPaymentmethodgroupoverridesList([]);
|
|
38191
|
-
};
|
|
38192
|
-
|
|
38193
|
-
|
|
38194
|
-
|
|
38195
|
-
|
|
38196
|
-
|
|
38197
36215
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
38198
36216
|
/**
|
|
38199
36217
|
* Creates an object representation of this proto.
|