@sniipwebmaster/checkout-service-client-grpcweb 26.2.279 → 26.2.291
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_pb.js +0 -60
- package/package.json +1 -1
|
@@ -9962,8 +9962,6 @@ proto.checkoutserviceapi.SettlementTransaction.toObject = function(includeInstan
|
|
|
9962
9962
|
var f, obj = {
|
|
9963
9963
|
transactionid: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
9964
9964
|
transactiondate: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
9965
|
-
paymentamount: jspb.Message.getFloatingPointFieldWithDefault(msg, 3, 0.0),
|
|
9966
|
-
surchargeamount: jspb.Message.getFloatingPointFieldWithDefault(msg, 4, 0.0),
|
|
9967
9965
|
paidamountincludingsurcharge: jspb.Message.getFloatingPointFieldWithDefault(msg, 5, 0.0),
|
|
9968
9966
|
billercode: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
9969
9967
|
billername: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
@@ -10012,14 +10010,6 @@ proto.checkoutserviceapi.SettlementTransaction.deserializeBinaryFromReader = fun
|
|
|
10012
10010
|
var value = /** @type {string} */ (reader.readString());
|
|
10013
10011
|
msg.setTransactiondate(value);
|
|
10014
10012
|
break;
|
|
10015
|
-
case 3:
|
|
10016
|
-
var value = /** @type {number} */ (reader.readDouble());
|
|
10017
|
-
msg.setPaymentamount(value);
|
|
10018
|
-
break;
|
|
10019
|
-
case 4:
|
|
10020
|
-
var value = /** @type {number} */ (reader.readDouble());
|
|
10021
|
-
msg.setSurchargeamount(value);
|
|
10022
|
-
break;
|
|
10023
10013
|
case 5:
|
|
10024
10014
|
var value = /** @type {number} */ (reader.readDouble());
|
|
10025
10015
|
msg.setPaidamountincludingsurcharge(value);
|
|
@@ -10079,20 +10069,6 @@ proto.checkoutserviceapi.SettlementTransaction.serializeBinaryToWriter = functio
|
|
|
10079
10069
|
f
|
|
10080
10070
|
);
|
|
10081
10071
|
}
|
|
10082
|
-
f = message.getPaymentamount();
|
|
10083
|
-
if (f !== 0.0) {
|
|
10084
|
-
writer.writeDouble(
|
|
10085
|
-
3,
|
|
10086
|
-
f
|
|
10087
|
-
);
|
|
10088
|
-
}
|
|
10089
|
-
f = message.getSurchargeamount();
|
|
10090
|
-
if (f !== 0.0) {
|
|
10091
|
-
writer.writeDouble(
|
|
10092
|
-
4,
|
|
10093
|
-
f
|
|
10094
|
-
);
|
|
10095
|
-
}
|
|
10096
10072
|
f = message.getPaidamountincludingsurcharge();
|
|
10097
10073
|
if (f !== 0.0) {
|
|
10098
10074
|
writer.writeDouble(
|
|
@@ -10160,42 +10136,6 @@ proto.checkoutserviceapi.SettlementTransaction.prototype.setTransactiondate = fu
|
|
|
10160
10136
|
};
|
|
10161
10137
|
|
|
10162
10138
|
|
|
10163
|
-
/**
|
|
10164
|
-
* optional double paymentAmount = 3;
|
|
10165
|
-
* @return {number}
|
|
10166
|
-
*/
|
|
10167
|
-
proto.checkoutserviceapi.SettlementTransaction.prototype.getPaymentamount = function() {
|
|
10168
|
-
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 3, 0.0));
|
|
10169
|
-
};
|
|
10170
|
-
|
|
10171
|
-
|
|
10172
|
-
/**
|
|
10173
|
-
* @param {number} value
|
|
10174
|
-
* @return {!proto.checkoutserviceapi.SettlementTransaction} returns this
|
|
10175
|
-
*/
|
|
10176
|
-
proto.checkoutserviceapi.SettlementTransaction.prototype.setPaymentamount = function(value) {
|
|
10177
|
-
return jspb.Message.setProto3FloatField(this, 3, value);
|
|
10178
|
-
};
|
|
10179
|
-
|
|
10180
|
-
|
|
10181
|
-
/**
|
|
10182
|
-
* optional double surchargeAmount = 4;
|
|
10183
|
-
* @return {number}
|
|
10184
|
-
*/
|
|
10185
|
-
proto.checkoutserviceapi.SettlementTransaction.prototype.getSurchargeamount = function() {
|
|
10186
|
-
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 4, 0.0));
|
|
10187
|
-
};
|
|
10188
|
-
|
|
10189
|
-
|
|
10190
|
-
/**
|
|
10191
|
-
* @param {number} value
|
|
10192
|
-
* @return {!proto.checkoutserviceapi.SettlementTransaction} returns this
|
|
10193
|
-
*/
|
|
10194
|
-
proto.checkoutserviceapi.SettlementTransaction.prototype.setSurchargeamount = function(value) {
|
|
10195
|
-
return jspb.Message.setProto3FloatField(this, 4, value);
|
|
10196
|
-
};
|
|
10197
|
-
|
|
10198
|
-
|
|
10199
10139
|
/**
|
|
10200
10140
|
* optional double paidAmountIncludingSurcharge = 5;
|
|
10201
10141
|
* @return {number}
|