{"version":3,"file":"LogoStatic.5297552d.js","sources":["../../../../../../node_modules/@aymeric_henry_sr/svelte-proto/payment_pb.js","../../../../../../node_modules/@aymeric_henry_sr/svelte-proto/payment_pb_service.js","../../../../../../src/lib/components/LogoStatic.svelte"],"sourcesContent":["// source: payment.proto\n/**\n * @fileoverview\n * @enhanceable\n * @suppress {missingRequire} reports error on implicit type usages.\n * @suppress {messageConventions} JS Compiler reports an error if a variable or\n * field starts with 'MSG_' and isn't a translatable message.\n * @public\n */\n// GENERATED CODE -- DO NOT EDIT!\n/* eslint-disable */\n// @ts-nocheck\n\nvar jspb = require('google-protobuf');\nvar goog = jspb;\nvar global =\n (typeof globalThis !== 'undefined' && globalThis) ||\n (typeof window !== 'undefined' && window) ||\n (typeof global !== 'undefined' && global) ||\n (typeof self !== 'undefined' && self) ||\n (function () { return this; }).call(null) ||\n Function('return this')();\n\nvar google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');\ngoog.object.extend(proto, google_protobuf_timestamp_pb);\nvar credits_pb = require('./credits_pb.js');\ngoog.object.extend(proto, credits_pb);\ngoog.exportSymbol('proto.Currency', null, global);\ngoog.exportSymbol('proto.CustomPayement', null, global);\ngoog.exportSymbol('proto.CustomPaymentType', null, global);\ngoog.exportSymbol('proto.PaymentAdminGetCustomerReply', null, global);\ngoog.exportSymbol('proto.PaymentAdminGetCustomerRequest', null, global);\ngoog.exportSymbol('proto.PaymentAdminLinkCustomerReply', null, global);\ngoog.exportSymbol('proto.PaymentAdminLinkCustomerRequest', null, global);\ngoog.exportSymbol('proto.PaymentApplyMetadataToInvoiceReply', null, global);\ngoog.exportSymbol('proto.PaymentApplyMetadataToInvoiceRequest', null, global);\ngoog.exportSymbol('proto.PaymentApplyMetadataToSubscriptionReply', null, global);\ngoog.exportSymbol('proto.PaymentApplyMetadataToSubscriptionRequest', null, global);\ngoog.exportSymbol('proto.PaymentCancelSubscriptionReply', null, global);\ngoog.exportSymbol('proto.PaymentCancelSubscriptionRequest', null, global);\ngoog.exportSymbol('proto.PaymentConsumationType', null, global);\ngoog.exportSymbol('proto.PaymentCreateCheckoutUrlReply', null, global);\ngoog.exportSymbol('proto.PaymentCreateCheckoutUrlRequest', null, global);\ngoog.exportSymbol('proto.PaymentCreateCustomerByOwnerWorkspaceReply', null, global);\ngoog.exportSymbol('proto.PaymentCreateCustomerByOwnerWorkspaceRequest', null, global);\ngoog.exportSymbol('proto.PaymentCreateLinkReply', null, global);\ngoog.exportSymbol('proto.PaymentCreateLinkRequest', null, global);\ngoog.exportSymbol('proto.PaymentCreateProductReply', null, global);\ngoog.exportSymbol('proto.PaymentCreateProductRequest', null, global);\ngoog.exportSymbol('proto.PaymentFailedType', null, global);\ngoog.exportSymbol('proto.PaymentGetCustomerPortalUrlReply', null, global);\ngoog.exportSymbol('proto.PaymentGetCustomerPortalUrlRequest', null, global);\ngoog.exportSymbol('proto.PaymentGetLinkReply', null, global);\ngoog.exportSymbol('proto.PaymentGetLinkRequest', null, global);\ngoog.exportSymbol('proto.PaymentGetSubscriptionReply', null, global);\ngoog.exportSymbol('proto.PaymentGetSubscriptionRequest', null, global);\ngoog.exportSymbol('proto.PaymentGetSubscriptionShortReply', null, global);\ngoog.exportSymbol('proto.PaymentGetSubscriptionShortRequest', null, global);\ngoog.exportSymbol('proto.PaymentListCustomLinkReply', null, global);\ngoog.exportSymbol('proto.PaymentListCustomLinkRequest', null, global);\ngoog.exportSymbol('proto.PaymentListPricesFromPlatformReply', null, global);\ngoog.exportSymbol('proto.PaymentListPricesFromPlatformRequest', null, global);\ngoog.exportSymbol('proto.PaymentListProductFromPlatformReply', null, global);\ngoog.exportSymbol('proto.PaymentListProductFromPlatformRequest', null, global);\ngoog.exportSymbol('proto.PaymentListProductReply', null, global);\ngoog.exportSymbol('proto.PaymentListProductRequest', null, global);\ngoog.exportSymbol('proto.PaymentOneTimePayementReply', null, global);\ngoog.exportSymbol('proto.PaymentOneTimePayementRequest', null, global);\ngoog.exportSymbol('proto.PaymentSubscription', null, global);\ngoog.exportSymbol('proto.PaymentSubscriptionDetail', null, global);\ngoog.exportSymbol('proto.PaymentSubscriptionMethode', null, global);\ngoog.exportSymbol('proto.PaymentSubscriptionMethode.PaymentmethodeCase', null, global);\ngoog.exportSymbol('proto.PaymentSubscriptionMethodeAddress', null, global);\ngoog.exportSymbol('proto.PaymentSubscriptionMethodeCard', null, global);\ngoog.exportSymbol('proto.PaymentUpdateLinkReply', null, global);\ngoog.exportSymbol('proto.PaymentUpdateLinkRequest', null, global);\ngoog.exportSymbol('proto.PaymentUpdateSubscriptionReply', null, global);\ngoog.exportSymbol('proto.PaymentUpdateSubscriptionRequest', null, global);\ngoog.exportSymbol('proto.PlatformIdName', null, global);\ngoog.exportSymbol('proto.Product', null, global);\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.Product = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.Product, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.Product.displayName = 'proto.Product';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PlatformIdName = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PlatformIdName, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PlatformIdName.displayName = 'proto.PlatformIdName';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentCreateProductRequest = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentCreateProductRequest, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentCreateProductRequest.displayName = 'proto.PaymentCreateProductRequest';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentCreateProductReply = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentCreateProductReply, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentCreateProductReply.displayName = 'proto.PaymentCreateProductReply';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentListProductRequest = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentListProductRequest, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentListProductRequest.displayName = 'proto.PaymentListProductRequest';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentListProductReply = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentListProductReply, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentListProductReply.displayName = 'proto.PaymentListProductReply';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentListProductFromPlatformRequest = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentListProductFromPlatformRequest, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentListProductFromPlatformRequest.displayName = 'proto.PaymentListProductFromPlatformRequest';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentListProductFromPlatformReply = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentListProductFromPlatformReply, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentListProductFromPlatformReply.displayName = 'proto.PaymentListProductFromPlatformReply';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentListPricesFromPlatformRequest = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentListPricesFromPlatformRequest, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentListPricesFromPlatformRequest.displayName = 'proto.PaymentListPricesFromPlatformRequest';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentListPricesFromPlatformReply = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentListPricesFromPlatformReply, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentListPricesFromPlatformReply.displayName = 'proto.PaymentListPricesFromPlatformReply';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentUpdateSubscriptionRequest = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentUpdateSubscriptionRequest, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentUpdateSubscriptionRequest.displayName = 'proto.PaymentUpdateSubscriptionRequest';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentUpdateSubscriptionReply = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentUpdateSubscriptionReply, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentUpdateSubscriptionReply.displayName = 'proto.PaymentUpdateSubscriptionReply';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentCreateCheckoutUrlRequest = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentCreateCheckoutUrlRequest, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentCreateCheckoutUrlRequest.displayName = 'proto.PaymentCreateCheckoutUrlRequest';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentCreateCheckoutUrlReply = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentCreateCheckoutUrlReply, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentCreateCheckoutUrlReply.displayName = 'proto.PaymentCreateCheckoutUrlReply';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentGetSubscriptionRequest = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentGetSubscriptionRequest, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentGetSubscriptionRequest.displayName = 'proto.PaymentGetSubscriptionRequest';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentSubscription = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentSubscription, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentSubscription.displayName = 'proto.PaymentSubscription';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentSubscriptionMethode = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, proto.PaymentSubscriptionMethode.oneofGroups_);\n};\ngoog.inherits(proto.PaymentSubscriptionMethode, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentSubscriptionMethode.displayName = 'proto.PaymentSubscriptionMethode';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentSubscriptionMethodeCard = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentSubscriptionMethodeCard, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentSubscriptionMethodeCard.displayName = 'proto.PaymentSubscriptionMethodeCard';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentSubscriptionMethodeAddress = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentSubscriptionMethodeAddress, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentSubscriptionMethodeAddress.displayName = 'proto.PaymentSubscriptionMethodeAddress';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentSubscriptionDetail = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentSubscriptionDetail, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentSubscriptionDetail.displayName = 'proto.PaymentSubscriptionDetail';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentGetSubscriptionReply = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentGetSubscriptionReply, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentGetSubscriptionReply.displayName = 'proto.PaymentGetSubscriptionReply';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentGetSubscriptionShortRequest = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentGetSubscriptionShortRequest, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentGetSubscriptionShortRequest.displayName = 'proto.PaymentGetSubscriptionShortRequest';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentGetSubscriptionShortReply = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentGetSubscriptionShortReply, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentGetSubscriptionShortReply.displayName = 'proto.PaymentGetSubscriptionShortReply';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentGetCustomerPortalUrlRequest = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentGetCustomerPortalUrlRequest, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentGetCustomerPortalUrlRequest.displayName = 'proto.PaymentGetCustomerPortalUrlRequest';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentGetCustomerPortalUrlReply = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentGetCustomerPortalUrlReply, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentGetCustomerPortalUrlReply.displayName = 'proto.PaymentGetCustomerPortalUrlReply';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentOneTimePayementRequest = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentOneTimePayementRequest, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentOneTimePayementRequest.displayName = 'proto.PaymentOneTimePayementRequest';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentOneTimePayementReply = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentOneTimePayementReply, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentOneTimePayementReply.displayName = 'proto.PaymentOneTimePayementReply';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentAdminGetCustomerRequest = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentAdminGetCustomerRequest, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentAdminGetCustomerRequest.displayName = 'proto.PaymentAdminGetCustomerRequest';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentAdminGetCustomerReply = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentAdminGetCustomerReply, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentAdminGetCustomerReply.displayName = 'proto.PaymentAdminGetCustomerReply';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentAdminLinkCustomerRequest = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentAdminLinkCustomerRequest, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentAdminLinkCustomerRequest.displayName = 'proto.PaymentAdminLinkCustomerRequest';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentAdminLinkCustomerReply = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentAdminLinkCustomerReply, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentAdminLinkCustomerReply.displayName = 'proto.PaymentAdminLinkCustomerReply';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentCreateCustomerByOwnerWorkspaceRequest = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentCreateCustomerByOwnerWorkspaceRequest, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentCreateCustomerByOwnerWorkspaceRequest.displayName = 'proto.PaymentCreateCustomerByOwnerWorkspaceRequest';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentCreateCustomerByOwnerWorkspaceReply = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentCreateCustomerByOwnerWorkspaceReply, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentCreateCustomerByOwnerWorkspaceReply.displayName = 'proto.PaymentCreateCustomerByOwnerWorkspaceReply';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.CustomPayement = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.CustomPayement, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.CustomPayement.displayName = 'proto.CustomPayement';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentCreateLinkRequest = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentCreateLinkRequest, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentCreateLinkRequest.displayName = 'proto.PaymentCreateLinkRequest';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentCreateLinkReply = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentCreateLinkReply, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentCreateLinkReply.displayName = 'proto.PaymentCreateLinkReply';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentApplyMetadataToInvoiceRequest = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentApplyMetadataToInvoiceRequest, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentApplyMetadataToInvoiceRequest.displayName = 'proto.PaymentApplyMetadataToInvoiceRequest';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentApplyMetadataToInvoiceReply = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentApplyMetadataToInvoiceReply, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentApplyMetadataToInvoiceReply.displayName = 'proto.PaymentApplyMetadataToInvoiceReply';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentApplyMetadataToSubscriptionRequest = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentApplyMetadataToSubscriptionRequest, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentApplyMetadataToSubscriptionRequest.displayName = 'proto.PaymentApplyMetadataToSubscriptionRequest';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentApplyMetadataToSubscriptionReply = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentApplyMetadataToSubscriptionReply, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentApplyMetadataToSubscriptionReply.displayName = 'proto.PaymentApplyMetadataToSubscriptionReply';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentUpdateLinkRequest = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentUpdateLinkRequest, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentUpdateLinkRequest.displayName = 'proto.PaymentUpdateLinkRequest';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentUpdateLinkReply = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentUpdateLinkReply, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentUpdateLinkReply.displayName = 'proto.PaymentUpdateLinkReply';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentListCustomLinkRequest = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentListCustomLinkRequest, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentListCustomLinkRequest.displayName = 'proto.PaymentListCustomLinkRequest';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentListCustomLinkReply = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentListCustomLinkReply, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentListCustomLinkReply.displayName = 'proto.PaymentListCustomLinkReply';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentGetLinkRequest = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentGetLinkRequest, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentGetLinkRequest.displayName = 'proto.PaymentGetLinkRequest';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentGetLinkReply = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentGetLinkReply, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentGetLinkReply.displayName = 'proto.PaymentGetLinkReply';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentCancelSubscriptionRequest = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentCancelSubscriptionRequest, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentCancelSubscriptionRequest.displayName = 'proto.PaymentCancelSubscriptionRequest';\n}\n/**\n * Generated by JsPbCodeGenerator.\n * @param {Array=} opt_data Optional initial data array, typically from a\n * server response, or constructed directly in Javascript. The array is used\n * in place and becomes part of the constructed object. It is not cloned.\n * If no data is provided, the constructed object will be empty, but still\n * valid.\n * @extends {jspb.Message}\n * @constructor\n */\nproto.PaymentCancelSubscriptionReply = function(opt_data) {\n jspb.Message.initialize(this, opt_data, 0, -1, null, null);\n};\ngoog.inherits(proto.PaymentCancelSubscriptionReply, jspb.Message);\nif (goog.DEBUG && !COMPILED) {\n /**\n * @public\n * @override\n */\n proto.PaymentCancelSubscriptionReply.displayName = 'proto.PaymentCancelSubscriptionReply';\n}\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.Product.prototype.toObject = function(opt_includeInstance) {\n return proto.Product.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.Product} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.Product.toObject = function(includeInstance, msg) {\n var f, obj = {\n id: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n platformproductid: jspb.Message.getFieldWithDefault(msg, 2, \"\"),\n platformpriceid: jspb.Message.getFieldWithDefault(msg, 3, \"\"),\n name: jspb.Message.getFieldWithDefault(msg, 4, \"\"),\n subscriptioncredit: jspb.Message.getFloatingPointFieldWithDefault(msg, 5, 0.0),\n createdat: (f = msg.getCreatedat()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),\n updatedat: (f = msg.getUpdatedat()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.Product}\n */\nproto.Product.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.Product;\n return proto.Product.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.Product} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.Product}\n */\nproto.Product.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setId(value);\n break;\n case 2:\n var value = /** @type {string} */ (reader.readString());\n msg.setPlatformproductid(value);\n break;\n case 3:\n var value = /** @type {string} */ (reader.readString());\n msg.setPlatformpriceid(value);\n break;\n case 4:\n var value = /** @type {string} */ (reader.readString());\n msg.setName(value);\n break;\n case 5:\n var value = /** @type {number} */ (reader.readDouble());\n msg.setSubscriptioncredit(value);\n break;\n case 6:\n var value = new google_protobuf_timestamp_pb.Timestamp;\n reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);\n msg.setCreatedat(value);\n break;\n case 7:\n var value = new google_protobuf_timestamp_pb.Timestamp;\n reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);\n msg.setUpdatedat(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.Product.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.Product.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.Product} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.Product.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getId();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getPlatformproductid();\n if (f.length > 0) {\n writer.writeString(\n 2,\n f\n );\n }\n f = message.getPlatformpriceid();\n if (f.length > 0) {\n writer.writeString(\n 3,\n f\n );\n }\n f = message.getName();\n if (f.length > 0) {\n writer.writeString(\n 4,\n f\n );\n }\n f = /** @type {number} */ (jspb.Message.getField(message, 5));\n if (f != null) {\n writer.writeDouble(\n 5,\n f\n );\n }\n f = message.getCreatedat();\n if (f != null) {\n writer.writeMessage(\n 6,\n f,\n google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter\n );\n }\n f = message.getUpdatedat();\n if (f != null) {\n writer.writeMessage(\n 7,\n f,\n google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter\n );\n }\n};\n\n\n/**\n * optional string id = 1;\n * @return {string}\n */\nproto.Product.prototype.getId = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.Product} returns this\n */\nproto.Product.prototype.setId = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional string platformProductId = 2;\n * @return {string}\n */\nproto.Product.prototype.getPlatformproductid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.Product} returns this\n */\nproto.Product.prototype.setPlatformproductid = function(value) {\n return jspb.Message.setProto3StringField(this, 2, value);\n};\n\n\n/**\n * optional string platformPriceId = 3;\n * @return {string}\n */\nproto.Product.prototype.getPlatformpriceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.Product} returns this\n */\nproto.Product.prototype.setPlatformpriceid = function(value) {\n return jspb.Message.setProto3StringField(this, 3, value);\n};\n\n\n/**\n * optional string name = 4;\n * @return {string}\n */\nproto.Product.prototype.getName = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.Product} returns this\n */\nproto.Product.prototype.setName = function(value) {\n return jspb.Message.setProto3StringField(this, 4, value);\n};\n\n\n/**\n * optional double subscriptionCredit = 5;\n * @return {number}\n */\nproto.Product.prototype.getSubscriptioncredit = function() {\n return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 5, 0.0));\n};\n\n\n/**\n * @param {number} value\n * @return {!proto.Product} returns this\n */\nproto.Product.prototype.setSubscriptioncredit = function(value) {\n return jspb.Message.setField(this, 5, value);\n};\n\n\n/**\n * Clears the field making it undefined.\n * @return {!proto.Product} returns this\n */\nproto.Product.prototype.clearSubscriptioncredit = function() {\n return jspb.Message.setField(this, 5, undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.Product.prototype.hasSubscriptioncredit = function() {\n return jspb.Message.getField(this, 5) != null;\n};\n\n\n/**\n * optional google.protobuf.Timestamp createdAt = 6;\n * @return {?proto.google.protobuf.Timestamp}\n */\nproto.Product.prototype.getCreatedat = function() {\n return /** @type{?proto.google.protobuf.Timestamp} */ (\n jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 6));\n};\n\n\n/**\n * @param {?proto.google.protobuf.Timestamp|undefined} value\n * @return {!proto.Product} returns this\n*/\nproto.Product.prototype.setCreatedat = function(value) {\n return jspb.Message.setWrapperField(this, 6, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.Product} returns this\n */\nproto.Product.prototype.clearCreatedat = function() {\n return this.setCreatedat(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.Product.prototype.hasCreatedat = function() {\n return jspb.Message.getField(this, 6) != null;\n};\n\n\n/**\n * optional google.protobuf.Timestamp updatedAt = 7;\n * @return {?proto.google.protobuf.Timestamp}\n */\nproto.Product.prototype.getUpdatedat = function() {\n return /** @type{?proto.google.protobuf.Timestamp} */ (\n jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 7));\n};\n\n\n/**\n * @param {?proto.google.protobuf.Timestamp|undefined} value\n * @return {!proto.Product} returns this\n*/\nproto.Product.prototype.setUpdatedat = function(value) {\n return jspb.Message.setWrapperField(this, 7, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.Product} returns this\n */\nproto.Product.prototype.clearUpdatedat = function() {\n return this.setUpdatedat(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.Product.prototype.hasUpdatedat = function() {\n return jspb.Message.getField(this, 7) != null;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PlatformIdName.prototype.toObject = function(opt_includeInstance) {\n return proto.PlatformIdName.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PlatformIdName} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PlatformIdName.toObject = function(includeInstance, msg) {\n var f, obj = {\n id: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n name: jspb.Message.getFieldWithDefault(msg, 2, \"\")\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PlatformIdName}\n */\nproto.PlatformIdName.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PlatformIdName;\n return proto.PlatformIdName.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PlatformIdName} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PlatformIdName}\n */\nproto.PlatformIdName.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setId(value);\n break;\n case 2:\n var value = /** @type {string} */ (reader.readString());\n msg.setName(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PlatformIdName.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PlatformIdName.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PlatformIdName} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PlatformIdName.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getId();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getName();\n if (f.length > 0) {\n writer.writeString(\n 2,\n f\n );\n }\n};\n\n\n/**\n * optional string id = 1;\n * @return {string}\n */\nproto.PlatformIdName.prototype.getId = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PlatformIdName} returns this\n */\nproto.PlatformIdName.prototype.setId = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional string name = 2;\n * @return {string}\n */\nproto.PlatformIdName.prototype.getName = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PlatformIdName} returns this\n */\nproto.PlatformIdName.prototype.setName = function(value) {\n return jspb.Message.setProto3StringField(this, 2, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentCreateProductRequest.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentCreateProductRequest.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentCreateProductRequest} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentCreateProductRequest.toObject = function(includeInstance, msg) {\n var f, obj = {\n name: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n platformproductid: jspb.Message.getFieldWithDefault(msg, 2, \"\"),\n platformpriceid: jspb.Message.getFieldWithDefault(msg, 3, \"\"),\n subscriptioncredit: jspb.Message.getFloatingPointFieldWithDefault(msg, 4, 0.0)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentCreateProductRequest}\n */\nproto.PaymentCreateProductRequest.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentCreateProductRequest;\n return proto.PaymentCreateProductRequest.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentCreateProductRequest} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentCreateProductRequest}\n */\nproto.PaymentCreateProductRequest.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setName(value);\n break;\n case 2:\n var value = /** @type {string} */ (reader.readString());\n msg.setPlatformproductid(value);\n break;\n case 3:\n var value = /** @type {string} */ (reader.readString());\n msg.setPlatformpriceid(value);\n break;\n case 4:\n var value = /** @type {number} */ (reader.readDouble());\n msg.setSubscriptioncredit(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentCreateProductRequest.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentCreateProductRequest.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentCreateProductRequest} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentCreateProductRequest.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getName();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getPlatformproductid();\n if (f.length > 0) {\n writer.writeString(\n 2,\n f\n );\n }\n f = message.getPlatformpriceid();\n if (f.length > 0) {\n writer.writeString(\n 3,\n f\n );\n }\n f = /** @type {number} */ (jspb.Message.getField(message, 4));\n if (f != null) {\n writer.writeDouble(\n 4,\n f\n );\n }\n};\n\n\n/**\n * optional string name = 1;\n * @return {string}\n */\nproto.PaymentCreateProductRequest.prototype.getName = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentCreateProductRequest} returns this\n */\nproto.PaymentCreateProductRequest.prototype.setName = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional string platformProductId = 2;\n * @return {string}\n */\nproto.PaymentCreateProductRequest.prototype.getPlatformproductid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentCreateProductRequest} returns this\n */\nproto.PaymentCreateProductRequest.prototype.setPlatformproductid = function(value) {\n return jspb.Message.setProto3StringField(this, 2, value);\n};\n\n\n/**\n * optional string platformPriceId = 3;\n * @return {string}\n */\nproto.PaymentCreateProductRequest.prototype.getPlatformpriceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentCreateProductRequest} returns this\n */\nproto.PaymentCreateProductRequest.prototype.setPlatformpriceid = function(value) {\n return jspb.Message.setProto3StringField(this, 3, value);\n};\n\n\n/**\n * optional double subscriptionCredit = 4;\n * @return {number}\n */\nproto.PaymentCreateProductRequest.prototype.getSubscriptioncredit = function() {\n return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 4, 0.0));\n};\n\n\n/**\n * @param {number} value\n * @return {!proto.PaymentCreateProductRequest} returns this\n */\nproto.PaymentCreateProductRequest.prototype.setSubscriptioncredit = function(value) {\n return jspb.Message.setField(this, 4, value);\n};\n\n\n/**\n * Clears the field making it undefined.\n * @return {!proto.PaymentCreateProductRequest} returns this\n */\nproto.PaymentCreateProductRequest.prototype.clearSubscriptioncredit = function() {\n return jspb.Message.setField(this, 4, undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentCreateProductRequest.prototype.hasSubscriptioncredit = function() {\n return jspb.Message.getField(this, 4) != null;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentCreateProductReply.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentCreateProductReply.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentCreateProductReply} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentCreateProductReply.toObject = function(includeInstance, msg) {\n var f, obj = {\n product: (f = msg.getProduct()) && proto.Product.toObject(includeInstance, f)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentCreateProductReply}\n */\nproto.PaymentCreateProductReply.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentCreateProductReply;\n return proto.PaymentCreateProductReply.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentCreateProductReply} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentCreateProductReply}\n */\nproto.PaymentCreateProductReply.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = new proto.Product;\n reader.readMessage(value,proto.Product.deserializeBinaryFromReader);\n msg.setProduct(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentCreateProductReply.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentCreateProductReply.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentCreateProductReply} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentCreateProductReply.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getProduct();\n if (f != null) {\n writer.writeMessage(\n 1,\n f,\n proto.Product.serializeBinaryToWriter\n );\n }\n};\n\n\n/**\n * optional Product product = 1;\n * @return {?proto.Product}\n */\nproto.PaymentCreateProductReply.prototype.getProduct = function() {\n return /** @type{?proto.Product} */ (\n jspb.Message.getWrapperField(this, proto.Product, 1));\n};\n\n\n/**\n * @param {?proto.Product|undefined} value\n * @return {!proto.PaymentCreateProductReply} returns this\n*/\nproto.PaymentCreateProductReply.prototype.setProduct = function(value) {\n return jspb.Message.setWrapperField(this, 1, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentCreateProductReply} returns this\n */\nproto.PaymentCreateProductReply.prototype.clearProduct = function() {\n return this.setProduct(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentCreateProductReply.prototype.hasProduct = function() {\n return jspb.Message.getField(this, 1) != null;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentListProductRequest.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentListProductRequest.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentListProductRequest} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentListProductRequest.toObject = function(includeInstance, msg) {\n var f, obj = {\n\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentListProductRequest}\n */\nproto.PaymentListProductRequest.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentListProductRequest;\n return proto.PaymentListProductRequest.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentListProductRequest} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentListProductRequest}\n */\nproto.PaymentListProductRequest.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentListProductRequest.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentListProductRequest.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentListProductRequest} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentListProductRequest.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentListProductReply.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentListProductReply.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentListProductReply} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentListProductReply.toObject = function(includeInstance, msg) {\n var f, obj = {\n product: (f = msg.getProduct()) && proto.Product.toObject(includeInstance, f)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentListProductReply}\n */\nproto.PaymentListProductReply.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentListProductReply;\n return proto.PaymentListProductReply.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentListProductReply} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentListProductReply}\n */\nproto.PaymentListProductReply.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = new proto.Product;\n reader.readMessage(value,proto.Product.deserializeBinaryFromReader);\n msg.setProduct(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentListProductReply.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentListProductReply.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentListProductReply} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentListProductReply.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getProduct();\n if (f != null) {\n writer.writeMessage(\n 1,\n f,\n proto.Product.serializeBinaryToWriter\n );\n }\n};\n\n\n/**\n * optional Product product = 1;\n * @return {?proto.Product}\n */\nproto.PaymentListProductReply.prototype.getProduct = function() {\n return /** @type{?proto.Product} */ (\n jspb.Message.getWrapperField(this, proto.Product, 1));\n};\n\n\n/**\n * @param {?proto.Product|undefined} value\n * @return {!proto.PaymentListProductReply} returns this\n*/\nproto.PaymentListProductReply.prototype.setProduct = function(value) {\n return jspb.Message.setWrapperField(this, 1, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentListProductReply} returns this\n */\nproto.PaymentListProductReply.prototype.clearProduct = function() {\n return this.setProduct(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentListProductReply.prototype.hasProduct = function() {\n return jspb.Message.getField(this, 1) != null;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentListProductFromPlatformRequest.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentListProductFromPlatformRequest.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentListProductFromPlatformRequest} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentListProductFromPlatformRequest.toObject = function(includeInstance, msg) {\n var f, obj = {\n\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentListProductFromPlatformRequest}\n */\nproto.PaymentListProductFromPlatformRequest.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentListProductFromPlatformRequest;\n return proto.PaymentListProductFromPlatformRequest.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentListProductFromPlatformRequest} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentListProductFromPlatformRequest}\n */\nproto.PaymentListProductFromPlatformRequest.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentListProductFromPlatformRequest.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentListProductFromPlatformRequest.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentListProductFromPlatformRequest} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentListProductFromPlatformRequest.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentListProductFromPlatformReply.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentListProductFromPlatformReply.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentListProductFromPlatformReply} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentListProductFromPlatformReply.toObject = function(includeInstance, msg) {\n var f, obj = {\n product: (f = msg.getProduct()) && proto.PlatformIdName.toObject(includeInstance, f)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentListProductFromPlatformReply}\n */\nproto.PaymentListProductFromPlatformReply.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentListProductFromPlatformReply;\n return proto.PaymentListProductFromPlatformReply.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentListProductFromPlatformReply} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentListProductFromPlatformReply}\n */\nproto.PaymentListProductFromPlatformReply.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = new proto.PlatformIdName;\n reader.readMessage(value,proto.PlatformIdName.deserializeBinaryFromReader);\n msg.setProduct(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentListProductFromPlatformReply.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentListProductFromPlatformReply.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentListProductFromPlatformReply} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentListProductFromPlatformReply.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getProduct();\n if (f != null) {\n writer.writeMessage(\n 1,\n f,\n proto.PlatformIdName.serializeBinaryToWriter\n );\n }\n};\n\n\n/**\n * optional PlatformIdName product = 1;\n * @return {?proto.PlatformIdName}\n */\nproto.PaymentListProductFromPlatformReply.prototype.getProduct = function() {\n return /** @type{?proto.PlatformIdName} */ (\n jspb.Message.getWrapperField(this, proto.PlatformIdName, 1));\n};\n\n\n/**\n * @param {?proto.PlatformIdName|undefined} value\n * @return {!proto.PaymentListProductFromPlatformReply} returns this\n*/\nproto.PaymentListProductFromPlatformReply.prototype.setProduct = function(value) {\n return jspb.Message.setWrapperField(this, 1, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentListProductFromPlatformReply} returns this\n */\nproto.PaymentListProductFromPlatformReply.prototype.clearProduct = function() {\n return this.setProduct(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentListProductFromPlatformReply.prototype.hasProduct = function() {\n return jspb.Message.getField(this, 1) != null;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentListPricesFromPlatformRequest.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentListPricesFromPlatformRequest.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentListPricesFromPlatformRequest} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentListPricesFromPlatformRequest.toObject = function(includeInstance, msg) {\n var f, obj = {\n productid: jspb.Message.getFieldWithDefault(msg, 1, \"\")\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentListPricesFromPlatformRequest}\n */\nproto.PaymentListPricesFromPlatformRequest.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentListPricesFromPlatformRequest;\n return proto.PaymentListPricesFromPlatformRequest.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentListPricesFromPlatformRequest} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentListPricesFromPlatformRequest}\n */\nproto.PaymentListPricesFromPlatformRequest.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setProductid(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentListPricesFromPlatformRequest.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentListPricesFromPlatformRequest.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentListPricesFromPlatformRequest} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentListPricesFromPlatformRequest.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getProductid();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n};\n\n\n/**\n * optional string productId = 1;\n * @return {string}\n */\nproto.PaymentListPricesFromPlatformRequest.prototype.getProductid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentListPricesFromPlatformRequest} returns this\n */\nproto.PaymentListPricesFromPlatformRequest.prototype.setProductid = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentListPricesFromPlatformReply.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentListPricesFromPlatformReply.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentListPricesFromPlatformReply} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentListPricesFromPlatformReply.toObject = function(includeInstance, msg) {\n var f, obj = {\n price: (f = msg.getPrice()) && proto.PlatformIdName.toObject(includeInstance, f)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentListPricesFromPlatformReply}\n */\nproto.PaymentListPricesFromPlatformReply.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentListPricesFromPlatformReply;\n return proto.PaymentListPricesFromPlatformReply.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentListPricesFromPlatformReply} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentListPricesFromPlatformReply}\n */\nproto.PaymentListPricesFromPlatformReply.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = new proto.PlatformIdName;\n reader.readMessage(value,proto.PlatformIdName.deserializeBinaryFromReader);\n msg.setPrice(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentListPricesFromPlatformReply.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentListPricesFromPlatformReply.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentListPricesFromPlatformReply} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentListPricesFromPlatformReply.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getPrice();\n if (f != null) {\n writer.writeMessage(\n 1,\n f,\n proto.PlatformIdName.serializeBinaryToWriter\n );\n }\n};\n\n\n/**\n * optional PlatformIdName price = 1;\n * @return {?proto.PlatformIdName}\n */\nproto.PaymentListPricesFromPlatformReply.prototype.getPrice = function() {\n return /** @type{?proto.PlatformIdName} */ (\n jspb.Message.getWrapperField(this, proto.PlatformIdName, 1));\n};\n\n\n/**\n * @param {?proto.PlatformIdName|undefined} value\n * @return {!proto.PaymentListPricesFromPlatformReply} returns this\n*/\nproto.PaymentListPricesFromPlatformReply.prototype.setPrice = function(value) {\n return jspb.Message.setWrapperField(this, 1, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentListPricesFromPlatformReply} returns this\n */\nproto.PaymentListPricesFromPlatformReply.prototype.clearPrice = function() {\n return this.setPrice(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentListPricesFromPlatformReply.prototype.hasPrice = function() {\n return jspb.Message.getField(this, 1) != null;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentUpdateSubscriptionRequest.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentUpdateSubscriptionRequest.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentUpdateSubscriptionRequest} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentUpdateSubscriptionRequest.toObject = function(includeInstance, msg) {\n var f, obj = {\n workspaceid: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n priceid: jspb.Message.getFieldWithDefault(msg, 2, \"\")\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentUpdateSubscriptionRequest}\n */\nproto.PaymentUpdateSubscriptionRequest.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentUpdateSubscriptionRequest;\n return proto.PaymentUpdateSubscriptionRequest.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentUpdateSubscriptionRequest} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentUpdateSubscriptionRequest}\n */\nproto.PaymentUpdateSubscriptionRequest.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setWorkspaceid(value);\n break;\n case 2:\n var value = /** @type {string} */ (reader.readString());\n msg.setPriceid(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentUpdateSubscriptionRequest.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentUpdateSubscriptionRequest.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentUpdateSubscriptionRequest} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentUpdateSubscriptionRequest.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getWorkspaceid();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getPriceid();\n if (f.length > 0) {\n writer.writeString(\n 2,\n f\n );\n }\n};\n\n\n/**\n * optional string workspaceId = 1;\n * @return {string}\n */\nproto.PaymentUpdateSubscriptionRequest.prototype.getWorkspaceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentUpdateSubscriptionRequest} returns this\n */\nproto.PaymentUpdateSubscriptionRequest.prototype.setWorkspaceid = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional string priceId = 2;\n * @return {string}\n */\nproto.PaymentUpdateSubscriptionRequest.prototype.getPriceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentUpdateSubscriptionRequest} returns this\n */\nproto.PaymentUpdateSubscriptionRequest.prototype.setPriceid = function(value) {\n return jspb.Message.setProto3StringField(this, 2, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentUpdateSubscriptionReply.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentUpdateSubscriptionReply.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentUpdateSubscriptionReply} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentUpdateSubscriptionReply.toObject = function(includeInstance, msg) {\n var f, obj = {\n clientsecret: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n invoiceurl: jspb.Message.getFieldWithDefault(msg, 2, \"\"),\n type: jspb.Message.getFieldWithDefault(msg, 3, 0)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentUpdateSubscriptionReply}\n */\nproto.PaymentUpdateSubscriptionReply.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentUpdateSubscriptionReply;\n return proto.PaymentUpdateSubscriptionReply.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentUpdateSubscriptionReply} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentUpdateSubscriptionReply}\n */\nproto.PaymentUpdateSubscriptionReply.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setClientsecret(value);\n break;\n case 2:\n var value = /** @type {string} */ (reader.readString());\n msg.setInvoiceurl(value);\n break;\n case 3:\n var value = /** @type {!proto.PaymentFailedType} */ (reader.readEnum());\n msg.setType(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentUpdateSubscriptionReply.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentUpdateSubscriptionReply.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentUpdateSubscriptionReply} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentUpdateSubscriptionReply.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getClientsecret();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getInvoiceurl();\n if (f.length > 0) {\n writer.writeString(\n 2,\n f\n );\n }\n f = message.getType();\n if (f !== 0.0) {\n writer.writeEnum(\n 3,\n f\n );\n }\n};\n\n\n/**\n * optional string clientSecret = 1;\n * @return {string}\n */\nproto.PaymentUpdateSubscriptionReply.prototype.getClientsecret = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentUpdateSubscriptionReply} returns this\n */\nproto.PaymentUpdateSubscriptionReply.prototype.setClientsecret = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional string invoiceUrl = 2;\n * @return {string}\n */\nproto.PaymentUpdateSubscriptionReply.prototype.getInvoiceurl = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentUpdateSubscriptionReply} returns this\n */\nproto.PaymentUpdateSubscriptionReply.prototype.setInvoiceurl = function(value) {\n return jspb.Message.setProto3StringField(this, 2, value);\n};\n\n\n/**\n * optional PaymentFailedType type = 3;\n * @return {!proto.PaymentFailedType}\n */\nproto.PaymentUpdateSubscriptionReply.prototype.getType = function() {\n return /** @type {!proto.PaymentFailedType} */ (jspb.Message.getFieldWithDefault(this, 3, 0));\n};\n\n\n/**\n * @param {!proto.PaymentFailedType} value\n * @return {!proto.PaymentUpdateSubscriptionReply} returns this\n */\nproto.PaymentUpdateSubscriptionReply.prototype.setType = function(value) {\n return jspb.Message.setProto3EnumField(this, 3, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentCreateCheckoutUrlRequest.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentCreateCheckoutUrlRequest.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentCreateCheckoutUrlRequest} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentCreateCheckoutUrlRequest.toObject = function(includeInstance, msg) {\n var f, obj = {\n workspaceid: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n priceid: jspb.Message.getFieldWithDefault(msg, 2, \"\"),\n successcallbackurl: jspb.Message.getFieldWithDefault(msg, 3, \"\"),\n cancelcallbackurl: jspb.Message.getFieldWithDefault(msg, 4, \"\"),\n currency: jspb.Message.getFieldWithDefault(msg, 5, 0),\n clientreferenceid: jspb.Message.getFieldWithDefault(msg, 6, \"\")\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentCreateCheckoutUrlRequest}\n */\nproto.PaymentCreateCheckoutUrlRequest.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentCreateCheckoutUrlRequest;\n return proto.PaymentCreateCheckoutUrlRequest.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentCreateCheckoutUrlRequest} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentCreateCheckoutUrlRequest}\n */\nproto.PaymentCreateCheckoutUrlRequest.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setWorkspaceid(value);\n break;\n case 2:\n var value = /** @type {string} */ (reader.readString());\n msg.setPriceid(value);\n break;\n case 3:\n var value = /** @type {string} */ (reader.readString());\n msg.setSuccesscallbackurl(value);\n break;\n case 4:\n var value = /** @type {string} */ (reader.readString());\n msg.setCancelcallbackurl(value);\n break;\n case 5:\n var value = /** @type {!proto.Currency} */ (reader.readEnum());\n msg.setCurrency(value);\n break;\n case 6:\n var value = /** @type {string} */ (reader.readString());\n msg.setClientreferenceid(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentCreateCheckoutUrlRequest.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentCreateCheckoutUrlRequest.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentCreateCheckoutUrlRequest} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentCreateCheckoutUrlRequest.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getWorkspaceid();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getPriceid();\n if (f.length > 0) {\n writer.writeString(\n 2,\n f\n );\n }\n f = message.getSuccesscallbackurl();\n if (f.length > 0) {\n writer.writeString(\n 3,\n f\n );\n }\n f = message.getCancelcallbackurl();\n if (f.length > 0) {\n writer.writeString(\n 4,\n f\n );\n }\n f = message.getCurrency();\n if (f !== 0.0) {\n writer.writeEnum(\n 5,\n f\n );\n }\n f = message.getClientreferenceid();\n if (f.length > 0) {\n writer.writeString(\n 6,\n f\n );\n }\n};\n\n\n/**\n * optional string workspaceId = 1;\n * @return {string}\n */\nproto.PaymentCreateCheckoutUrlRequest.prototype.getWorkspaceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentCreateCheckoutUrlRequest} returns this\n */\nproto.PaymentCreateCheckoutUrlRequest.prototype.setWorkspaceid = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional string priceId = 2;\n * @return {string}\n */\nproto.PaymentCreateCheckoutUrlRequest.prototype.getPriceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentCreateCheckoutUrlRequest} returns this\n */\nproto.PaymentCreateCheckoutUrlRequest.prototype.setPriceid = function(value) {\n return jspb.Message.setProto3StringField(this, 2, value);\n};\n\n\n/**\n * optional string successCallbackUrl = 3;\n * @return {string}\n */\nproto.PaymentCreateCheckoutUrlRequest.prototype.getSuccesscallbackurl = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentCreateCheckoutUrlRequest} returns this\n */\nproto.PaymentCreateCheckoutUrlRequest.prototype.setSuccesscallbackurl = function(value) {\n return jspb.Message.setProto3StringField(this, 3, value);\n};\n\n\n/**\n * optional string cancelCallbackUrl = 4;\n * @return {string}\n */\nproto.PaymentCreateCheckoutUrlRequest.prototype.getCancelcallbackurl = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentCreateCheckoutUrlRequest} returns this\n */\nproto.PaymentCreateCheckoutUrlRequest.prototype.setCancelcallbackurl = function(value) {\n return jspb.Message.setProto3StringField(this, 4, value);\n};\n\n\n/**\n * optional Currency currency = 5;\n * @return {!proto.Currency}\n */\nproto.PaymentCreateCheckoutUrlRequest.prototype.getCurrency = function() {\n return /** @type {!proto.Currency} */ (jspb.Message.getFieldWithDefault(this, 5, 0));\n};\n\n\n/**\n * @param {!proto.Currency} value\n * @return {!proto.PaymentCreateCheckoutUrlRequest} returns this\n */\nproto.PaymentCreateCheckoutUrlRequest.prototype.setCurrency = function(value) {\n return jspb.Message.setProto3EnumField(this, 5, value);\n};\n\n\n/**\n * optional string clientReferenceId = 6;\n * @return {string}\n */\nproto.PaymentCreateCheckoutUrlRequest.prototype.getClientreferenceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentCreateCheckoutUrlRequest} returns this\n */\nproto.PaymentCreateCheckoutUrlRequest.prototype.setClientreferenceid = function(value) {\n return jspb.Message.setProto3StringField(this, 6, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentCreateCheckoutUrlReply.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentCreateCheckoutUrlReply.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentCreateCheckoutUrlReply} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentCreateCheckoutUrlReply.toObject = function(includeInstance, msg) {\n var f, obj = {\n url: jspb.Message.getFieldWithDefault(msg, 1, \"\")\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentCreateCheckoutUrlReply}\n */\nproto.PaymentCreateCheckoutUrlReply.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentCreateCheckoutUrlReply;\n return proto.PaymentCreateCheckoutUrlReply.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentCreateCheckoutUrlReply} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentCreateCheckoutUrlReply}\n */\nproto.PaymentCreateCheckoutUrlReply.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setUrl(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentCreateCheckoutUrlReply.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentCreateCheckoutUrlReply.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentCreateCheckoutUrlReply} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentCreateCheckoutUrlReply.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getUrl();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n};\n\n\n/**\n * optional string url = 1;\n * @return {string}\n */\nproto.PaymentCreateCheckoutUrlReply.prototype.getUrl = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentCreateCheckoutUrlReply} returns this\n */\nproto.PaymentCreateCheckoutUrlReply.prototype.setUrl = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentGetSubscriptionRequest.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentGetSubscriptionRequest.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentGetSubscriptionRequest} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentGetSubscriptionRequest.toObject = function(includeInstance, msg) {\n var f, obj = {\n workspaceid: jspb.Message.getFieldWithDefault(msg, 1, \"\")\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentGetSubscriptionRequest}\n */\nproto.PaymentGetSubscriptionRequest.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentGetSubscriptionRequest;\n return proto.PaymentGetSubscriptionRequest.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentGetSubscriptionRequest} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentGetSubscriptionRequest}\n */\nproto.PaymentGetSubscriptionRequest.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setWorkspaceid(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentGetSubscriptionRequest.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentGetSubscriptionRequest.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentGetSubscriptionRequest} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentGetSubscriptionRequest.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getWorkspaceid();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n};\n\n\n/**\n * optional string workspaceId = 1;\n * @return {string}\n */\nproto.PaymentGetSubscriptionRequest.prototype.getWorkspaceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentGetSubscriptionRequest} returns this\n */\nproto.PaymentGetSubscriptionRequest.prototype.setWorkspaceid = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentSubscription.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentSubscription.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentSubscription} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentSubscription.toObject = function(includeInstance, msg) {\n var f, obj = {\n id: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n name: jspb.Message.getFieldWithDefault(msg, 2, \"\"),\n priceid: jspb.Message.getFieldWithDefault(msg, 3, \"\"),\n nextperiod: (f = msg.getNextperiod()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),\n cancelatendperiod: jspb.Message.getBooleanFieldWithDefault(msg, 5, false),\n renewat: (f = msg.getRenewat()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentSubscription}\n */\nproto.PaymentSubscription.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentSubscription;\n return proto.PaymentSubscription.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentSubscription} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentSubscription}\n */\nproto.PaymentSubscription.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setId(value);\n break;\n case 2:\n var value = /** @type {string} */ (reader.readString());\n msg.setName(value);\n break;\n case 3:\n var value = /** @type {string} */ (reader.readString());\n msg.setPriceid(value);\n break;\n case 4:\n var value = new google_protobuf_timestamp_pb.Timestamp;\n reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);\n msg.setNextperiod(value);\n break;\n case 5:\n var value = /** @type {boolean} */ (reader.readBool());\n msg.setCancelatendperiod(value);\n break;\n case 6:\n var value = new google_protobuf_timestamp_pb.Timestamp;\n reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);\n msg.setRenewat(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentSubscription.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentSubscription.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentSubscription} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentSubscription.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getId();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getName();\n if (f.length > 0) {\n writer.writeString(\n 2,\n f\n );\n }\n f = message.getPriceid();\n if (f.length > 0) {\n writer.writeString(\n 3,\n f\n );\n }\n f = message.getNextperiod();\n if (f != null) {\n writer.writeMessage(\n 4,\n f,\n google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter\n );\n }\n f = message.getCancelatendperiod();\n if (f) {\n writer.writeBool(\n 5,\n f\n );\n }\n f = message.getRenewat();\n if (f != null) {\n writer.writeMessage(\n 6,\n f,\n google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter\n );\n }\n};\n\n\n/**\n * optional string id = 1;\n * @return {string}\n */\nproto.PaymentSubscription.prototype.getId = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentSubscription} returns this\n */\nproto.PaymentSubscription.prototype.setId = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional string name = 2;\n * @return {string}\n */\nproto.PaymentSubscription.prototype.getName = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentSubscription} returns this\n */\nproto.PaymentSubscription.prototype.setName = function(value) {\n return jspb.Message.setProto3StringField(this, 2, value);\n};\n\n\n/**\n * optional string priceId = 3;\n * @return {string}\n */\nproto.PaymentSubscription.prototype.getPriceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentSubscription} returns this\n */\nproto.PaymentSubscription.prototype.setPriceid = function(value) {\n return jspb.Message.setProto3StringField(this, 3, value);\n};\n\n\n/**\n * optional google.protobuf.Timestamp nextPeriod = 4;\n * @return {?proto.google.protobuf.Timestamp}\n */\nproto.PaymentSubscription.prototype.getNextperiod = function() {\n return /** @type{?proto.google.protobuf.Timestamp} */ (\n jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 4));\n};\n\n\n/**\n * @param {?proto.google.protobuf.Timestamp|undefined} value\n * @return {!proto.PaymentSubscription} returns this\n*/\nproto.PaymentSubscription.prototype.setNextperiod = function(value) {\n return jspb.Message.setWrapperField(this, 4, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentSubscription} returns this\n */\nproto.PaymentSubscription.prototype.clearNextperiod = function() {\n return this.setNextperiod(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentSubscription.prototype.hasNextperiod = function() {\n return jspb.Message.getField(this, 4) != null;\n};\n\n\n/**\n * optional bool cancelAtEndPeriod = 5;\n * @return {boolean}\n */\nproto.PaymentSubscription.prototype.getCancelatendperiod = function() {\n return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 5, false));\n};\n\n\n/**\n * @param {boolean} value\n * @return {!proto.PaymentSubscription} returns this\n */\nproto.PaymentSubscription.prototype.setCancelatendperiod = function(value) {\n return jspb.Message.setProto3BooleanField(this, 5, value);\n};\n\n\n/**\n * optional google.protobuf.Timestamp renewAt = 6;\n * @return {?proto.google.protobuf.Timestamp}\n */\nproto.PaymentSubscription.prototype.getRenewat = function() {\n return /** @type{?proto.google.protobuf.Timestamp} */ (\n jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 6));\n};\n\n\n/**\n * @param {?proto.google.protobuf.Timestamp|undefined} value\n * @return {!proto.PaymentSubscription} returns this\n*/\nproto.PaymentSubscription.prototype.setRenewat = function(value) {\n return jspb.Message.setWrapperField(this, 6, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentSubscription} returns this\n */\nproto.PaymentSubscription.prototype.clearRenewat = function() {\n return this.setRenewat(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentSubscription.prototype.hasRenewat = function() {\n return jspb.Message.getField(this, 6) != null;\n};\n\n\n\n/**\n * Oneof group definitions for this message. Each group defines the field\n * numbers belonging to that group. When of these fields' value is set, all\n * other fields in the group are cleared. During deserialization, if multiple\n * fields are encountered for a group, only the last value seen will be kept.\n * @private {!Array>}\n * @const\n */\nproto.PaymentSubscriptionMethode.oneofGroups_ = [[2]];\n\n/**\n * @enum {number}\n */\nproto.PaymentSubscriptionMethode.PaymentmethodeCase = {\n PAYMENTMETHODE_NOT_SET: 0,\n CARD: 2\n};\n\n/**\n * @return {proto.PaymentSubscriptionMethode.PaymentmethodeCase}\n */\nproto.PaymentSubscriptionMethode.prototype.getPaymentmethodeCase = function() {\n return /** @type {proto.PaymentSubscriptionMethode.PaymentmethodeCase} */(jspb.Message.computeOneofCase(this, proto.PaymentSubscriptionMethode.oneofGroups_[0]));\n};\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentSubscriptionMethode.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentSubscriptionMethode.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentSubscriptionMethode} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentSubscriptionMethode.toObject = function(includeInstance, msg) {\n var f, obj = {\n address: (f = msg.getAddress()) && proto.PaymentSubscriptionMethodeAddress.toObject(includeInstance, f),\n card: (f = msg.getCard()) && proto.PaymentSubscriptionMethodeCard.toObject(includeInstance, f)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentSubscriptionMethode}\n */\nproto.PaymentSubscriptionMethode.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentSubscriptionMethode;\n return proto.PaymentSubscriptionMethode.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentSubscriptionMethode} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentSubscriptionMethode}\n */\nproto.PaymentSubscriptionMethode.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = new proto.PaymentSubscriptionMethodeAddress;\n reader.readMessage(value,proto.PaymentSubscriptionMethodeAddress.deserializeBinaryFromReader);\n msg.setAddress(value);\n break;\n case 2:\n var value = new proto.PaymentSubscriptionMethodeCard;\n reader.readMessage(value,proto.PaymentSubscriptionMethodeCard.deserializeBinaryFromReader);\n msg.setCard(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentSubscriptionMethode.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentSubscriptionMethode.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentSubscriptionMethode} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentSubscriptionMethode.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getAddress();\n if (f != null) {\n writer.writeMessage(\n 1,\n f,\n proto.PaymentSubscriptionMethodeAddress.serializeBinaryToWriter\n );\n }\n f = message.getCard();\n if (f != null) {\n writer.writeMessage(\n 2,\n f,\n proto.PaymentSubscriptionMethodeCard.serializeBinaryToWriter\n );\n }\n};\n\n\n/**\n * optional PaymentSubscriptionMethodeAddress address = 1;\n * @return {?proto.PaymentSubscriptionMethodeAddress}\n */\nproto.PaymentSubscriptionMethode.prototype.getAddress = function() {\n return /** @type{?proto.PaymentSubscriptionMethodeAddress} */ (\n jspb.Message.getWrapperField(this, proto.PaymentSubscriptionMethodeAddress, 1));\n};\n\n\n/**\n * @param {?proto.PaymentSubscriptionMethodeAddress|undefined} value\n * @return {!proto.PaymentSubscriptionMethode} returns this\n*/\nproto.PaymentSubscriptionMethode.prototype.setAddress = function(value) {\n return jspb.Message.setWrapperField(this, 1, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentSubscriptionMethode} returns this\n */\nproto.PaymentSubscriptionMethode.prototype.clearAddress = function() {\n return this.setAddress(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentSubscriptionMethode.prototype.hasAddress = function() {\n return jspb.Message.getField(this, 1) != null;\n};\n\n\n/**\n * optional PaymentSubscriptionMethodeCard card = 2;\n * @return {?proto.PaymentSubscriptionMethodeCard}\n */\nproto.PaymentSubscriptionMethode.prototype.getCard = function() {\n return /** @type{?proto.PaymentSubscriptionMethodeCard} */ (\n jspb.Message.getWrapperField(this, proto.PaymentSubscriptionMethodeCard, 2));\n};\n\n\n/**\n * @param {?proto.PaymentSubscriptionMethodeCard|undefined} value\n * @return {!proto.PaymentSubscriptionMethode} returns this\n*/\nproto.PaymentSubscriptionMethode.prototype.setCard = function(value) {\n return jspb.Message.setOneofWrapperField(this, 2, proto.PaymentSubscriptionMethode.oneofGroups_[0], value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentSubscriptionMethode} returns this\n */\nproto.PaymentSubscriptionMethode.prototype.clearCard = function() {\n return this.setCard(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentSubscriptionMethode.prototype.hasCard = function() {\n return jspb.Message.getField(this, 2) != null;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentSubscriptionMethodeCard.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentSubscriptionMethodeCard.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentSubscriptionMethodeCard} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentSubscriptionMethodeCard.toObject = function(includeInstance, msg) {\n var f, obj = {\n brand: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n lastfour: jspb.Message.getFieldWithDefault(msg, 2, \"\"),\n expiremonth: jspb.Message.getFieldWithDefault(msg, 3, 0),\n expireyear: jspb.Message.getFieldWithDefault(msg, 4, 0)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentSubscriptionMethodeCard}\n */\nproto.PaymentSubscriptionMethodeCard.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentSubscriptionMethodeCard;\n return proto.PaymentSubscriptionMethodeCard.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentSubscriptionMethodeCard} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentSubscriptionMethodeCard}\n */\nproto.PaymentSubscriptionMethodeCard.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setBrand(value);\n break;\n case 2:\n var value = /** @type {string} */ (reader.readString());\n msg.setLastfour(value);\n break;\n case 3:\n var value = /** @type {number} */ (reader.readInt32());\n msg.setExpiremonth(value);\n break;\n case 4:\n var value = /** @type {number} */ (reader.readInt32());\n msg.setExpireyear(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentSubscriptionMethodeCard.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentSubscriptionMethodeCard.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentSubscriptionMethodeCard} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentSubscriptionMethodeCard.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getBrand();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getLastfour();\n if (f.length > 0) {\n writer.writeString(\n 2,\n f\n );\n }\n f = message.getExpiremonth();\n if (f !== 0) {\n writer.writeInt32(\n 3,\n f\n );\n }\n f = message.getExpireyear();\n if (f !== 0) {\n writer.writeInt32(\n 4,\n f\n );\n }\n};\n\n\n/**\n * optional string brand = 1;\n * @return {string}\n */\nproto.PaymentSubscriptionMethodeCard.prototype.getBrand = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentSubscriptionMethodeCard} returns this\n */\nproto.PaymentSubscriptionMethodeCard.prototype.setBrand = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional string lastFour = 2;\n * @return {string}\n */\nproto.PaymentSubscriptionMethodeCard.prototype.getLastfour = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentSubscriptionMethodeCard} returns this\n */\nproto.PaymentSubscriptionMethodeCard.prototype.setLastfour = function(value) {\n return jspb.Message.setProto3StringField(this, 2, value);\n};\n\n\n/**\n * optional int32 expireMonth = 3;\n * @return {number}\n */\nproto.PaymentSubscriptionMethodeCard.prototype.getExpiremonth = function() {\n return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));\n};\n\n\n/**\n * @param {number} value\n * @return {!proto.PaymentSubscriptionMethodeCard} returns this\n */\nproto.PaymentSubscriptionMethodeCard.prototype.setExpiremonth = function(value) {\n return jspb.Message.setProto3IntField(this, 3, value);\n};\n\n\n/**\n * optional int32 expireYear = 4;\n * @return {number}\n */\nproto.PaymentSubscriptionMethodeCard.prototype.getExpireyear = function() {\n return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));\n};\n\n\n/**\n * @param {number} value\n * @return {!proto.PaymentSubscriptionMethodeCard} returns this\n */\nproto.PaymentSubscriptionMethodeCard.prototype.setExpireyear = function(value) {\n return jspb.Message.setProto3IntField(this, 4, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentSubscriptionMethodeAddress.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentSubscriptionMethodeAddress.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentSubscriptionMethodeAddress} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentSubscriptionMethodeAddress.toObject = function(includeInstance, msg) {\n var f, obj = {\n city: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n country: jspb.Message.getFieldWithDefault(msg, 2, \"\"),\n line1: jspb.Message.getFieldWithDefault(msg, 3, \"\"),\n line2: jspb.Message.getFieldWithDefault(msg, 4, \"\"),\n postalcode: jspb.Message.getFieldWithDefault(msg, 5, \"\"),\n state: jspb.Message.getFieldWithDefault(msg, 6, \"\")\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentSubscriptionMethodeAddress}\n */\nproto.PaymentSubscriptionMethodeAddress.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentSubscriptionMethodeAddress;\n return proto.PaymentSubscriptionMethodeAddress.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentSubscriptionMethodeAddress} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentSubscriptionMethodeAddress}\n */\nproto.PaymentSubscriptionMethodeAddress.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setCity(value);\n break;\n case 2:\n var value = /** @type {string} */ (reader.readString());\n msg.setCountry(value);\n break;\n case 3:\n var value = /** @type {string} */ (reader.readString());\n msg.setLine1(value);\n break;\n case 4:\n var value = /** @type {string} */ (reader.readString());\n msg.setLine2(value);\n break;\n case 5:\n var value = /** @type {string} */ (reader.readString());\n msg.setPostalcode(value);\n break;\n case 6:\n var value = /** @type {string} */ (reader.readString());\n msg.setState(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentSubscriptionMethodeAddress.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentSubscriptionMethodeAddress.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentSubscriptionMethodeAddress} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentSubscriptionMethodeAddress.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getCity();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getCountry();\n if (f.length > 0) {\n writer.writeString(\n 2,\n f\n );\n }\n f = message.getLine1();\n if (f.length > 0) {\n writer.writeString(\n 3,\n f\n );\n }\n f = message.getLine2();\n if (f.length > 0) {\n writer.writeString(\n 4,\n f\n );\n }\n f = message.getPostalcode();\n if (f.length > 0) {\n writer.writeString(\n 5,\n f\n );\n }\n f = message.getState();\n if (f.length > 0) {\n writer.writeString(\n 6,\n f\n );\n }\n};\n\n\n/**\n * optional string city = 1;\n * @return {string}\n */\nproto.PaymentSubscriptionMethodeAddress.prototype.getCity = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentSubscriptionMethodeAddress} returns this\n */\nproto.PaymentSubscriptionMethodeAddress.prototype.setCity = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional string country = 2;\n * @return {string}\n */\nproto.PaymentSubscriptionMethodeAddress.prototype.getCountry = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentSubscriptionMethodeAddress} returns this\n */\nproto.PaymentSubscriptionMethodeAddress.prototype.setCountry = function(value) {\n return jspb.Message.setProto3StringField(this, 2, value);\n};\n\n\n/**\n * optional string line1 = 3;\n * @return {string}\n */\nproto.PaymentSubscriptionMethodeAddress.prototype.getLine1 = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentSubscriptionMethodeAddress} returns this\n */\nproto.PaymentSubscriptionMethodeAddress.prototype.setLine1 = function(value) {\n return jspb.Message.setProto3StringField(this, 3, value);\n};\n\n\n/**\n * optional string line2 = 4;\n * @return {string}\n */\nproto.PaymentSubscriptionMethodeAddress.prototype.getLine2 = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentSubscriptionMethodeAddress} returns this\n */\nproto.PaymentSubscriptionMethodeAddress.prototype.setLine2 = function(value) {\n return jspb.Message.setProto3StringField(this, 4, value);\n};\n\n\n/**\n * optional string postalCode = 5;\n * @return {string}\n */\nproto.PaymentSubscriptionMethodeAddress.prototype.getPostalcode = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentSubscriptionMethodeAddress} returns this\n */\nproto.PaymentSubscriptionMethodeAddress.prototype.setPostalcode = function(value) {\n return jspb.Message.setProto3StringField(this, 5, value);\n};\n\n\n/**\n * optional string state = 6;\n * @return {string}\n */\nproto.PaymentSubscriptionMethodeAddress.prototype.getState = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentSubscriptionMethodeAddress} returns this\n */\nproto.PaymentSubscriptionMethodeAddress.prototype.setState = function(value) {\n return jspb.Message.setProto3StringField(this, 6, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentSubscriptionDetail.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentSubscriptionDetail.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentSubscriptionDetail} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentSubscriptionDetail.toObject = function(includeInstance, msg) {\n var f, obj = {\n name: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n currency: jspb.Message.getFieldWithDefault(msg, 2, 0)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentSubscriptionDetail}\n */\nproto.PaymentSubscriptionDetail.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentSubscriptionDetail;\n return proto.PaymentSubscriptionDetail.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentSubscriptionDetail} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentSubscriptionDetail}\n */\nproto.PaymentSubscriptionDetail.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setName(value);\n break;\n case 2:\n var value = /** @type {!proto.Currency} */ (reader.readEnum());\n msg.setCurrency(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentSubscriptionDetail.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentSubscriptionDetail.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentSubscriptionDetail} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentSubscriptionDetail.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getName();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getCurrency();\n if (f !== 0.0) {\n writer.writeEnum(\n 2,\n f\n );\n }\n};\n\n\n/**\n * optional string name = 1;\n * @return {string}\n */\nproto.PaymentSubscriptionDetail.prototype.getName = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentSubscriptionDetail} returns this\n */\nproto.PaymentSubscriptionDetail.prototype.setName = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional Currency currency = 2;\n * @return {!proto.Currency}\n */\nproto.PaymentSubscriptionDetail.prototype.getCurrency = function() {\n return /** @type {!proto.Currency} */ (jspb.Message.getFieldWithDefault(this, 2, 0));\n};\n\n\n/**\n * @param {!proto.Currency} value\n * @return {!proto.PaymentSubscriptionDetail} returns this\n */\nproto.PaymentSubscriptionDetail.prototype.setCurrency = function(value) {\n return jspb.Message.setProto3EnumField(this, 2, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentGetSubscriptionReply.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentGetSubscriptionReply.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentGetSubscriptionReply} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentGetSubscriptionReply.toObject = function(includeInstance, msg) {\n var f, obj = {\n found: jspb.Message.getBooleanFieldWithDefault(msg, 1, false),\n subscription: (f = msg.getSubscription()) && proto.PaymentSubscription.toObject(includeInstance, f),\n paymentmethod: (f = msg.getPaymentmethod()) && proto.PaymentSubscriptionMethode.toObject(includeInstance, f),\n detail: (f = msg.getDetail()) && proto.PaymentSubscriptionDetail.toObject(includeInstance, f)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentGetSubscriptionReply}\n */\nproto.PaymentGetSubscriptionReply.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentGetSubscriptionReply;\n return proto.PaymentGetSubscriptionReply.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentGetSubscriptionReply} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentGetSubscriptionReply}\n */\nproto.PaymentGetSubscriptionReply.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {boolean} */ (reader.readBool());\n msg.setFound(value);\n break;\n case 2:\n var value = new proto.PaymentSubscription;\n reader.readMessage(value,proto.PaymentSubscription.deserializeBinaryFromReader);\n msg.setSubscription(value);\n break;\n case 3:\n var value = new proto.PaymentSubscriptionMethode;\n reader.readMessage(value,proto.PaymentSubscriptionMethode.deserializeBinaryFromReader);\n msg.setPaymentmethod(value);\n break;\n case 4:\n var value = new proto.PaymentSubscriptionDetail;\n reader.readMessage(value,proto.PaymentSubscriptionDetail.deserializeBinaryFromReader);\n msg.setDetail(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentGetSubscriptionReply.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentGetSubscriptionReply.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentGetSubscriptionReply} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentGetSubscriptionReply.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getFound();\n if (f) {\n writer.writeBool(\n 1,\n f\n );\n }\n f = message.getSubscription();\n if (f != null) {\n writer.writeMessage(\n 2,\n f,\n proto.PaymentSubscription.serializeBinaryToWriter\n );\n }\n f = message.getPaymentmethod();\n if (f != null) {\n writer.writeMessage(\n 3,\n f,\n proto.PaymentSubscriptionMethode.serializeBinaryToWriter\n );\n }\n f = message.getDetail();\n if (f != null) {\n writer.writeMessage(\n 4,\n f,\n proto.PaymentSubscriptionDetail.serializeBinaryToWriter\n );\n }\n};\n\n\n/**\n * optional bool found = 1;\n * @return {boolean}\n */\nproto.PaymentGetSubscriptionReply.prototype.getFound = function() {\n return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));\n};\n\n\n/**\n * @param {boolean} value\n * @return {!proto.PaymentGetSubscriptionReply} returns this\n */\nproto.PaymentGetSubscriptionReply.prototype.setFound = function(value) {\n return jspb.Message.setProto3BooleanField(this, 1, value);\n};\n\n\n/**\n * optional PaymentSubscription subscription = 2;\n * @return {?proto.PaymentSubscription}\n */\nproto.PaymentGetSubscriptionReply.prototype.getSubscription = function() {\n return /** @type{?proto.PaymentSubscription} */ (\n jspb.Message.getWrapperField(this, proto.PaymentSubscription, 2));\n};\n\n\n/**\n * @param {?proto.PaymentSubscription|undefined} value\n * @return {!proto.PaymentGetSubscriptionReply} returns this\n*/\nproto.PaymentGetSubscriptionReply.prototype.setSubscription = function(value) {\n return jspb.Message.setWrapperField(this, 2, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentGetSubscriptionReply} returns this\n */\nproto.PaymentGetSubscriptionReply.prototype.clearSubscription = function() {\n return this.setSubscription(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentGetSubscriptionReply.prototype.hasSubscription = function() {\n return jspb.Message.getField(this, 2) != null;\n};\n\n\n/**\n * optional PaymentSubscriptionMethode paymentMethod = 3;\n * @return {?proto.PaymentSubscriptionMethode}\n */\nproto.PaymentGetSubscriptionReply.prototype.getPaymentmethod = function() {\n return /** @type{?proto.PaymentSubscriptionMethode} */ (\n jspb.Message.getWrapperField(this, proto.PaymentSubscriptionMethode, 3));\n};\n\n\n/**\n * @param {?proto.PaymentSubscriptionMethode|undefined} value\n * @return {!proto.PaymentGetSubscriptionReply} returns this\n*/\nproto.PaymentGetSubscriptionReply.prototype.setPaymentmethod = function(value) {\n return jspb.Message.setWrapperField(this, 3, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentGetSubscriptionReply} returns this\n */\nproto.PaymentGetSubscriptionReply.prototype.clearPaymentmethod = function() {\n return this.setPaymentmethod(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentGetSubscriptionReply.prototype.hasPaymentmethod = function() {\n return jspb.Message.getField(this, 3) != null;\n};\n\n\n/**\n * optional PaymentSubscriptionDetail detail = 4;\n * @return {?proto.PaymentSubscriptionDetail}\n */\nproto.PaymentGetSubscriptionReply.prototype.getDetail = function() {\n return /** @type{?proto.PaymentSubscriptionDetail} */ (\n jspb.Message.getWrapperField(this, proto.PaymentSubscriptionDetail, 4));\n};\n\n\n/**\n * @param {?proto.PaymentSubscriptionDetail|undefined} value\n * @return {!proto.PaymentGetSubscriptionReply} returns this\n*/\nproto.PaymentGetSubscriptionReply.prototype.setDetail = function(value) {\n return jspb.Message.setWrapperField(this, 4, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentGetSubscriptionReply} returns this\n */\nproto.PaymentGetSubscriptionReply.prototype.clearDetail = function() {\n return this.setDetail(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentGetSubscriptionReply.prototype.hasDetail = function() {\n return jspb.Message.getField(this, 4) != null;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentGetSubscriptionShortRequest.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentGetSubscriptionShortRequest.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentGetSubscriptionShortRequest} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentGetSubscriptionShortRequest.toObject = function(includeInstance, msg) {\n var f, obj = {\n workspaceid: jspb.Message.getFieldWithDefault(msg, 1, \"\")\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentGetSubscriptionShortRequest}\n */\nproto.PaymentGetSubscriptionShortRequest.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentGetSubscriptionShortRequest;\n return proto.PaymentGetSubscriptionShortRequest.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentGetSubscriptionShortRequest} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentGetSubscriptionShortRequest}\n */\nproto.PaymentGetSubscriptionShortRequest.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setWorkspaceid(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentGetSubscriptionShortRequest.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentGetSubscriptionShortRequest.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentGetSubscriptionShortRequest} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentGetSubscriptionShortRequest.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getWorkspaceid();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n};\n\n\n/**\n * optional string workspaceId = 1;\n * @return {string}\n */\nproto.PaymentGetSubscriptionShortRequest.prototype.getWorkspaceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentGetSubscriptionShortRequest} returns this\n */\nproto.PaymentGetSubscriptionShortRequest.prototype.setWorkspaceid = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentGetSubscriptionShortReply.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentGetSubscriptionShortReply.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentGetSubscriptionShortReply} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentGetSubscriptionShortReply.toObject = function(includeInstance, msg) {\n var f, obj = {\n found: jspb.Message.getBooleanFieldWithDefault(msg, 1, false),\n custom: jspb.Message.getBooleanFieldWithDefault(msg, 2, false),\n cancelatandperiod: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),\n priceid: jspb.Message.getFieldWithDefault(msg, 4, \"\"),\n periodstartat: (f = msg.getPeriodstartat()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),\n periodendat: (f = msg.getPeriodendat()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentGetSubscriptionShortReply}\n */\nproto.PaymentGetSubscriptionShortReply.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentGetSubscriptionShortReply;\n return proto.PaymentGetSubscriptionShortReply.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentGetSubscriptionShortReply} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentGetSubscriptionShortReply}\n */\nproto.PaymentGetSubscriptionShortReply.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {boolean} */ (reader.readBool());\n msg.setFound(value);\n break;\n case 2:\n var value = /** @type {boolean} */ (reader.readBool());\n msg.setCustom(value);\n break;\n case 3:\n var value = /** @type {boolean} */ (reader.readBool());\n msg.setCancelatandperiod(value);\n break;\n case 4:\n var value = /** @type {string} */ (reader.readString());\n msg.setPriceid(value);\n break;\n case 5:\n var value = new google_protobuf_timestamp_pb.Timestamp;\n reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);\n msg.setPeriodstartat(value);\n break;\n case 6:\n var value = new google_protobuf_timestamp_pb.Timestamp;\n reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);\n msg.setPeriodendat(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentGetSubscriptionShortReply.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentGetSubscriptionShortReply.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentGetSubscriptionShortReply} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentGetSubscriptionShortReply.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getFound();\n if (f) {\n writer.writeBool(\n 1,\n f\n );\n }\n f = message.getCustom();\n if (f) {\n writer.writeBool(\n 2,\n f\n );\n }\n f = message.getCancelatandperiod();\n if (f) {\n writer.writeBool(\n 3,\n f\n );\n }\n f = message.getPriceid();\n if (f.length > 0) {\n writer.writeString(\n 4,\n f\n );\n }\n f = message.getPeriodstartat();\n if (f != null) {\n writer.writeMessage(\n 5,\n f,\n google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter\n );\n }\n f = message.getPeriodendat();\n if (f != null) {\n writer.writeMessage(\n 6,\n f,\n google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter\n );\n }\n};\n\n\n/**\n * optional bool found = 1;\n * @return {boolean}\n */\nproto.PaymentGetSubscriptionShortReply.prototype.getFound = function() {\n return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));\n};\n\n\n/**\n * @param {boolean} value\n * @return {!proto.PaymentGetSubscriptionShortReply} returns this\n */\nproto.PaymentGetSubscriptionShortReply.prototype.setFound = function(value) {\n return jspb.Message.setProto3BooleanField(this, 1, value);\n};\n\n\n/**\n * optional bool custom = 2;\n * @return {boolean}\n */\nproto.PaymentGetSubscriptionShortReply.prototype.getCustom = function() {\n return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 2, false));\n};\n\n\n/**\n * @param {boolean} value\n * @return {!proto.PaymentGetSubscriptionShortReply} returns this\n */\nproto.PaymentGetSubscriptionShortReply.prototype.setCustom = function(value) {\n return jspb.Message.setProto3BooleanField(this, 2, value);\n};\n\n\n/**\n * optional bool cancelAtAndPeriod = 3;\n * @return {boolean}\n */\nproto.PaymentGetSubscriptionShortReply.prototype.getCancelatandperiod = function() {\n return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false));\n};\n\n\n/**\n * @param {boolean} value\n * @return {!proto.PaymentGetSubscriptionShortReply} returns this\n */\nproto.PaymentGetSubscriptionShortReply.prototype.setCancelatandperiod = function(value) {\n return jspb.Message.setProto3BooleanField(this, 3, value);\n};\n\n\n/**\n * optional string priceId = 4;\n * @return {string}\n */\nproto.PaymentGetSubscriptionShortReply.prototype.getPriceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentGetSubscriptionShortReply} returns this\n */\nproto.PaymentGetSubscriptionShortReply.prototype.setPriceid = function(value) {\n return jspb.Message.setProto3StringField(this, 4, value);\n};\n\n\n/**\n * optional google.protobuf.Timestamp periodStartAt = 5;\n * @return {?proto.google.protobuf.Timestamp}\n */\nproto.PaymentGetSubscriptionShortReply.prototype.getPeriodstartat = function() {\n return /** @type{?proto.google.protobuf.Timestamp} */ (\n jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 5));\n};\n\n\n/**\n * @param {?proto.google.protobuf.Timestamp|undefined} value\n * @return {!proto.PaymentGetSubscriptionShortReply} returns this\n*/\nproto.PaymentGetSubscriptionShortReply.prototype.setPeriodstartat = function(value) {\n return jspb.Message.setWrapperField(this, 5, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentGetSubscriptionShortReply} returns this\n */\nproto.PaymentGetSubscriptionShortReply.prototype.clearPeriodstartat = function() {\n return this.setPeriodstartat(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentGetSubscriptionShortReply.prototype.hasPeriodstartat = function() {\n return jspb.Message.getField(this, 5) != null;\n};\n\n\n/**\n * optional google.protobuf.Timestamp periodEndAt = 6;\n * @return {?proto.google.protobuf.Timestamp}\n */\nproto.PaymentGetSubscriptionShortReply.prototype.getPeriodendat = function() {\n return /** @type{?proto.google.protobuf.Timestamp} */ (\n jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 6));\n};\n\n\n/**\n * @param {?proto.google.protobuf.Timestamp|undefined} value\n * @return {!proto.PaymentGetSubscriptionShortReply} returns this\n*/\nproto.PaymentGetSubscriptionShortReply.prototype.setPeriodendat = function(value) {\n return jspb.Message.setWrapperField(this, 6, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentGetSubscriptionShortReply} returns this\n */\nproto.PaymentGetSubscriptionShortReply.prototype.clearPeriodendat = function() {\n return this.setPeriodendat(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentGetSubscriptionShortReply.prototype.hasPeriodendat = function() {\n return jspb.Message.getField(this, 6) != null;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentGetCustomerPortalUrlRequest.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentGetCustomerPortalUrlRequest.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentGetCustomerPortalUrlRequest} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentGetCustomerPortalUrlRequest.toObject = function(includeInstance, msg) {\n var f, obj = {\n workspaceid: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n returnurl: jspb.Message.getFieldWithDefault(msg, 2, \"\")\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentGetCustomerPortalUrlRequest}\n */\nproto.PaymentGetCustomerPortalUrlRequest.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentGetCustomerPortalUrlRequest;\n return proto.PaymentGetCustomerPortalUrlRequest.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentGetCustomerPortalUrlRequest} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentGetCustomerPortalUrlRequest}\n */\nproto.PaymentGetCustomerPortalUrlRequest.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setWorkspaceid(value);\n break;\n case 2:\n var value = /** @type {string} */ (reader.readString());\n msg.setReturnurl(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentGetCustomerPortalUrlRequest.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentGetCustomerPortalUrlRequest.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentGetCustomerPortalUrlRequest} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentGetCustomerPortalUrlRequest.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getWorkspaceid();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getReturnurl();\n if (f.length > 0) {\n writer.writeString(\n 2,\n f\n );\n }\n};\n\n\n/**\n * optional string workspaceId = 1;\n * @return {string}\n */\nproto.PaymentGetCustomerPortalUrlRequest.prototype.getWorkspaceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentGetCustomerPortalUrlRequest} returns this\n */\nproto.PaymentGetCustomerPortalUrlRequest.prototype.setWorkspaceid = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional string returnUrl = 2;\n * @return {string}\n */\nproto.PaymentGetCustomerPortalUrlRequest.prototype.getReturnurl = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentGetCustomerPortalUrlRequest} returns this\n */\nproto.PaymentGetCustomerPortalUrlRequest.prototype.setReturnurl = function(value) {\n return jspb.Message.setProto3StringField(this, 2, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentGetCustomerPortalUrlReply.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentGetCustomerPortalUrlReply.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentGetCustomerPortalUrlReply} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentGetCustomerPortalUrlReply.toObject = function(includeInstance, msg) {\n var f, obj = {\n found: jspb.Message.getBooleanFieldWithDefault(msg, 1, false),\n url: jspb.Message.getFieldWithDefault(msg, 2, \"\")\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentGetCustomerPortalUrlReply}\n */\nproto.PaymentGetCustomerPortalUrlReply.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentGetCustomerPortalUrlReply;\n return proto.PaymentGetCustomerPortalUrlReply.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentGetCustomerPortalUrlReply} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentGetCustomerPortalUrlReply}\n */\nproto.PaymentGetCustomerPortalUrlReply.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {boolean} */ (reader.readBool());\n msg.setFound(value);\n break;\n case 2:\n var value = /** @type {string} */ (reader.readString());\n msg.setUrl(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentGetCustomerPortalUrlReply.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentGetCustomerPortalUrlReply.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentGetCustomerPortalUrlReply} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentGetCustomerPortalUrlReply.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getFound();\n if (f) {\n writer.writeBool(\n 1,\n f\n );\n }\n f = message.getUrl();\n if (f.length > 0) {\n writer.writeString(\n 2,\n f\n );\n }\n};\n\n\n/**\n * optional bool found = 1;\n * @return {boolean}\n */\nproto.PaymentGetCustomerPortalUrlReply.prototype.getFound = function() {\n return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));\n};\n\n\n/**\n * @param {boolean} value\n * @return {!proto.PaymentGetCustomerPortalUrlReply} returns this\n */\nproto.PaymentGetCustomerPortalUrlReply.prototype.setFound = function(value) {\n return jspb.Message.setProto3BooleanField(this, 1, value);\n};\n\n\n/**\n * optional string url = 2;\n * @return {string}\n */\nproto.PaymentGetCustomerPortalUrlReply.prototype.getUrl = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentGetCustomerPortalUrlReply} returns this\n */\nproto.PaymentGetCustomerPortalUrlReply.prototype.setUrl = function(value) {\n return jspb.Message.setProto3StringField(this, 2, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentOneTimePayementRequest.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentOneTimePayementRequest.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentOneTimePayementRequest} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentOneTimePayementRequest.toObject = function(includeInstance, msg) {\n var f, obj = {\n workspaceid: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n credits: jspb.Message.getFieldWithDefault(msg, 2, 0),\n currency: jspb.Message.getFieldWithDefault(msg, 3, 0),\n successcallbackurl: jspb.Message.getFieldWithDefault(msg, 4, \"\"),\n cancelcallbackurl: jspb.Message.getFieldWithDefault(msg, 5, \"\"),\n clientreferenceid: jspb.Message.getFieldWithDefault(msg, 6, \"\")\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentOneTimePayementRequest}\n */\nproto.PaymentOneTimePayementRequest.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentOneTimePayementRequest;\n return proto.PaymentOneTimePayementRequest.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentOneTimePayementRequest} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentOneTimePayementRequest}\n */\nproto.PaymentOneTimePayementRequest.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setWorkspaceid(value);\n break;\n case 2:\n var value = /** @type {number} */ (reader.readUint32());\n msg.setCredits(value);\n break;\n case 3:\n var value = /** @type {!proto.Currency} */ (reader.readEnum());\n msg.setCurrency(value);\n break;\n case 4:\n var value = /** @type {string} */ (reader.readString());\n msg.setSuccesscallbackurl(value);\n break;\n case 5:\n var value = /** @type {string} */ (reader.readString());\n msg.setCancelcallbackurl(value);\n break;\n case 6:\n var value = /** @type {string} */ (reader.readString());\n msg.setClientreferenceid(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentOneTimePayementRequest.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentOneTimePayementRequest.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentOneTimePayementRequest} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentOneTimePayementRequest.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getWorkspaceid();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getCredits();\n if (f !== 0) {\n writer.writeUint32(\n 2,\n f\n );\n }\n f = message.getCurrency();\n if (f !== 0.0) {\n writer.writeEnum(\n 3,\n f\n );\n }\n f = message.getSuccesscallbackurl();\n if (f.length > 0) {\n writer.writeString(\n 4,\n f\n );\n }\n f = message.getCancelcallbackurl();\n if (f.length > 0) {\n writer.writeString(\n 5,\n f\n );\n }\n f = message.getClientreferenceid();\n if (f.length > 0) {\n writer.writeString(\n 6,\n f\n );\n }\n};\n\n\n/**\n * optional string workspaceId = 1;\n * @return {string}\n */\nproto.PaymentOneTimePayementRequest.prototype.getWorkspaceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentOneTimePayementRequest} returns this\n */\nproto.PaymentOneTimePayementRequest.prototype.setWorkspaceid = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional uint32 credits = 2;\n * @return {number}\n */\nproto.PaymentOneTimePayementRequest.prototype.getCredits = function() {\n return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));\n};\n\n\n/**\n * @param {number} value\n * @return {!proto.PaymentOneTimePayementRequest} returns this\n */\nproto.PaymentOneTimePayementRequest.prototype.setCredits = function(value) {\n return jspb.Message.setProto3IntField(this, 2, value);\n};\n\n\n/**\n * optional Currency currency = 3;\n * @return {!proto.Currency}\n */\nproto.PaymentOneTimePayementRequest.prototype.getCurrency = function() {\n return /** @type {!proto.Currency} */ (jspb.Message.getFieldWithDefault(this, 3, 0));\n};\n\n\n/**\n * @param {!proto.Currency} value\n * @return {!proto.PaymentOneTimePayementRequest} returns this\n */\nproto.PaymentOneTimePayementRequest.prototype.setCurrency = function(value) {\n return jspb.Message.setProto3EnumField(this, 3, value);\n};\n\n\n/**\n * optional string successCallbackUrl = 4;\n * @return {string}\n */\nproto.PaymentOneTimePayementRequest.prototype.getSuccesscallbackurl = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentOneTimePayementRequest} returns this\n */\nproto.PaymentOneTimePayementRequest.prototype.setSuccesscallbackurl = function(value) {\n return jspb.Message.setProto3StringField(this, 4, value);\n};\n\n\n/**\n * optional string cancelCallbackUrl = 5;\n * @return {string}\n */\nproto.PaymentOneTimePayementRequest.prototype.getCancelcallbackurl = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentOneTimePayementRequest} returns this\n */\nproto.PaymentOneTimePayementRequest.prototype.setCancelcallbackurl = function(value) {\n return jspb.Message.setProto3StringField(this, 5, value);\n};\n\n\n/**\n * optional string clientReferenceId = 6;\n * @return {string}\n */\nproto.PaymentOneTimePayementRequest.prototype.getClientreferenceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentOneTimePayementRequest} returns this\n */\nproto.PaymentOneTimePayementRequest.prototype.setClientreferenceid = function(value) {\n return jspb.Message.setProto3StringField(this, 6, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentOneTimePayementReply.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentOneTimePayementReply.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentOneTimePayementReply} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentOneTimePayementReply.toObject = function(includeInstance, msg) {\n var f, obj = {\n url: jspb.Message.getFieldWithDefault(msg, 1, \"\")\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentOneTimePayementReply}\n */\nproto.PaymentOneTimePayementReply.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentOneTimePayementReply;\n return proto.PaymentOneTimePayementReply.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentOneTimePayementReply} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentOneTimePayementReply}\n */\nproto.PaymentOneTimePayementReply.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setUrl(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentOneTimePayementReply.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentOneTimePayementReply.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentOneTimePayementReply} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentOneTimePayementReply.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getUrl();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n};\n\n\n/**\n * optional string url = 1;\n * @return {string}\n */\nproto.PaymentOneTimePayementReply.prototype.getUrl = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentOneTimePayementReply} returns this\n */\nproto.PaymentOneTimePayementReply.prototype.setUrl = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentAdminGetCustomerRequest.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentAdminGetCustomerRequest.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentAdminGetCustomerRequest} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentAdminGetCustomerRequest.toObject = function(includeInstance, msg) {\n var f, obj = {\n workspaceid: jspb.Message.getFieldWithDefault(msg, 1, \"\")\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentAdminGetCustomerRequest}\n */\nproto.PaymentAdminGetCustomerRequest.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentAdminGetCustomerRequest;\n return proto.PaymentAdminGetCustomerRequest.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentAdminGetCustomerRequest} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentAdminGetCustomerRequest}\n */\nproto.PaymentAdminGetCustomerRequest.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setWorkspaceid(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentAdminGetCustomerRequest.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentAdminGetCustomerRequest.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentAdminGetCustomerRequest} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentAdminGetCustomerRequest.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getWorkspaceid();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n};\n\n\n/**\n * optional string workspaceId = 1;\n * @return {string}\n */\nproto.PaymentAdminGetCustomerRequest.prototype.getWorkspaceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentAdminGetCustomerRequest} returns this\n */\nproto.PaymentAdminGetCustomerRequest.prototype.setWorkspaceid = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentAdminGetCustomerReply.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentAdminGetCustomerReply.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentAdminGetCustomerReply} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentAdminGetCustomerReply.toObject = function(includeInstance, msg) {\n var f, obj = {\n customerid: jspb.Message.getFieldWithDefault(msg, 1, \"\")\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentAdminGetCustomerReply}\n */\nproto.PaymentAdminGetCustomerReply.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentAdminGetCustomerReply;\n return proto.PaymentAdminGetCustomerReply.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentAdminGetCustomerReply} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentAdminGetCustomerReply}\n */\nproto.PaymentAdminGetCustomerReply.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setCustomerid(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentAdminGetCustomerReply.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentAdminGetCustomerReply.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentAdminGetCustomerReply} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentAdminGetCustomerReply.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getCustomerid();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n};\n\n\n/**\n * optional string customerId = 1;\n * @return {string}\n */\nproto.PaymentAdminGetCustomerReply.prototype.getCustomerid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentAdminGetCustomerReply} returns this\n */\nproto.PaymentAdminGetCustomerReply.prototype.setCustomerid = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentAdminLinkCustomerRequest.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentAdminLinkCustomerRequest.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentAdminLinkCustomerRequest} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentAdminLinkCustomerRequest.toObject = function(includeInstance, msg) {\n var f, obj = {\n workspaceid: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n customerid: jspb.Message.getFieldWithDefault(msg, 2, \"\")\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentAdminLinkCustomerRequest}\n */\nproto.PaymentAdminLinkCustomerRequest.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentAdminLinkCustomerRequest;\n return proto.PaymentAdminLinkCustomerRequest.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentAdminLinkCustomerRequest} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentAdminLinkCustomerRequest}\n */\nproto.PaymentAdminLinkCustomerRequest.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setWorkspaceid(value);\n break;\n case 2:\n var value = /** @type {string} */ (reader.readString());\n msg.setCustomerid(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentAdminLinkCustomerRequest.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentAdminLinkCustomerRequest.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentAdminLinkCustomerRequest} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentAdminLinkCustomerRequest.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getWorkspaceid();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getCustomerid();\n if (f.length > 0) {\n writer.writeString(\n 2,\n f\n );\n }\n};\n\n\n/**\n * optional string workspaceId = 1;\n * @return {string}\n */\nproto.PaymentAdminLinkCustomerRequest.prototype.getWorkspaceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentAdminLinkCustomerRequest} returns this\n */\nproto.PaymentAdminLinkCustomerRequest.prototype.setWorkspaceid = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional string customerId = 2;\n * @return {string}\n */\nproto.PaymentAdminLinkCustomerRequest.prototype.getCustomerid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentAdminLinkCustomerRequest} returns this\n */\nproto.PaymentAdminLinkCustomerRequest.prototype.setCustomerid = function(value) {\n return jspb.Message.setProto3StringField(this, 2, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentAdminLinkCustomerReply.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentAdminLinkCustomerReply.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentAdminLinkCustomerReply} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentAdminLinkCustomerReply.toObject = function(includeInstance, msg) {\n var f, obj = {\n\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentAdminLinkCustomerReply}\n */\nproto.PaymentAdminLinkCustomerReply.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentAdminLinkCustomerReply;\n return proto.PaymentAdminLinkCustomerReply.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentAdminLinkCustomerReply} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentAdminLinkCustomerReply}\n */\nproto.PaymentAdminLinkCustomerReply.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentAdminLinkCustomerReply.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentAdminLinkCustomerReply.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentAdminLinkCustomerReply} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentAdminLinkCustomerReply.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentCreateCustomerByOwnerWorkspaceRequest.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentCreateCustomerByOwnerWorkspaceRequest.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentCreateCustomerByOwnerWorkspaceRequest} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentCreateCustomerByOwnerWorkspaceRequest.toObject = function(includeInstance, msg) {\n var f, obj = {\n workspaceid: jspb.Message.getFieldWithDefault(msg, 1, \"\")\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentCreateCustomerByOwnerWorkspaceRequest}\n */\nproto.PaymentCreateCustomerByOwnerWorkspaceRequest.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentCreateCustomerByOwnerWorkspaceRequest;\n return proto.PaymentCreateCustomerByOwnerWorkspaceRequest.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentCreateCustomerByOwnerWorkspaceRequest} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentCreateCustomerByOwnerWorkspaceRequest}\n */\nproto.PaymentCreateCustomerByOwnerWorkspaceRequest.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setWorkspaceid(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentCreateCustomerByOwnerWorkspaceRequest.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentCreateCustomerByOwnerWorkspaceRequest.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentCreateCustomerByOwnerWorkspaceRequest} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentCreateCustomerByOwnerWorkspaceRequest.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getWorkspaceid();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n};\n\n\n/**\n * optional string workspaceId = 1;\n * @return {string}\n */\nproto.PaymentCreateCustomerByOwnerWorkspaceRequest.prototype.getWorkspaceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentCreateCustomerByOwnerWorkspaceRequest} returns this\n */\nproto.PaymentCreateCustomerByOwnerWorkspaceRequest.prototype.setWorkspaceid = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentCreateCustomerByOwnerWorkspaceReply.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentCreateCustomerByOwnerWorkspaceReply.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentCreateCustomerByOwnerWorkspaceReply} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentCreateCustomerByOwnerWorkspaceReply.toObject = function(includeInstance, msg) {\n var f, obj = {\n customerid: jspb.Message.getFieldWithDefault(msg, 1, \"\")\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentCreateCustomerByOwnerWorkspaceReply}\n */\nproto.PaymentCreateCustomerByOwnerWorkspaceReply.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentCreateCustomerByOwnerWorkspaceReply;\n return proto.PaymentCreateCustomerByOwnerWorkspaceReply.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentCreateCustomerByOwnerWorkspaceReply} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentCreateCustomerByOwnerWorkspaceReply}\n */\nproto.PaymentCreateCustomerByOwnerWorkspaceReply.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setCustomerid(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentCreateCustomerByOwnerWorkspaceReply.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentCreateCustomerByOwnerWorkspaceReply.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentCreateCustomerByOwnerWorkspaceReply} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentCreateCustomerByOwnerWorkspaceReply.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getCustomerid();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n};\n\n\n/**\n * optional string customerId = 1;\n * @return {string}\n */\nproto.PaymentCreateCustomerByOwnerWorkspaceReply.prototype.getCustomerid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentCreateCustomerByOwnerWorkspaceReply} returns this\n */\nproto.PaymentCreateCustomerByOwnerWorkspaceReply.prototype.setCustomerid = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.CustomPayement.prototype.toObject = function(opt_includeInstance) {\n return proto.CustomPayement.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.CustomPayement} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.CustomPayement.toObject = function(includeInstance, msg) {\n var f, obj = {\n id: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n workspaceid: jspb.Message.getFieldWithDefault(msg, 2, \"\"),\n name: jspb.Message.getFieldWithDefault(msg, 3, \"\"),\n currency: jspb.Message.getFieldWithDefault(msg, 4, 0),\n payementtype: jspb.Message.getFieldWithDefault(msg, 5, 0),\n baseprice: jspb.Message.getFloatingPointFieldWithDefault(msg, 6, 0.0),\n subscriptioninterval: jspb.Message.getFieldWithDefault(msg, 7, \"\"),\n packduration: jspb.Message.getFieldWithDefault(msg, 8, \"\"),\n consumationtype: jspb.Message.getFieldWithDefault(msg, 9, 0),\n creditsvolume: jspb.Message.getFieldWithDefault(msg, 10, 0),\n creditsprice: jspb.Message.getFloatingPointFieldWithDefault(msg, 11, 0.0),\n emailvolume: jspb.Message.getFieldWithDefault(msg, 12, 0),\n emailprice: jspb.Message.getFloatingPointFieldWithDefault(msg, 13, 0.0),\n phonevolume: jspb.Message.getFieldWithDefault(msg, 14, 0),\n phoneprice: jspb.Message.getFloatingPointFieldWithDefault(msg, 15, 0.0),\n salesnavigatoroption: jspb.Message.getFieldWithDefault(msg, 16, 0),\n salesnavigatorprice: jspb.Message.getFloatingPointFieldWithDefault(msg, 17, 0.0),\n allowpromotioncode: jspb.Message.getBooleanFieldWithDefault(msg, 18, false),\n createdat: (f = msg.getCreatedat()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),\n updatedat: (f = msg.getUpdatedat()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),\n reusable: jspb.Message.getBooleanFieldWithDefault(msg, 21, false),\n lastusedat: (f = msg.getLastusedat()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),\n limit: jspb.Message.getFieldWithDefault(msg, 23, 0),\n expiredat: (f = msg.getExpiredat()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),\n totalusage: jspb.Message.getFieldWithDefault(msg, 25, 0),\n ssooption: jspb.Message.getBooleanFieldWithDefault(msg, 26, false),\n ssoprice: jspb.Message.getFloatingPointFieldWithDefault(msg, 27, 0.0)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.CustomPayement}\n */\nproto.CustomPayement.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.CustomPayement;\n return proto.CustomPayement.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.CustomPayement} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.CustomPayement}\n */\nproto.CustomPayement.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setId(value);\n break;\n case 2:\n var value = /** @type {string} */ (reader.readString());\n msg.setWorkspaceid(value);\n break;\n case 3:\n var value = /** @type {string} */ (reader.readString());\n msg.setName(value);\n break;\n case 4:\n var value = /** @type {!proto.Currency} */ (reader.readEnum());\n msg.setCurrency(value);\n break;\n case 5:\n var value = /** @type {!proto.CustomPaymentType} */ (reader.readEnum());\n msg.setPayementtype(value);\n break;\n case 6:\n var value = /** @type {number} */ (reader.readDouble());\n msg.setBaseprice(value);\n break;\n case 7:\n var value = /** @type {string} */ (reader.readString());\n msg.setSubscriptioninterval(value);\n break;\n case 8:\n var value = /** @type {string} */ (reader.readString());\n msg.setPackduration(value);\n break;\n case 9:\n var value = /** @type {!proto.PaymentConsumationType} */ (reader.readEnum());\n msg.setConsumationtype(value);\n break;\n case 10:\n var value = /** @type {number} */ (reader.readInt32());\n msg.setCreditsvolume(value);\n break;\n case 11:\n var value = /** @type {number} */ (reader.readDouble());\n msg.setCreditsprice(value);\n break;\n case 12:\n var value = /** @type {number} */ (reader.readInt32());\n msg.setEmailvolume(value);\n break;\n case 13:\n var value = /** @type {number} */ (reader.readDouble());\n msg.setEmailprice(value);\n break;\n case 14:\n var value = /** @type {number} */ (reader.readInt32());\n msg.setPhonevolume(value);\n break;\n case 15:\n var value = /** @type {number} */ (reader.readDouble());\n msg.setPhoneprice(value);\n break;\n case 16:\n var value = /** @type {!proto.credits.SalesNavigatorOption} */ (reader.readEnum());\n msg.setSalesnavigatoroption(value);\n break;\n case 17:\n var value = /** @type {number} */ (reader.readDouble());\n msg.setSalesnavigatorprice(value);\n break;\n case 18:\n var value = /** @type {boolean} */ (reader.readBool());\n msg.setAllowpromotioncode(value);\n break;\n case 19:\n var value = new google_protobuf_timestamp_pb.Timestamp;\n reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);\n msg.setCreatedat(value);\n break;\n case 20:\n var value = new google_protobuf_timestamp_pb.Timestamp;\n reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);\n msg.setUpdatedat(value);\n break;\n case 21:\n var value = /** @type {boolean} */ (reader.readBool());\n msg.setReusable(value);\n break;\n case 22:\n var value = new google_protobuf_timestamp_pb.Timestamp;\n reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);\n msg.setLastusedat(value);\n break;\n case 23:\n var value = /** @type {number} */ (reader.readInt32());\n msg.setLimit(value);\n break;\n case 24:\n var value = new google_protobuf_timestamp_pb.Timestamp;\n reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);\n msg.setExpiredat(value);\n break;\n case 25:\n var value = /** @type {number} */ (reader.readInt32());\n msg.setTotalusage(value);\n break;\n case 26:\n var value = /** @type {boolean} */ (reader.readBool());\n msg.setSsooption(value);\n break;\n case 27:\n var value = /** @type {number} */ (reader.readDouble());\n msg.setSsoprice(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.CustomPayement.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.CustomPayement.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.CustomPayement} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.CustomPayement.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getId();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getWorkspaceid();\n if (f.length > 0) {\n writer.writeString(\n 2,\n f\n );\n }\n f = message.getName();\n if (f.length > 0) {\n writer.writeString(\n 3,\n f\n );\n }\n f = message.getCurrency();\n if (f !== 0.0) {\n writer.writeEnum(\n 4,\n f\n );\n }\n f = message.getPayementtype();\n if (f !== 0.0) {\n writer.writeEnum(\n 5,\n f\n );\n }\n f = message.getBaseprice();\n if (f !== 0.0) {\n writer.writeDouble(\n 6,\n f\n );\n }\n f = message.getSubscriptioninterval();\n if (f.length > 0) {\n writer.writeString(\n 7,\n f\n );\n }\n f = message.getPackduration();\n if (f.length > 0) {\n writer.writeString(\n 8,\n f\n );\n }\n f = message.getConsumationtype();\n if (f !== 0.0) {\n writer.writeEnum(\n 9,\n f\n );\n }\n f = message.getCreditsvolume();\n if (f !== 0) {\n writer.writeInt32(\n 10,\n f\n );\n }\n f = message.getCreditsprice();\n if (f !== 0.0) {\n writer.writeDouble(\n 11,\n f\n );\n }\n f = message.getEmailvolume();\n if (f !== 0) {\n writer.writeInt32(\n 12,\n f\n );\n }\n f = message.getEmailprice();\n if (f !== 0.0) {\n writer.writeDouble(\n 13,\n f\n );\n }\n f = message.getPhonevolume();\n if (f !== 0) {\n writer.writeInt32(\n 14,\n f\n );\n }\n f = message.getPhoneprice();\n if (f !== 0.0) {\n writer.writeDouble(\n 15,\n f\n );\n }\n f = message.getSalesnavigatoroption();\n if (f !== 0.0) {\n writer.writeEnum(\n 16,\n f\n );\n }\n f = message.getSalesnavigatorprice();\n if (f !== 0.0) {\n writer.writeDouble(\n 17,\n f\n );\n }\n f = message.getAllowpromotioncode();\n if (f) {\n writer.writeBool(\n 18,\n f\n );\n }\n f = message.getCreatedat();\n if (f != null) {\n writer.writeMessage(\n 19,\n f,\n google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter\n );\n }\n f = message.getUpdatedat();\n if (f != null) {\n writer.writeMessage(\n 20,\n f,\n google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter\n );\n }\n f = message.getReusable();\n if (f) {\n writer.writeBool(\n 21,\n f\n );\n }\n f = message.getLastusedat();\n if (f != null) {\n writer.writeMessage(\n 22,\n f,\n google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter\n );\n }\n f = message.getLimit();\n if (f !== 0) {\n writer.writeInt32(\n 23,\n f\n );\n }\n f = message.getExpiredat();\n if (f != null) {\n writer.writeMessage(\n 24,\n f,\n google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter\n );\n }\n f = message.getTotalusage();\n if (f !== 0) {\n writer.writeInt32(\n 25,\n f\n );\n }\n f = message.getSsooption();\n if (f) {\n writer.writeBool(\n 26,\n f\n );\n }\n f = message.getSsoprice();\n if (f !== 0.0) {\n writer.writeDouble(\n 27,\n f\n );\n }\n};\n\n\n/**\n * optional string id = 1;\n * @return {string}\n */\nproto.CustomPayement.prototype.getId = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setId = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional string workspaceId = 2;\n * @return {string}\n */\nproto.CustomPayement.prototype.getWorkspaceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setWorkspaceid = function(value) {\n return jspb.Message.setProto3StringField(this, 2, value);\n};\n\n\n/**\n * optional string name = 3;\n * @return {string}\n */\nproto.CustomPayement.prototype.getName = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setName = function(value) {\n return jspb.Message.setProto3StringField(this, 3, value);\n};\n\n\n/**\n * optional Currency currency = 4;\n * @return {!proto.Currency}\n */\nproto.CustomPayement.prototype.getCurrency = function() {\n return /** @type {!proto.Currency} */ (jspb.Message.getFieldWithDefault(this, 4, 0));\n};\n\n\n/**\n * @param {!proto.Currency} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setCurrency = function(value) {\n return jspb.Message.setProto3EnumField(this, 4, value);\n};\n\n\n/**\n * optional CustomPaymentType payementType = 5;\n * @return {!proto.CustomPaymentType}\n */\nproto.CustomPayement.prototype.getPayementtype = function() {\n return /** @type {!proto.CustomPaymentType} */ (jspb.Message.getFieldWithDefault(this, 5, 0));\n};\n\n\n/**\n * @param {!proto.CustomPaymentType} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setPayementtype = function(value) {\n return jspb.Message.setProto3EnumField(this, 5, value);\n};\n\n\n/**\n * optional double basePrice = 6;\n * @return {number}\n */\nproto.CustomPayement.prototype.getBaseprice = function() {\n return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 6, 0.0));\n};\n\n\n/**\n * @param {number} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setBaseprice = function(value) {\n return jspb.Message.setProto3FloatField(this, 6, value);\n};\n\n\n/**\n * optional string subscriptionInterval = 7;\n * @return {string}\n */\nproto.CustomPayement.prototype.getSubscriptioninterval = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setSubscriptioninterval = function(value) {\n return jspb.Message.setProto3StringField(this, 7, value);\n};\n\n\n/**\n * optional string packDuration = 8;\n * @return {string}\n */\nproto.CustomPayement.prototype.getPackduration = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setPackduration = function(value) {\n return jspb.Message.setProto3StringField(this, 8, value);\n};\n\n\n/**\n * optional PaymentConsumationType consumationType = 9;\n * @return {!proto.PaymentConsumationType}\n */\nproto.CustomPayement.prototype.getConsumationtype = function() {\n return /** @type {!proto.PaymentConsumationType} */ (jspb.Message.getFieldWithDefault(this, 9, 0));\n};\n\n\n/**\n * @param {!proto.PaymentConsumationType} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setConsumationtype = function(value) {\n return jspb.Message.setProto3EnumField(this, 9, value);\n};\n\n\n/**\n * optional int32 creditsVolume = 10;\n * @return {number}\n */\nproto.CustomPayement.prototype.getCreditsvolume = function() {\n return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 10, 0));\n};\n\n\n/**\n * @param {number} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setCreditsvolume = function(value) {\n return jspb.Message.setProto3IntField(this, 10, value);\n};\n\n\n/**\n * optional double creditsPrice = 11;\n * @return {number}\n */\nproto.CustomPayement.prototype.getCreditsprice = function() {\n return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 11, 0.0));\n};\n\n\n/**\n * @param {number} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setCreditsprice = function(value) {\n return jspb.Message.setProto3FloatField(this, 11, value);\n};\n\n\n/**\n * optional int32 emailVolume = 12;\n * @return {number}\n */\nproto.CustomPayement.prototype.getEmailvolume = function() {\n return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 12, 0));\n};\n\n\n/**\n * @param {number} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setEmailvolume = function(value) {\n return jspb.Message.setProto3IntField(this, 12, value);\n};\n\n\n/**\n * optional double emailPrice = 13;\n * @return {number}\n */\nproto.CustomPayement.prototype.getEmailprice = function() {\n return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 13, 0.0));\n};\n\n\n/**\n * @param {number} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setEmailprice = function(value) {\n return jspb.Message.setProto3FloatField(this, 13, value);\n};\n\n\n/**\n * optional int32 phoneVolume = 14;\n * @return {number}\n */\nproto.CustomPayement.prototype.getPhonevolume = function() {\n return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 14, 0));\n};\n\n\n/**\n * @param {number} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setPhonevolume = function(value) {\n return jspb.Message.setProto3IntField(this, 14, value);\n};\n\n\n/**\n * optional double phonePrice = 15;\n * @return {number}\n */\nproto.CustomPayement.prototype.getPhoneprice = function() {\n return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 15, 0.0));\n};\n\n\n/**\n * @param {number} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setPhoneprice = function(value) {\n return jspb.Message.setProto3FloatField(this, 15, value);\n};\n\n\n/**\n * optional credits.SalesNavigatorOption salesNavigatorOption = 16;\n * @return {!proto.credits.SalesNavigatorOption}\n */\nproto.CustomPayement.prototype.getSalesnavigatoroption = function() {\n return /** @type {!proto.credits.SalesNavigatorOption} */ (jspb.Message.getFieldWithDefault(this, 16, 0));\n};\n\n\n/**\n * @param {!proto.credits.SalesNavigatorOption} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setSalesnavigatoroption = function(value) {\n return jspb.Message.setProto3EnumField(this, 16, value);\n};\n\n\n/**\n * optional double salesNavigatorPrice = 17;\n * @return {number}\n */\nproto.CustomPayement.prototype.getSalesnavigatorprice = function() {\n return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 17, 0.0));\n};\n\n\n/**\n * @param {number} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setSalesnavigatorprice = function(value) {\n return jspb.Message.setProto3FloatField(this, 17, value);\n};\n\n\n/**\n * optional bool allowPromotionCode = 18;\n * @return {boolean}\n */\nproto.CustomPayement.prototype.getAllowpromotioncode = function() {\n return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 18, false));\n};\n\n\n/**\n * @param {boolean} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setAllowpromotioncode = function(value) {\n return jspb.Message.setProto3BooleanField(this, 18, value);\n};\n\n\n/**\n * optional google.protobuf.Timestamp createdAt = 19;\n * @return {?proto.google.protobuf.Timestamp}\n */\nproto.CustomPayement.prototype.getCreatedat = function() {\n return /** @type{?proto.google.protobuf.Timestamp} */ (\n jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 19));\n};\n\n\n/**\n * @param {?proto.google.protobuf.Timestamp|undefined} value\n * @return {!proto.CustomPayement} returns this\n*/\nproto.CustomPayement.prototype.setCreatedat = function(value) {\n return jspb.Message.setWrapperField(this, 19, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.clearCreatedat = function() {\n return this.setCreatedat(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.CustomPayement.prototype.hasCreatedat = function() {\n return jspb.Message.getField(this, 19) != null;\n};\n\n\n/**\n * optional google.protobuf.Timestamp updatedAt = 20;\n * @return {?proto.google.protobuf.Timestamp}\n */\nproto.CustomPayement.prototype.getUpdatedat = function() {\n return /** @type{?proto.google.protobuf.Timestamp} */ (\n jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 20));\n};\n\n\n/**\n * @param {?proto.google.protobuf.Timestamp|undefined} value\n * @return {!proto.CustomPayement} returns this\n*/\nproto.CustomPayement.prototype.setUpdatedat = function(value) {\n return jspb.Message.setWrapperField(this, 20, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.clearUpdatedat = function() {\n return this.setUpdatedat(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.CustomPayement.prototype.hasUpdatedat = function() {\n return jspb.Message.getField(this, 20) != null;\n};\n\n\n/**\n * optional bool reusable = 21;\n * @return {boolean}\n */\nproto.CustomPayement.prototype.getReusable = function() {\n return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 21, false));\n};\n\n\n/**\n * @param {boolean} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setReusable = function(value) {\n return jspb.Message.setProto3BooleanField(this, 21, value);\n};\n\n\n/**\n * optional google.protobuf.Timestamp lastUsedAt = 22;\n * @return {?proto.google.protobuf.Timestamp}\n */\nproto.CustomPayement.prototype.getLastusedat = function() {\n return /** @type{?proto.google.protobuf.Timestamp} */ (\n jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 22));\n};\n\n\n/**\n * @param {?proto.google.protobuf.Timestamp|undefined} value\n * @return {!proto.CustomPayement} returns this\n*/\nproto.CustomPayement.prototype.setLastusedat = function(value) {\n return jspb.Message.setWrapperField(this, 22, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.clearLastusedat = function() {\n return this.setLastusedat(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.CustomPayement.prototype.hasLastusedat = function() {\n return jspb.Message.getField(this, 22) != null;\n};\n\n\n/**\n * optional int32 limit = 23;\n * @return {number}\n */\nproto.CustomPayement.prototype.getLimit = function() {\n return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 23, 0));\n};\n\n\n/**\n * @param {number} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setLimit = function(value) {\n return jspb.Message.setProto3IntField(this, 23, value);\n};\n\n\n/**\n * optional google.protobuf.Timestamp expiredAt = 24;\n * @return {?proto.google.protobuf.Timestamp}\n */\nproto.CustomPayement.prototype.getExpiredat = function() {\n return /** @type{?proto.google.protobuf.Timestamp} */ (\n jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 24));\n};\n\n\n/**\n * @param {?proto.google.protobuf.Timestamp|undefined} value\n * @return {!proto.CustomPayement} returns this\n*/\nproto.CustomPayement.prototype.setExpiredat = function(value) {\n return jspb.Message.setWrapperField(this, 24, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.clearExpiredat = function() {\n return this.setExpiredat(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.CustomPayement.prototype.hasExpiredat = function() {\n return jspb.Message.getField(this, 24) != null;\n};\n\n\n/**\n * optional int32 totalUsage = 25;\n * @return {number}\n */\nproto.CustomPayement.prototype.getTotalusage = function() {\n return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 25, 0));\n};\n\n\n/**\n * @param {number} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setTotalusage = function(value) {\n return jspb.Message.setProto3IntField(this, 25, value);\n};\n\n\n/**\n * optional bool ssoOption = 26;\n * @return {boolean}\n */\nproto.CustomPayement.prototype.getSsooption = function() {\n return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 26, false));\n};\n\n\n/**\n * @param {boolean} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setSsooption = function(value) {\n return jspb.Message.setProto3BooleanField(this, 26, value);\n};\n\n\n/**\n * optional double ssoPrice = 27;\n * @return {number}\n */\nproto.CustomPayement.prototype.getSsoprice = function() {\n return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 27, 0.0));\n};\n\n\n/**\n * @param {number} value\n * @return {!proto.CustomPayement} returns this\n */\nproto.CustomPayement.prototype.setSsoprice = function(value) {\n return jspb.Message.setProto3FloatField(this, 27, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentCreateLinkRequest.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentCreateLinkRequest.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentCreateLinkRequest} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentCreateLinkRequest.toObject = function(includeInstance, msg) {\n var f, obj = {\n workspaceid: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n custompayement: (f = msg.getCustompayement()) && proto.CustomPayement.toObject(includeInstance, f)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentCreateLinkRequest}\n */\nproto.PaymentCreateLinkRequest.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentCreateLinkRequest;\n return proto.PaymentCreateLinkRequest.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentCreateLinkRequest} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentCreateLinkRequest}\n */\nproto.PaymentCreateLinkRequest.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setWorkspaceid(value);\n break;\n case 2:\n var value = new proto.CustomPayement;\n reader.readMessage(value,proto.CustomPayement.deserializeBinaryFromReader);\n msg.setCustompayement(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentCreateLinkRequest.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentCreateLinkRequest.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentCreateLinkRequest} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentCreateLinkRequest.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getWorkspaceid();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getCustompayement();\n if (f != null) {\n writer.writeMessage(\n 2,\n f,\n proto.CustomPayement.serializeBinaryToWriter\n );\n }\n};\n\n\n/**\n * optional string workspaceId = 1;\n * @return {string}\n */\nproto.PaymentCreateLinkRequest.prototype.getWorkspaceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentCreateLinkRequest} returns this\n */\nproto.PaymentCreateLinkRequest.prototype.setWorkspaceid = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional CustomPayement customPayement = 2;\n * @return {?proto.CustomPayement}\n */\nproto.PaymentCreateLinkRequest.prototype.getCustompayement = function() {\n return /** @type{?proto.CustomPayement} */ (\n jspb.Message.getWrapperField(this, proto.CustomPayement, 2));\n};\n\n\n/**\n * @param {?proto.CustomPayement|undefined} value\n * @return {!proto.PaymentCreateLinkRequest} returns this\n*/\nproto.PaymentCreateLinkRequest.prototype.setCustompayement = function(value) {\n return jspb.Message.setWrapperField(this, 2, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentCreateLinkRequest} returns this\n */\nproto.PaymentCreateLinkRequest.prototype.clearCustompayement = function() {\n return this.setCustompayement(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentCreateLinkRequest.prototype.hasCustompayement = function() {\n return jspb.Message.getField(this, 2) != null;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentCreateLinkReply.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentCreateLinkReply.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentCreateLinkReply} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentCreateLinkReply.toObject = function(includeInstance, msg) {\n var f, obj = {\n url: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n custompayement: (f = msg.getCustompayement()) && proto.CustomPayement.toObject(includeInstance, f)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentCreateLinkReply}\n */\nproto.PaymentCreateLinkReply.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentCreateLinkReply;\n return proto.PaymentCreateLinkReply.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentCreateLinkReply} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentCreateLinkReply}\n */\nproto.PaymentCreateLinkReply.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setUrl(value);\n break;\n case 2:\n var value = new proto.CustomPayement;\n reader.readMessage(value,proto.CustomPayement.deserializeBinaryFromReader);\n msg.setCustompayement(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentCreateLinkReply.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentCreateLinkReply.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentCreateLinkReply} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentCreateLinkReply.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getUrl();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getCustompayement();\n if (f != null) {\n writer.writeMessage(\n 2,\n f,\n proto.CustomPayement.serializeBinaryToWriter\n );\n }\n};\n\n\n/**\n * optional string url = 1;\n * @return {string}\n */\nproto.PaymentCreateLinkReply.prototype.getUrl = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentCreateLinkReply} returns this\n */\nproto.PaymentCreateLinkReply.prototype.setUrl = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional CustomPayement customPayement = 2;\n * @return {?proto.CustomPayement}\n */\nproto.PaymentCreateLinkReply.prototype.getCustompayement = function() {\n return /** @type{?proto.CustomPayement} */ (\n jspb.Message.getWrapperField(this, proto.CustomPayement, 2));\n};\n\n\n/**\n * @param {?proto.CustomPayement|undefined} value\n * @return {!proto.PaymentCreateLinkReply} returns this\n*/\nproto.PaymentCreateLinkReply.prototype.setCustompayement = function(value) {\n return jspb.Message.setWrapperField(this, 2, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentCreateLinkReply} returns this\n */\nproto.PaymentCreateLinkReply.prototype.clearCustompayement = function() {\n return this.setCustompayement(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentCreateLinkReply.prototype.hasCustompayement = function() {\n return jspb.Message.getField(this, 2) != null;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentApplyMetadataToInvoiceRequest.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentApplyMetadataToInvoiceRequest.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentApplyMetadataToInvoiceRequest} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentApplyMetadataToInvoiceRequest.toObject = function(includeInstance, msg) {\n var f, obj = {\n invoiceid: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n custompayement: (f = msg.getCustompayement()) && proto.CustomPayement.toObject(includeInstance, f)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentApplyMetadataToInvoiceRequest}\n */\nproto.PaymentApplyMetadataToInvoiceRequest.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentApplyMetadataToInvoiceRequest;\n return proto.PaymentApplyMetadataToInvoiceRequest.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentApplyMetadataToInvoiceRequest} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentApplyMetadataToInvoiceRequest}\n */\nproto.PaymentApplyMetadataToInvoiceRequest.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setInvoiceid(value);\n break;\n case 2:\n var value = new proto.CustomPayement;\n reader.readMessage(value,proto.CustomPayement.deserializeBinaryFromReader);\n msg.setCustompayement(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentApplyMetadataToInvoiceRequest.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentApplyMetadataToInvoiceRequest.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentApplyMetadataToInvoiceRequest} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentApplyMetadataToInvoiceRequest.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getInvoiceid();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getCustompayement();\n if (f != null) {\n writer.writeMessage(\n 2,\n f,\n proto.CustomPayement.serializeBinaryToWriter\n );\n }\n};\n\n\n/**\n * optional string invoiceId = 1;\n * @return {string}\n */\nproto.PaymentApplyMetadataToInvoiceRequest.prototype.getInvoiceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentApplyMetadataToInvoiceRequest} returns this\n */\nproto.PaymentApplyMetadataToInvoiceRequest.prototype.setInvoiceid = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional CustomPayement customPayement = 2;\n * @return {?proto.CustomPayement}\n */\nproto.PaymentApplyMetadataToInvoiceRequest.prototype.getCustompayement = function() {\n return /** @type{?proto.CustomPayement} */ (\n jspb.Message.getWrapperField(this, proto.CustomPayement, 2));\n};\n\n\n/**\n * @param {?proto.CustomPayement|undefined} value\n * @return {!proto.PaymentApplyMetadataToInvoiceRequest} returns this\n*/\nproto.PaymentApplyMetadataToInvoiceRequest.prototype.setCustompayement = function(value) {\n return jspb.Message.setWrapperField(this, 2, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentApplyMetadataToInvoiceRequest} returns this\n */\nproto.PaymentApplyMetadataToInvoiceRequest.prototype.clearCustompayement = function() {\n return this.setCustompayement(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentApplyMetadataToInvoiceRequest.prototype.hasCustompayement = function() {\n return jspb.Message.getField(this, 2) != null;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentApplyMetadataToInvoiceReply.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentApplyMetadataToInvoiceReply.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentApplyMetadataToInvoiceReply} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentApplyMetadataToInvoiceReply.toObject = function(includeInstance, msg) {\n var f, obj = {\n invoiceid: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n custompayement: (f = msg.getCustompayement()) && proto.CustomPayement.toObject(includeInstance, f)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentApplyMetadataToInvoiceReply}\n */\nproto.PaymentApplyMetadataToInvoiceReply.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentApplyMetadataToInvoiceReply;\n return proto.PaymentApplyMetadataToInvoiceReply.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentApplyMetadataToInvoiceReply} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentApplyMetadataToInvoiceReply}\n */\nproto.PaymentApplyMetadataToInvoiceReply.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setInvoiceid(value);\n break;\n case 2:\n var value = new proto.CustomPayement;\n reader.readMessage(value,proto.CustomPayement.deserializeBinaryFromReader);\n msg.setCustompayement(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentApplyMetadataToInvoiceReply.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentApplyMetadataToInvoiceReply.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentApplyMetadataToInvoiceReply} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentApplyMetadataToInvoiceReply.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getInvoiceid();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getCustompayement();\n if (f != null) {\n writer.writeMessage(\n 2,\n f,\n proto.CustomPayement.serializeBinaryToWriter\n );\n }\n};\n\n\n/**\n * optional string invoiceId = 1;\n * @return {string}\n */\nproto.PaymentApplyMetadataToInvoiceReply.prototype.getInvoiceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentApplyMetadataToInvoiceReply} returns this\n */\nproto.PaymentApplyMetadataToInvoiceReply.prototype.setInvoiceid = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional CustomPayement customPayement = 2;\n * @return {?proto.CustomPayement}\n */\nproto.PaymentApplyMetadataToInvoiceReply.prototype.getCustompayement = function() {\n return /** @type{?proto.CustomPayement} */ (\n jspb.Message.getWrapperField(this, proto.CustomPayement, 2));\n};\n\n\n/**\n * @param {?proto.CustomPayement|undefined} value\n * @return {!proto.PaymentApplyMetadataToInvoiceReply} returns this\n*/\nproto.PaymentApplyMetadataToInvoiceReply.prototype.setCustompayement = function(value) {\n return jspb.Message.setWrapperField(this, 2, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentApplyMetadataToInvoiceReply} returns this\n */\nproto.PaymentApplyMetadataToInvoiceReply.prototype.clearCustompayement = function() {\n return this.setCustompayement(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentApplyMetadataToInvoiceReply.prototype.hasCustompayement = function() {\n return jspb.Message.getField(this, 2) != null;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentApplyMetadataToSubscriptionRequest.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentApplyMetadataToSubscriptionRequest.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentApplyMetadataToSubscriptionRequest} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentApplyMetadataToSubscriptionRequest.toObject = function(includeInstance, msg) {\n var f, obj = {\n subscriptionid: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n custompayement: (f = msg.getCustompayement()) && proto.CustomPayement.toObject(includeInstance, f)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentApplyMetadataToSubscriptionRequest}\n */\nproto.PaymentApplyMetadataToSubscriptionRequest.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentApplyMetadataToSubscriptionRequest;\n return proto.PaymentApplyMetadataToSubscriptionRequest.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentApplyMetadataToSubscriptionRequest} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentApplyMetadataToSubscriptionRequest}\n */\nproto.PaymentApplyMetadataToSubscriptionRequest.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setSubscriptionid(value);\n break;\n case 2:\n var value = new proto.CustomPayement;\n reader.readMessage(value,proto.CustomPayement.deserializeBinaryFromReader);\n msg.setCustompayement(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentApplyMetadataToSubscriptionRequest.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentApplyMetadataToSubscriptionRequest.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentApplyMetadataToSubscriptionRequest} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentApplyMetadataToSubscriptionRequest.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getSubscriptionid();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getCustompayement();\n if (f != null) {\n writer.writeMessage(\n 2,\n f,\n proto.CustomPayement.serializeBinaryToWriter\n );\n }\n};\n\n\n/**\n * optional string subscriptionId = 1;\n * @return {string}\n */\nproto.PaymentApplyMetadataToSubscriptionRequest.prototype.getSubscriptionid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentApplyMetadataToSubscriptionRequest} returns this\n */\nproto.PaymentApplyMetadataToSubscriptionRequest.prototype.setSubscriptionid = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional CustomPayement customPayement = 2;\n * @return {?proto.CustomPayement}\n */\nproto.PaymentApplyMetadataToSubscriptionRequest.prototype.getCustompayement = function() {\n return /** @type{?proto.CustomPayement} */ (\n jspb.Message.getWrapperField(this, proto.CustomPayement, 2));\n};\n\n\n/**\n * @param {?proto.CustomPayement|undefined} value\n * @return {!proto.PaymentApplyMetadataToSubscriptionRequest} returns this\n*/\nproto.PaymentApplyMetadataToSubscriptionRequest.prototype.setCustompayement = function(value) {\n return jspb.Message.setWrapperField(this, 2, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentApplyMetadataToSubscriptionRequest} returns this\n */\nproto.PaymentApplyMetadataToSubscriptionRequest.prototype.clearCustompayement = function() {\n return this.setCustompayement(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentApplyMetadataToSubscriptionRequest.prototype.hasCustompayement = function() {\n return jspb.Message.getField(this, 2) != null;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentApplyMetadataToSubscriptionReply.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentApplyMetadataToSubscriptionReply.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentApplyMetadataToSubscriptionReply} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentApplyMetadataToSubscriptionReply.toObject = function(includeInstance, msg) {\n var f, obj = {\n subscriptionid: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n custompayement: (f = msg.getCustompayement()) && proto.CustomPayement.toObject(includeInstance, f)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentApplyMetadataToSubscriptionReply}\n */\nproto.PaymentApplyMetadataToSubscriptionReply.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentApplyMetadataToSubscriptionReply;\n return proto.PaymentApplyMetadataToSubscriptionReply.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentApplyMetadataToSubscriptionReply} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentApplyMetadataToSubscriptionReply}\n */\nproto.PaymentApplyMetadataToSubscriptionReply.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setSubscriptionid(value);\n break;\n case 2:\n var value = new proto.CustomPayement;\n reader.readMessage(value,proto.CustomPayement.deserializeBinaryFromReader);\n msg.setCustompayement(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentApplyMetadataToSubscriptionReply.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentApplyMetadataToSubscriptionReply.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentApplyMetadataToSubscriptionReply} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentApplyMetadataToSubscriptionReply.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getSubscriptionid();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getCustompayement();\n if (f != null) {\n writer.writeMessage(\n 2,\n f,\n proto.CustomPayement.serializeBinaryToWriter\n );\n }\n};\n\n\n/**\n * optional string subscriptionId = 1;\n * @return {string}\n */\nproto.PaymentApplyMetadataToSubscriptionReply.prototype.getSubscriptionid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentApplyMetadataToSubscriptionReply} returns this\n */\nproto.PaymentApplyMetadataToSubscriptionReply.prototype.setSubscriptionid = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional CustomPayement customPayement = 2;\n * @return {?proto.CustomPayement}\n */\nproto.PaymentApplyMetadataToSubscriptionReply.prototype.getCustompayement = function() {\n return /** @type{?proto.CustomPayement} */ (\n jspb.Message.getWrapperField(this, proto.CustomPayement, 2));\n};\n\n\n/**\n * @param {?proto.CustomPayement|undefined} value\n * @return {!proto.PaymentApplyMetadataToSubscriptionReply} returns this\n*/\nproto.PaymentApplyMetadataToSubscriptionReply.prototype.setCustompayement = function(value) {\n return jspb.Message.setWrapperField(this, 2, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentApplyMetadataToSubscriptionReply} returns this\n */\nproto.PaymentApplyMetadataToSubscriptionReply.prototype.clearCustompayement = function() {\n return this.setCustompayement(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentApplyMetadataToSubscriptionReply.prototype.hasCustompayement = function() {\n return jspb.Message.getField(this, 2) != null;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentUpdateLinkRequest.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentUpdateLinkRequest.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentUpdateLinkRequest} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentUpdateLinkRequest.toObject = function(includeInstance, msg) {\n var f, obj = {\n custompayement: (f = msg.getCustompayement()) && proto.CustomPayement.toObject(includeInstance, f)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentUpdateLinkRequest}\n */\nproto.PaymentUpdateLinkRequest.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentUpdateLinkRequest;\n return proto.PaymentUpdateLinkRequest.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentUpdateLinkRequest} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentUpdateLinkRequest}\n */\nproto.PaymentUpdateLinkRequest.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = new proto.CustomPayement;\n reader.readMessage(value,proto.CustomPayement.deserializeBinaryFromReader);\n msg.setCustompayement(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentUpdateLinkRequest.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentUpdateLinkRequest.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentUpdateLinkRequest} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentUpdateLinkRequest.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getCustompayement();\n if (f != null) {\n writer.writeMessage(\n 1,\n f,\n proto.CustomPayement.serializeBinaryToWriter\n );\n }\n};\n\n\n/**\n * optional CustomPayement customPayement = 1;\n * @return {?proto.CustomPayement}\n */\nproto.PaymentUpdateLinkRequest.prototype.getCustompayement = function() {\n return /** @type{?proto.CustomPayement} */ (\n jspb.Message.getWrapperField(this, proto.CustomPayement, 1));\n};\n\n\n/**\n * @param {?proto.CustomPayement|undefined} value\n * @return {!proto.PaymentUpdateLinkRequest} returns this\n*/\nproto.PaymentUpdateLinkRequest.prototype.setCustompayement = function(value) {\n return jspb.Message.setWrapperField(this, 1, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentUpdateLinkRequest} returns this\n */\nproto.PaymentUpdateLinkRequest.prototype.clearCustompayement = function() {\n return this.setCustompayement(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentUpdateLinkRequest.prototype.hasCustompayement = function() {\n return jspb.Message.getField(this, 1) != null;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentUpdateLinkReply.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentUpdateLinkReply.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentUpdateLinkReply} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentUpdateLinkReply.toObject = function(includeInstance, msg) {\n var f, obj = {\n url: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n custompayement: (f = msg.getCustompayement()) && proto.CustomPayement.toObject(includeInstance, f)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentUpdateLinkReply}\n */\nproto.PaymentUpdateLinkReply.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentUpdateLinkReply;\n return proto.PaymentUpdateLinkReply.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentUpdateLinkReply} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentUpdateLinkReply}\n */\nproto.PaymentUpdateLinkReply.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setUrl(value);\n break;\n case 2:\n var value = new proto.CustomPayement;\n reader.readMessage(value,proto.CustomPayement.deserializeBinaryFromReader);\n msg.setCustompayement(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentUpdateLinkReply.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentUpdateLinkReply.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentUpdateLinkReply} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentUpdateLinkReply.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getUrl();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getCustompayement();\n if (f != null) {\n writer.writeMessage(\n 2,\n f,\n proto.CustomPayement.serializeBinaryToWriter\n );\n }\n};\n\n\n/**\n * optional string url = 1;\n * @return {string}\n */\nproto.PaymentUpdateLinkReply.prototype.getUrl = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentUpdateLinkReply} returns this\n */\nproto.PaymentUpdateLinkReply.prototype.setUrl = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional CustomPayement customPayement = 2;\n * @return {?proto.CustomPayement}\n */\nproto.PaymentUpdateLinkReply.prototype.getCustompayement = function() {\n return /** @type{?proto.CustomPayement} */ (\n jspb.Message.getWrapperField(this, proto.CustomPayement, 2));\n};\n\n\n/**\n * @param {?proto.CustomPayement|undefined} value\n * @return {!proto.PaymentUpdateLinkReply} returns this\n*/\nproto.PaymentUpdateLinkReply.prototype.setCustompayement = function(value) {\n return jspb.Message.setWrapperField(this, 2, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentUpdateLinkReply} returns this\n */\nproto.PaymentUpdateLinkReply.prototype.clearCustompayement = function() {\n return this.setCustompayement(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentUpdateLinkReply.prototype.hasCustompayement = function() {\n return jspb.Message.getField(this, 2) != null;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentListCustomLinkRequest.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentListCustomLinkRequest.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentListCustomLinkRequest} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentListCustomLinkRequest.toObject = function(includeInstance, msg) {\n var f, obj = {\n workspaceid: jspb.Message.getFieldWithDefault(msg, 1, \"\")\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentListCustomLinkRequest}\n */\nproto.PaymentListCustomLinkRequest.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentListCustomLinkRequest;\n return proto.PaymentListCustomLinkRequest.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentListCustomLinkRequest} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentListCustomLinkRequest}\n */\nproto.PaymentListCustomLinkRequest.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setWorkspaceid(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentListCustomLinkRequest.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentListCustomLinkRequest.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentListCustomLinkRequest} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentListCustomLinkRequest.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getWorkspaceid();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n};\n\n\n/**\n * optional string workspaceId = 1;\n * @return {string}\n */\nproto.PaymentListCustomLinkRequest.prototype.getWorkspaceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentListCustomLinkRequest} returns this\n */\nproto.PaymentListCustomLinkRequest.prototype.setWorkspaceid = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentListCustomLinkReply.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentListCustomLinkReply.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentListCustomLinkReply} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentListCustomLinkReply.toObject = function(includeInstance, msg) {\n var f, obj = {\n custompayement: (f = msg.getCustompayement()) && proto.CustomPayement.toObject(includeInstance, f)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentListCustomLinkReply}\n */\nproto.PaymentListCustomLinkReply.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentListCustomLinkReply;\n return proto.PaymentListCustomLinkReply.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentListCustomLinkReply} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentListCustomLinkReply}\n */\nproto.PaymentListCustomLinkReply.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = new proto.CustomPayement;\n reader.readMessage(value,proto.CustomPayement.deserializeBinaryFromReader);\n msg.setCustompayement(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentListCustomLinkReply.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentListCustomLinkReply.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentListCustomLinkReply} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentListCustomLinkReply.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getCustompayement();\n if (f != null) {\n writer.writeMessage(\n 1,\n f,\n proto.CustomPayement.serializeBinaryToWriter\n );\n }\n};\n\n\n/**\n * optional CustomPayement customPayement = 1;\n * @return {?proto.CustomPayement}\n */\nproto.PaymentListCustomLinkReply.prototype.getCustompayement = function() {\n return /** @type{?proto.CustomPayement} */ (\n jspb.Message.getWrapperField(this, proto.CustomPayement, 1));\n};\n\n\n/**\n * @param {?proto.CustomPayement|undefined} value\n * @return {!proto.PaymentListCustomLinkReply} returns this\n*/\nproto.PaymentListCustomLinkReply.prototype.setCustompayement = function(value) {\n return jspb.Message.setWrapperField(this, 1, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentListCustomLinkReply} returns this\n */\nproto.PaymentListCustomLinkReply.prototype.clearCustompayement = function() {\n return this.setCustompayement(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentListCustomLinkReply.prototype.hasCustompayement = function() {\n return jspb.Message.getField(this, 1) != null;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentGetLinkRequest.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentGetLinkRequest.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentGetLinkRequest} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentGetLinkRequest.toObject = function(includeInstance, msg) {\n var f, obj = {\n workspaceid: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n id: jspb.Message.getFieldWithDefault(msg, 2, \"\")\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentGetLinkRequest}\n */\nproto.PaymentGetLinkRequest.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentGetLinkRequest;\n return proto.PaymentGetLinkRequest.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentGetLinkRequest} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentGetLinkRequest}\n */\nproto.PaymentGetLinkRequest.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setWorkspaceid(value);\n break;\n case 2:\n var value = /** @type {string} */ (reader.readString());\n msg.setId(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentGetLinkRequest.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentGetLinkRequest.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentGetLinkRequest} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentGetLinkRequest.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getWorkspaceid();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getId();\n if (f.length > 0) {\n writer.writeString(\n 2,\n f\n );\n }\n};\n\n\n/**\n * optional string workspaceId = 1;\n * @return {string}\n */\nproto.PaymentGetLinkRequest.prototype.getWorkspaceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentGetLinkRequest} returns this\n */\nproto.PaymentGetLinkRequest.prototype.setWorkspaceid = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional string id = 2;\n * @return {string}\n */\nproto.PaymentGetLinkRequest.prototype.getId = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentGetLinkRequest} returns this\n */\nproto.PaymentGetLinkRequest.prototype.setId = function(value) {\n return jspb.Message.setProto3StringField(this, 2, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentGetLinkReply.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentGetLinkReply.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentGetLinkReply} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentGetLinkReply.toObject = function(includeInstance, msg) {\n var f, obj = {\n url: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n custompayement: (f = msg.getCustompayement()) && proto.CustomPayement.toObject(includeInstance, f)\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentGetLinkReply}\n */\nproto.PaymentGetLinkReply.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentGetLinkReply;\n return proto.PaymentGetLinkReply.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentGetLinkReply} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentGetLinkReply}\n */\nproto.PaymentGetLinkReply.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setUrl(value);\n break;\n case 2:\n var value = new proto.CustomPayement;\n reader.readMessage(value,proto.CustomPayement.deserializeBinaryFromReader);\n msg.setCustompayement(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentGetLinkReply.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentGetLinkReply.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentGetLinkReply} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentGetLinkReply.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getUrl();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getCustompayement();\n if (f != null) {\n writer.writeMessage(\n 2,\n f,\n proto.CustomPayement.serializeBinaryToWriter\n );\n }\n};\n\n\n/**\n * optional string url = 1;\n * @return {string}\n */\nproto.PaymentGetLinkReply.prototype.getUrl = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentGetLinkReply} returns this\n */\nproto.PaymentGetLinkReply.prototype.setUrl = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional CustomPayement customPayement = 2;\n * @return {?proto.CustomPayement}\n */\nproto.PaymentGetLinkReply.prototype.getCustompayement = function() {\n return /** @type{?proto.CustomPayement} */ (\n jspb.Message.getWrapperField(this, proto.CustomPayement, 2));\n};\n\n\n/**\n * @param {?proto.CustomPayement|undefined} value\n * @return {!proto.PaymentGetLinkReply} returns this\n*/\nproto.PaymentGetLinkReply.prototype.setCustompayement = function(value) {\n return jspb.Message.setWrapperField(this, 2, value);\n};\n\n\n/**\n * Clears the message field making it undefined.\n * @return {!proto.PaymentGetLinkReply} returns this\n */\nproto.PaymentGetLinkReply.prototype.clearCustompayement = function() {\n return this.setCustompayement(undefined);\n};\n\n\n/**\n * Returns whether this field is set.\n * @return {boolean}\n */\nproto.PaymentGetLinkReply.prototype.hasCustompayement = function() {\n return jspb.Message.getField(this, 2) != null;\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentCancelSubscriptionRequest.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentCancelSubscriptionRequest.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentCancelSubscriptionRequest} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentCancelSubscriptionRequest.toObject = function(includeInstance, msg) {\n var f, obj = {\n subscriptionid: jspb.Message.getFieldWithDefault(msg, 1, \"\"),\n workspaceid: jspb.Message.getFieldWithDefault(msg, 2, \"\")\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentCancelSubscriptionRequest}\n */\nproto.PaymentCancelSubscriptionRequest.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentCancelSubscriptionRequest;\n return proto.PaymentCancelSubscriptionRequest.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentCancelSubscriptionRequest} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentCancelSubscriptionRequest}\n */\nproto.PaymentCancelSubscriptionRequest.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n case 1:\n var value = /** @type {string} */ (reader.readString());\n msg.setSubscriptionid(value);\n break;\n case 2:\n var value = /** @type {string} */ (reader.readString());\n msg.setWorkspaceid(value);\n break;\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentCancelSubscriptionRequest.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentCancelSubscriptionRequest.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentCancelSubscriptionRequest} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentCancelSubscriptionRequest.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n f = message.getSubscriptionid();\n if (f.length > 0) {\n writer.writeString(\n 1,\n f\n );\n }\n f = message.getWorkspaceid();\n if (f.length > 0) {\n writer.writeString(\n 2,\n f\n );\n }\n};\n\n\n/**\n * optional string subscriptionId = 1;\n * @return {string}\n */\nproto.PaymentCancelSubscriptionRequest.prototype.getSubscriptionid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentCancelSubscriptionRequest} returns this\n */\nproto.PaymentCancelSubscriptionRequest.prototype.setSubscriptionid = function(value) {\n return jspb.Message.setProto3StringField(this, 1, value);\n};\n\n\n/**\n * optional string workspaceId = 2;\n * @return {string}\n */\nproto.PaymentCancelSubscriptionRequest.prototype.getWorkspaceid = function() {\n return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, \"\"));\n};\n\n\n/**\n * @param {string} value\n * @return {!proto.PaymentCancelSubscriptionRequest} returns this\n */\nproto.PaymentCancelSubscriptionRequest.prototype.setWorkspaceid = function(value) {\n return jspb.Message.setProto3StringField(this, 2, value);\n};\n\n\n\n\n\nif (jspb.Message.GENERATE_TO_OBJECT) {\n/**\n * Creates an object representation of this proto.\n * Field names that are reserved in JavaScript and will be renamed to pb_name.\n * Optional fields that are not set will be set to undefined.\n * To access a reserved field use, foo.pb_, eg, foo.pb_default.\n * For the list of reserved names please see:\n * net/proto2/compiler/js/internal/generator.cc#kKeyword.\n * @param {boolean=} opt_includeInstance Deprecated. whether to include the\n * JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @return {!Object}\n */\nproto.PaymentCancelSubscriptionReply.prototype.toObject = function(opt_includeInstance) {\n return proto.PaymentCancelSubscriptionReply.toObject(opt_includeInstance, this);\n};\n\n\n/**\n * Static version of the {@see toObject} method.\n * @param {boolean|undefined} includeInstance Deprecated. Whether to include\n * the JSPB instance for transitional soy proto support:\n * http://goto/soy-param-migration\n * @param {!proto.PaymentCancelSubscriptionReply} msg The msg instance to transform.\n * @return {!Object}\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentCancelSubscriptionReply.toObject = function(includeInstance, msg) {\n var f, obj = {\n\n };\n\n if (includeInstance) {\n obj.$jspbMessageInstance = msg;\n }\n return obj;\n};\n}\n\n\n/**\n * Deserializes binary data (in protobuf wire format).\n * @param {jspb.ByteSource} bytes The bytes to deserialize.\n * @return {!proto.PaymentCancelSubscriptionReply}\n */\nproto.PaymentCancelSubscriptionReply.deserializeBinary = function(bytes) {\n var reader = new jspb.BinaryReader(bytes);\n var msg = new proto.PaymentCancelSubscriptionReply;\n return proto.PaymentCancelSubscriptionReply.deserializeBinaryFromReader(msg, reader);\n};\n\n\n/**\n * Deserializes binary data (in protobuf wire format) from the\n * given reader into the given message object.\n * @param {!proto.PaymentCancelSubscriptionReply} msg The message object to deserialize into.\n * @param {!jspb.BinaryReader} reader The BinaryReader to use.\n * @return {!proto.PaymentCancelSubscriptionReply}\n */\nproto.PaymentCancelSubscriptionReply.deserializeBinaryFromReader = function(msg, reader) {\n while (reader.nextField()) {\n if (reader.isEndGroup()) {\n break;\n }\n var field = reader.getFieldNumber();\n switch (field) {\n default:\n reader.skipField();\n break;\n }\n }\n return msg;\n};\n\n\n/**\n * Serializes the message to binary data (in protobuf wire format).\n * @return {!Uint8Array}\n */\nproto.PaymentCancelSubscriptionReply.prototype.serializeBinary = function() {\n var writer = new jspb.BinaryWriter();\n proto.PaymentCancelSubscriptionReply.serializeBinaryToWriter(this, writer);\n return writer.getResultBuffer();\n};\n\n\n/**\n * Serializes the given message to binary data (in protobuf wire\n * format), writing to the given BinaryWriter.\n * @param {!proto.PaymentCancelSubscriptionReply} message\n * @param {!jspb.BinaryWriter} writer\n * @suppress {unusedLocalVariables} f is only used for nested messages\n */\nproto.PaymentCancelSubscriptionReply.serializeBinaryToWriter = function(message, writer) {\n var f = undefined;\n};\n\n\n/**\n * @enum {number}\n */\nproto.Currency = {\n CURRENCYEURO: 0,\n CURRENCYUSD: 1\n};\n\n/**\n * @enum {number}\n */\nproto.PaymentFailedType = {\n UNKNOWN: 0,\n NEED_ACTION: 1,\n NEED_PAYMENT_METHOD: 2\n};\n\n/**\n * @enum {number}\n */\nproto.CustomPaymentType = {\n CUSTOM_PAYEMENT_TYPE_SUBSCRIPTION: 0,\n CUSTOM_PAYEMENT_TYPE_METERED: 1,\n CUSTOM_PAYEMENT_TYPE_ONE_TIME_PAYEMENT: 2\n};\n\n/**\n * @enum {number}\n */\nproto.PaymentConsumationType = {\n CONSUMATION_TYPE_CREDITS: 0,\n CONSUMATION_TYPE_DETAILED: 1\n};\n\ngoog.object.extend(exports, proto);\n","// package: \n// file: payment.proto\n\nvar payment_pb = require(\"./payment_pb\");\nvar grpc = require(\"@improbable-eng/grpc-web\").grpc;\n\nvar Payement = (function () {\n function Payement() {}\n Payement.serviceName = \"Payement\";\n return Payement;\n}());\n\nPayement.CreateCheckoutUrl = {\n methodName: \"CreateCheckoutUrl\",\n service: Payement,\n requestStream: false,\n responseStream: false,\n requestType: payment_pb.PaymentCreateCheckoutUrlRequest,\n responseType: payment_pb.PaymentCreateCheckoutUrlReply\n};\n\nPayement.OneTimePayement = {\n methodName: \"OneTimePayement\",\n service: Payement,\n requestStream: false,\n responseStream: false,\n requestType: payment_pb.PaymentOneTimePayementRequest,\n responseType: payment_pb.PaymentOneTimePayementReply\n};\n\nPayement.UpdateSubscription = {\n methodName: \"UpdateSubscription\",\n service: Payement,\n requestStream: false,\n responseStream: false,\n requestType: payment_pb.PaymentUpdateSubscriptionRequest,\n responseType: payment_pb.PaymentUpdateSubscriptionReply\n};\n\nPayement.GetSubscription = {\n methodName: \"GetSubscription\",\n service: Payement,\n requestStream: false,\n responseStream: false,\n requestType: payment_pb.PaymentGetSubscriptionRequest,\n responseType: payment_pb.PaymentGetSubscriptionReply\n};\n\nPayement.GetSubscriptionShort = {\n methodName: \"GetSubscriptionShort\",\n service: Payement,\n requestStream: false,\n responseStream: false,\n requestType: payment_pb.PaymentGetSubscriptionShortRequest,\n responseType: payment_pb.PaymentGetSubscriptionShortReply\n};\n\nPayement.RenewSubscription = {\n methodName: \"RenewSubscription\",\n service: Payement,\n requestStream: false,\n responseStream: false,\n requestType: payment_pb.PaymentUpdateSubscriptionRequest,\n responseType: payment_pb.PaymentUpdateSubscriptionReply\n};\n\nPayement.GetCustomerPortalUrl = {\n methodName: \"GetCustomerPortalUrl\",\n service: Payement,\n requestStream: false,\n responseStream: false,\n requestType: payment_pb.PaymentGetCustomerPortalUrlRequest,\n responseType: payment_pb.PaymentGetCustomerPortalUrlReply\n};\n\nPayement.GetCustomerOldPortalUrl = {\n methodName: \"GetCustomerOldPortalUrl\",\n service: Payement,\n requestStream: false,\n responseStream: false,\n requestType: payment_pb.PaymentGetCustomerPortalUrlRequest,\n responseType: payment_pb.PaymentGetCustomerPortalUrlReply\n};\n\nPayement.ListCustomLink = {\n methodName: \"ListCustomLink\",\n service: Payement,\n requestStream: false,\n responseStream: true,\n requestType: payment_pb.PaymentListCustomLinkRequest,\n responseType: payment_pb.PaymentListCustomLinkReply\n};\n\nPayement.CancelSubscription = {\n methodName: \"CancelSubscription\",\n service: Payement,\n requestStream: false,\n responseStream: false,\n requestType: payment_pb.PaymentCancelSubscriptionRequest,\n responseType: payment_pb.PaymentCancelSubscriptionReply\n};\n\nPayement.CreateLink = {\n methodName: \"CreateLink\",\n service: Payement,\n requestStream: false,\n responseStream: false,\n requestType: payment_pb.PaymentCreateLinkRequest,\n responseType: payment_pb.PaymentCreateLinkReply\n};\n\nPayement.ApplyMetadataToInvoice = {\n methodName: \"ApplyMetadataToInvoice\",\n service: Payement,\n requestStream: false,\n responseStream: false,\n requestType: payment_pb.PaymentApplyMetadataToInvoiceRequest,\n responseType: payment_pb.PaymentApplyMetadataToInvoiceReply\n};\n\nPayement.ApplyMetadataToSubscription = {\n methodName: \"ApplyMetadataToSubscription\",\n service: Payement,\n requestStream: false,\n responseStream: false,\n requestType: payment_pb.PaymentApplyMetadataToSubscriptionRequest,\n responseType: payment_pb.PaymentApplyMetadataToSubscriptionReply\n};\n\nPayement.UpdateLink = {\n methodName: \"UpdateLink\",\n service: Payement,\n requestStream: false,\n responseStream: false,\n requestType: payment_pb.PaymentUpdateLinkRequest,\n responseType: payment_pb.PaymentUpdateLinkReply\n};\n\nPayement.GetLink = {\n methodName: \"GetLink\",\n service: Payement,\n requestStream: false,\n responseStream: false,\n requestType: payment_pb.PaymentGetLinkRequest,\n responseType: payment_pb.PaymentGetLinkReply\n};\n\nPayement.CreateProduct = {\n methodName: \"CreateProduct\",\n service: Payement,\n requestStream: false,\n responseStream: false,\n requestType: payment_pb.PaymentCreateProductRequest,\n responseType: payment_pb.PaymentCreateProductReply\n};\n\nPayement.ListProduct = {\n methodName: \"ListProduct\",\n service: Payement,\n requestStream: false,\n responseStream: true,\n requestType: payment_pb.PaymentListProductRequest,\n responseType: payment_pb.PaymentListProductReply\n};\n\nPayement.ListProductFromPlatform = {\n methodName: \"ListProductFromPlatform\",\n service: Payement,\n requestStream: false,\n responseStream: true,\n requestType: payment_pb.PaymentListProductFromPlatformRequest,\n responseType: payment_pb.PaymentListProductFromPlatformReply\n};\n\nPayement.ListPricesFromPlatform = {\n methodName: \"ListPricesFromPlatform\",\n service: Payement,\n requestStream: false,\n responseStream: true,\n requestType: payment_pb.PaymentListPricesFromPlatformRequest,\n responseType: payment_pb.PaymentListPricesFromPlatformReply\n};\n\nPayement.AdminGetSubscription = {\n methodName: \"AdminGetSubscription\",\n service: Payement,\n requestStream: false,\n responseStream: false,\n requestType: payment_pb.PaymentGetSubscriptionRequest,\n responseType: payment_pb.PaymentGetSubscriptionReply\n};\n\nPayement.AdminGetCustomer = {\n methodName: \"AdminGetCustomer\",\n service: Payement,\n requestStream: false,\n responseStream: false,\n requestType: payment_pb.PaymentAdminGetCustomerRequest,\n responseType: payment_pb.PaymentAdminGetCustomerReply\n};\n\nPayement.AdminLinkCustomer = {\n methodName: \"AdminLinkCustomer\",\n service: Payement,\n requestStream: false,\n responseStream: false,\n requestType: payment_pb.PaymentAdminLinkCustomerRequest,\n responseType: payment_pb.PaymentAdminLinkCustomerReply\n};\n\nPayement.AdminCreateCustomerByOwnerWorkspace = {\n methodName: \"AdminCreateCustomerByOwnerWorkspace\",\n service: Payement,\n requestStream: false,\n responseStream: false,\n requestType: payment_pb.PaymentCreateCustomerByOwnerWorkspaceRequest,\n responseType: payment_pb.PaymentCreateCustomerByOwnerWorkspaceReply\n};\n\nexports.Payement = Payement;\n\nfunction PayementClient(serviceHost, options) {\n this.serviceHost = serviceHost;\n this.options = options || {};\n}\n\nPayementClient.prototype.createCheckoutUrl = function createCheckoutUrl(requestMessage, metadata, callback) {\n if (arguments.length === 2) {\n callback = arguments[1];\n }\n var client = grpc.unary(Payement.CreateCheckoutUrl, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onEnd: function (response) {\n if (callback) {\n if (response.status !== grpc.Code.OK) {\n var err = new Error(response.statusMessage);\n err.code = response.status;\n err.metadata = response.trailers;\n callback(err, null);\n } else {\n callback(null, response.message);\n }\n }\n }\n });\n return {\n cancel: function () {\n callback = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.oneTimePayement = function oneTimePayement(requestMessage, metadata, callback) {\n if (arguments.length === 2) {\n callback = arguments[1];\n }\n var client = grpc.unary(Payement.OneTimePayement, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onEnd: function (response) {\n if (callback) {\n if (response.status !== grpc.Code.OK) {\n var err = new Error(response.statusMessage);\n err.code = response.status;\n err.metadata = response.trailers;\n callback(err, null);\n } else {\n callback(null, response.message);\n }\n }\n }\n });\n return {\n cancel: function () {\n callback = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.updateSubscription = function updateSubscription(requestMessage, metadata, callback) {\n if (arguments.length === 2) {\n callback = arguments[1];\n }\n var client = grpc.unary(Payement.UpdateSubscription, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onEnd: function (response) {\n if (callback) {\n if (response.status !== grpc.Code.OK) {\n var err = new Error(response.statusMessage);\n err.code = response.status;\n err.metadata = response.trailers;\n callback(err, null);\n } else {\n callback(null, response.message);\n }\n }\n }\n });\n return {\n cancel: function () {\n callback = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.getSubscription = function getSubscription(requestMessage, metadata, callback) {\n if (arguments.length === 2) {\n callback = arguments[1];\n }\n var client = grpc.unary(Payement.GetSubscription, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onEnd: function (response) {\n if (callback) {\n if (response.status !== grpc.Code.OK) {\n var err = new Error(response.statusMessage);\n err.code = response.status;\n err.metadata = response.trailers;\n callback(err, null);\n } else {\n callback(null, response.message);\n }\n }\n }\n });\n return {\n cancel: function () {\n callback = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.getSubscriptionShort = function getSubscriptionShort(requestMessage, metadata, callback) {\n if (arguments.length === 2) {\n callback = arguments[1];\n }\n var client = grpc.unary(Payement.GetSubscriptionShort, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onEnd: function (response) {\n if (callback) {\n if (response.status !== grpc.Code.OK) {\n var err = new Error(response.statusMessage);\n err.code = response.status;\n err.metadata = response.trailers;\n callback(err, null);\n } else {\n callback(null, response.message);\n }\n }\n }\n });\n return {\n cancel: function () {\n callback = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.renewSubscription = function renewSubscription(requestMessage, metadata, callback) {\n if (arguments.length === 2) {\n callback = arguments[1];\n }\n var client = grpc.unary(Payement.RenewSubscription, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onEnd: function (response) {\n if (callback) {\n if (response.status !== grpc.Code.OK) {\n var err = new Error(response.statusMessage);\n err.code = response.status;\n err.metadata = response.trailers;\n callback(err, null);\n } else {\n callback(null, response.message);\n }\n }\n }\n });\n return {\n cancel: function () {\n callback = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.getCustomerPortalUrl = function getCustomerPortalUrl(requestMessage, metadata, callback) {\n if (arguments.length === 2) {\n callback = arguments[1];\n }\n var client = grpc.unary(Payement.GetCustomerPortalUrl, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onEnd: function (response) {\n if (callback) {\n if (response.status !== grpc.Code.OK) {\n var err = new Error(response.statusMessage);\n err.code = response.status;\n err.metadata = response.trailers;\n callback(err, null);\n } else {\n callback(null, response.message);\n }\n }\n }\n });\n return {\n cancel: function () {\n callback = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.getCustomerOldPortalUrl = function getCustomerOldPortalUrl(requestMessage, metadata, callback) {\n if (arguments.length === 2) {\n callback = arguments[1];\n }\n var client = grpc.unary(Payement.GetCustomerOldPortalUrl, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onEnd: function (response) {\n if (callback) {\n if (response.status !== grpc.Code.OK) {\n var err = new Error(response.statusMessage);\n err.code = response.status;\n err.metadata = response.trailers;\n callback(err, null);\n } else {\n callback(null, response.message);\n }\n }\n }\n });\n return {\n cancel: function () {\n callback = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.listCustomLink = function listCustomLink(requestMessage, metadata) {\n var listeners = {\n data: [],\n end: [],\n status: []\n };\n var client = grpc.invoke(Payement.ListCustomLink, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onMessage: function (responseMessage) {\n listeners.data.forEach(function (handler) {\n handler(responseMessage);\n });\n },\n onEnd: function (status, statusMessage, trailers) {\n listeners.status.forEach(function (handler) {\n handler({ code: status, details: statusMessage, metadata: trailers });\n });\n listeners.end.forEach(function (handler) {\n handler({ code: status, details: statusMessage, metadata: trailers });\n });\n listeners = null;\n }\n });\n return {\n on: function (type, handler) {\n listeners[type].push(handler);\n return this;\n },\n cancel: function () {\n listeners = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.cancelSubscription = function cancelSubscription(requestMessage, metadata, callback) {\n if (arguments.length === 2) {\n callback = arguments[1];\n }\n var client = grpc.unary(Payement.CancelSubscription, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onEnd: function (response) {\n if (callback) {\n if (response.status !== grpc.Code.OK) {\n var err = new Error(response.statusMessage);\n err.code = response.status;\n err.metadata = response.trailers;\n callback(err, null);\n } else {\n callback(null, response.message);\n }\n }\n }\n });\n return {\n cancel: function () {\n callback = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.createLink = function createLink(requestMessage, metadata, callback) {\n if (arguments.length === 2) {\n callback = arguments[1];\n }\n var client = grpc.unary(Payement.CreateLink, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onEnd: function (response) {\n if (callback) {\n if (response.status !== grpc.Code.OK) {\n var err = new Error(response.statusMessage);\n err.code = response.status;\n err.metadata = response.trailers;\n callback(err, null);\n } else {\n callback(null, response.message);\n }\n }\n }\n });\n return {\n cancel: function () {\n callback = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.applyMetadataToInvoice = function applyMetadataToInvoice(requestMessage, metadata, callback) {\n if (arguments.length === 2) {\n callback = arguments[1];\n }\n var client = grpc.unary(Payement.ApplyMetadataToInvoice, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onEnd: function (response) {\n if (callback) {\n if (response.status !== grpc.Code.OK) {\n var err = new Error(response.statusMessage);\n err.code = response.status;\n err.metadata = response.trailers;\n callback(err, null);\n } else {\n callback(null, response.message);\n }\n }\n }\n });\n return {\n cancel: function () {\n callback = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.applyMetadataToSubscription = function applyMetadataToSubscription(requestMessage, metadata, callback) {\n if (arguments.length === 2) {\n callback = arguments[1];\n }\n var client = grpc.unary(Payement.ApplyMetadataToSubscription, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onEnd: function (response) {\n if (callback) {\n if (response.status !== grpc.Code.OK) {\n var err = new Error(response.statusMessage);\n err.code = response.status;\n err.metadata = response.trailers;\n callback(err, null);\n } else {\n callback(null, response.message);\n }\n }\n }\n });\n return {\n cancel: function () {\n callback = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.updateLink = function updateLink(requestMessage, metadata, callback) {\n if (arguments.length === 2) {\n callback = arguments[1];\n }\n var client = grpc.unary(Payement.UpdateLink, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onEnd: function (response) {\n if (callback) {\n if (response.status !== grpc.Code.OK) {\n var err = new Error(response.statusMessage);\n err.code = response.status;\n err.metadata = response.trailers;\n callback(err, null);\n } else {\n callback(null, response.message);\n }\n }\n }\n });\n return {\n cancel: function () {\n callback = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.getLink = function getLink(requestMessage, metadata, callback) {\n if (arguments.length === 2) {\n callback = arguments[1];\n }\n var client = grpc.unary(Payement.GetLink, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onEnd: function (response) {\n if (callback) {\n if (response.status !== grpc.Code.OK) {\n var err = new Error(response.statusMessage);\n err.code = response.status;\n err.metadata = response.trailers;\n callback(err, null);\n } else {\n callback(null, response.message);\n }\n }\n }\n });\n return {\n cancel: function () {\n callback = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.createProduct = function createProduct(requestMessage, metadata, callback) {\n if (arguments.length === 2) {\n callback = arguments[1];\n }\n var client = grpc.unary(Payement.CreateProduct, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onEnd: function (response) {\n if (callback) {\n if (response.status !== grpc.Code.OK) {\n var err = new Error(response.statusMessage);\n err.code = response.status;\n err.metadata = response.trailers;\n callback(err, null);\n } else {\n callback(null, response.message);\n }\n }\n }\n });\n return {\n cancel: function () {\n callback = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.listProduct = function listProduct(requestMessage, metadata) {\n var listeners = {\n data: [],\n end: [],\n status: []\n };\n var client = grpc.invoke(Payement.ListProduct, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onMessage: function (responseMessage) {\n listeners.data.forEach(function (handler) {\n handler(responseMessage);\n });\n },\n onEnd: function (status, statusMessage, trailers) {\n listeners.status.forEach(function (handler) {\n handler({ code: status, details: statusMessage, metadata: trailers });\n });\n listeners.end.forEach(function (handler) {\n handler({ code: status, details: statusMessage, metadata: trailers });\n });\n listeners = null;\n }\n });\n return {\n on: function (type, handler) {\n listeners[type].push(handler);\n return this;\n },\n cancel: function () {\n listeners = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.listProductFromPlatform = function listProductFromPlatform(requestMessage, metadata) {\n var listeners = {\n data: [],\n end: [],\n status: []\n };\n var client = grpc.invoke(Payement.ListProductFromPlatform, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onMessage: function (responseMessage) {\n listeners.data.forEach(function (handler) {\n handler(responseMessage);\n });\n },\n onEnd: function (status, statusMessage, trailers) {\n listeners.status.forEach(function (handler) {\n handler({ code: status, details: statusMessage, metadata: trailers });\n });\n listeners.end.forEach(function (handler) {\n handler({ code: status, details: statusMessage, metadata: trailers });\n });\n listeners = null;\n }\n });\n return {\n on: function (type, handler) {\n listeners[type].push(handler);\n return this;\n },\n cancel: function () {\n listeners = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.listPricesFromPlatform = function listPricesFromPlatform(requestMessage, metadata) {\n var listeners = {\n data: [],\n end: [],\n status: []\n };\n var client = grpc.invoke(Payement.ListPricesFromPlatform, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onMessage: function (responseMessage) {\n listeners.data.forEach(function (handler) {\n handler(responseMessage);\n });\n },\n onEnd: function (status, statusMessage, trailers) {\n listeners.status.forEach(function (handler) {\n handler({ code: status, details: statusMessage, metadata: trailers });\n });\n listeners.end.forEach(function (handler) {\n handler({ code: status, details: statusMessage, metadata: trailers });\n });\n listeners = null;\n }\n });\n return {\n on: function (type, handler) {\n listeners[type].push(handler);\n return this;\n },\n cancel: function () {\n listeners = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.adminGetSubscription = function adminGetSubscription(requestMessage, metadata, callback) {\n if (arguments.length === 2) {\n callback = arguments[1];\n }\n var client = grpc.unary(Payement.AdminGetSubscription, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onEnd: function (response) {\n if (callback) {\n if (response.status !== grpc.Code.OK) {\n var err = new Error(response.statusMessage);\n err.code = response.status;\n err.metadata = response.trailers;\n callback(err, null);\n } else {\n callback(null, response.message);\n }\n }\n }\n });\n return {\n cancel: function () {\n callback = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.adminGetCustomer = function adminGetCustomer(requestMessage, metadata, callback) {\n if (arguments.length === 2) {\n callback = arguments[1];\n }\n var client = grpc.unary(Payement.AdminGetCustomer, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onEnd: function (response) {\n if (callback) {\n if (response.status !== grpc.Code.OK) {\n var err = new Error(response.statusMessage);\n err.code = response.status;\n err.metadata = response.trailers;\n callback(err, null);\n } else {\n callback(null, response.message);\n }\n }\n }\n });\n return {\n cancel: function () {\n callback = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.adminLinkCustomer = function adminLinkCustomer(requestMessage, metadata, callback) {\n if (arguments.length === 2) {\n callback = arguments[1];\n }\n var client = grpc.unary(Payement.AdminLinkCustomer, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onEnd: function (response) {\n if (callback) {\n if (response.status !== grpc.Code.OK) {\n var err = new Error(response.statusMessage);\n err.code = response.status;\n err.metadata = response.trailers;\n callback(err, null);\n } else {\n callback(null, response.message);\n }\n }\n }\n });\n return {\n cancel: function () {\n callback = null;\n client.close();\n }\n };\n};\n\nPayementClient.prototype.adminCreateCustomerByOwnerWorkspace = function adminCreateCustomerByOwnerWorkspace(requestMessage, metadata, callback) {\n if (arguments.length === 2) {\n callback = arguments[1];\n }\n var client = grpc.unary(Payement.AdminCreateCustomerByOwnerWorkspace, {\n request: requestMessage,\n host: this.serviceHost,\n metadata: metadata,\n transport: this.options.transport,\n debug: this.options.debug,\n onEnd: function (response) {\n if (callback) {\n if (response.status !== grpc.Code.OK) {\n var err = new Error(response.statusMessage);\n err.code = response.status;\n err.metadata = response.trailers;\n callback(err, null);\n } else {\n callback(null, response.message);\n }\n }\n }\n });\n return {\n cancel: function () {\n callback = null;\n client.close();\n }\n };\n};\n\nexports.PayementClient = PayementClient;\n\n","\n\n\n\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\t\n\t\t\n\t\n\n"],"names":["jspb","require$$0","goog","global","google_protobuf_timestamp_pb","require$$1","credits_pb","require$$2","opt_data","opt_includeInstance","includeInstance","msg","f","obj","bytes","reader","field","value","writer","message","exports","payment_pb","grpc","Payement","Payement_1","PayementClient","serviceHost","options","requestMessage","metadata","callback","client","response","err","listeners","responseMessage","handler","status","statusMessage","trailers","type","insert_hydration","target","svg","anchor","append_hydration","g","path0","path1","path2","path3","path4","path5","path6","path7","path8","path9","path10","path11","defs","clipPath","rect","width","$$props","height"],"mappings":"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","x_google_ignoreList":[0,1]}