@sniipwebmaster/biller-service-client-grpcweb 0.2.3338 → 0.2.3358
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.
|
@@ -540,7 +540,7 @@ proto.sniipbillerapi.AcceptedPaymentMethod.toObject = function(includeInstance,
|
|
|
540
540
|
allowdebit: msg.getAllowdebit(),
|
|
541
541
|
allowcredit: msg.getAllowcredit(),
|
|
542
542
|
eftposonly: msg.getEftposonly(),
|
|
543
|
-
|
|
543
|
+
allowinternational: msg.getAllowinternational()
|
|
544
544
|
};
|
|
545
545
|
|
|
546
546
|
if (includeInstance) {
|
|
@@ -595,7 +595,7 @@ proto.sniipbillerapi.AcceptedPaymentMethod.deserializeBinaryFromReader = functio
|
|
|
595
595
|
break;
|
|
596
596
|
case 5:
|
|
597
597
|
var value = /** @type {boolean} */ (reader.readBool());
|
|
598
|
-
msg.
|
|
598
|
+
msg.setAllowinternational(value);
|
|
599
599
|
break;
|
|
600
600
|
default:
|
|
601
601
|
reader.skipField();
|
|
@@ -663,7 +663,7 @@ proto.sniipbillerapi.AcceptedPaymentMethod.prototype.serializeBinaryToWriter = f
|
|
|
663
663
|
f
|
|
664
664
|
);
|
|
665
665
|
}
|
|
666
|
-
f = this.
|
|
666
|
+
f = this.getAllowinternational();
|
|
667
667
|
if (f) {
|
|
668
668
|
writer.writeBool(
|
|
669
669
|
5,
|
|
@@ -749,18 +749,18 @@ proto.sniipbillerapi.AcceptedPaymentMethod.prototype.setEftposonly = function(va
|
|
|
749
749
|
|
|
750
750
|
|
|
751
751
|
/**
|
|
752
|
-
* optional bool
|
|
752
|
+
* optional bool allowInternational = 5;
|
|
753
753
|
* Note that Boolean fields may be set to 0/1 when serialized from a Java server.
|
|
754
754
|
* You should avoid comparisons like {@code val === true/false} in those cases.
|
|
755
755
|
* @return {boolean}
|
|
756
756
|
*/
|
|
757
|
-
proto.sniipbillerapi.AcceptedPaymentMethod.prototype.
|
|
757
|
+
proto.sniipbillerapi.AcceptedPaymentMethod.prototype.getAllowinternational = function() {
|
|
758
758
|
return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 5, false));
|
|
759
759
|
};
|
|
760
760
|
|
|
761
761
|
|
|
762
762
|
/** @param {boolean} value */
|
|
763
|
-
proto.sniipbillerapi.AcceptedPaymentMethod.prototype.
|
|
763
|
+
proto.sniipbillerapi.AcceptedPaymentMethod.prototype.setAllowinternational = function(value) {
|
|
764
764
|
jspb.Message.setField(this, 5, value);
|
|
765
765
|
};
|
|
766
766
|
|