oci-onesubscription 2.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (209) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +28 -0
  6. package/index.js +51 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +808 -0
  9. package/lib/client.js +2027 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/model/aggregated-computed-usage-summary.d.ts +82 -0
  12. package/lib/model/aggregated-computed-usage-summary.js +81 -0
  13. package/lib/model/aggregated-computed-usage-summary.js.map +1 -0
  14. package/lib/model/billing-schedule-product.d.ts +32 -0
  15. package/lib/model/billing-schedule-product.js +30 -0
  16. package/lib/model/billing-schedule-product.js.map +1 -0
  17. package/lib/model/billing-schedule-summary.d.ts +94 -0
  18. package/lib/model/billing-schedule-summary.js +66 -0
  19. package/lib/model/billing-schedule-summary.js.map +1 -0
  20. package/lib/model/commitment-service.d.ts +53 -0
  21. package/lib/model/commitment-service.js +30 -0
  22. package/lib/model/commitment-service.js.map +1 -0
  23. package/lib/model/commitment-summary.d.ts +64 -0
  24. package/lib/model/commitment-summary.js +30 -0
  25. package/lib/model/commitment-summary.js.map +1 -0
  26. package/lib/model/commitment.d.ts +64 -0
  27. package/lib/model/commitment.js +30 -0
  28. package/lib/model/commitment.js.map +1 -0
  29. package/lib/model/computed-usage-aggregation.d.ts +82 -0
  30. package/lib/model/computed-usage-aggregation.js +79 -0
  31. package/lib/model/computed-usage-aggregation.js.map +1 -0
  32. package/lib/model/computed-usage-product.d.ts +58 -0
  33. package/lib/model/computed-usage-product.js +30 -0
  34. package/lib/model/computed-usage-product.js.map +1 -0
  35. package/lib/model/computed-usage-summary.d.ts +163 -0
  36. package/lib/model/computed-usage-summary.js +85 -0
  37. package/lib/model/computed-usage-summary.js.map +1 -0
  38. package/lib/model/computed-usage.d.ts +163 -0
  39. package/lib/model/computed-usage.js +85 -0
  40. package/lib/model/computed-usage.js.map +1 -0
  41. package/lib/model/index.d.ts +87 -0
  42. package/lib/model/index.js +110 -0
  43. package/lib/model/index.js.map +1 -0
  44. package/lib/model/invoice-line-summary.d.ts +50 -0
  45. package/lib/model/invoice-line-summary.js +56 -0
  46. package/lib/model/invoice-line-summary.js.map +1 -0
  47. package/lib/model/invoice-summary.d.ts +95 -0
  48. package/lib/model/invoice-summary.js +96 -0
  49. package/lib/model/invoice-summary.js.map +1 -0
  50. package/lib/model/invoiceline-computed-usage-summary.d.ts +74 -0
  51. package/lib/model/invoiceline-computed-usage-summary.js +81 -0
  52. package/lib/model/invoiceline-computed-usage-summary.js.map +1 -0
  53. package/lib/model/invoicing-address.d.ts +65 -0
  54. package/lib/model/invoicing-address.js +56 -0
  55. package/lib/model/invoicing-address.js.map +1 -0
  56. package/lib/model/invoicing-business-partner.d.ts +68 -0
  57. package/lib/model/invoicing-business-partner.js +30 -0
  58. package/lib/model/invoicing-business-partner.js.map +1 -0
  59. package/lib/model/invoicing-currency.d.ts +38 -0
  60. package/lib/model/invoicing-currency.js +30 -0
  61. package/lib/model/invoicing-currency.js.map +1 -0
  62. package/lib/model/invoicing-location.d.ts +58 -0
  63. package/lib/model/invoicing-location.js +30 -0
  64. package/lib/model/invoicing-location.js.map +1 -0
  65. package/lib/model/invoicing-organization.d.ts +33 -0
  66. package/lib/model/invoicing-organization.js +30 -0
  67. package/lib/model/invoicing-organization.js.map +1 -0
  68. package/lib/model/invoicing-payment-term.d.ts +63 -0
  69. package/lib/model/invoicing-payment-term.js +30 -0
  70. package/lib/model/invoicing-payment-term.js.map +1 -0
  71. package/lib/model/invoicing-product.d.ts +53 -0
  72. package/lib/model/invoicing-product.js +30 -0
  73. package/lib/model/invoicing-product.js.map +1 -0
  74. package/lib/model/invoicing-user.d.ts +63 -0
  75. package/lib/model/invoicing-user.js +30 -0
  76. package/lib/model/invoicing-user.js.map +1 -0
  77. package/lib/model/organization-subscription-summary.d.ts +60 -0
  78. package/lib/model/organization-subscription-summary.js +58 -0
  79. package/lib/model/organization-subscription-summary.js.map +1 -0
  80. package/lib/model/orgnization-subs-currency.d.ts +38 -0
  81. package/lib/model/orgnization-subs-currency.js +30 -0
  82. package/lib/model/orgnization-subs-currency.js.map +1 -0
  83. package/lib/model/rate-card-product.d.ts +53 -0
  84. package/lib/model/rate-card-product.js +30 -0
  85. package/lib/model/rate-card-product.js.map +1 -0
  86. package/lib/model/rate-card-summary.d.ts +66 -0
  87. package/lib/model/rate-card-summary.js +70 -0
  88. package/lib/model/rate-card-summary.js.map +1 -0
  89. package/lib/model/rate-card-tier.d.ts +38 -0
  90. package/lib/model/rate-card-tier.js +30 -0
  91. package/lib/model/rate-card-tier.js.map +1 -0
  92. package/lib/model/subscribed-service-address.d.ts +65 -0
  93. package/lib/model/subscribed-service-address.js +58 -0
  94. package/lib/model/subscribed-service-address.js.map +1 -0
  95. package/lib/model/subscribed-service-business-partner.d.ts +68 -0
  96. package/lib/model/subscribed-service-business-partner.js +30 -0
  97. package/lib/model/subscribed-service-business-partner.js.map +1 -0
  98. package/lib/model/subscribed-service-location.d.ts +58 -0
  99. package/lib/model/subscribed-service-location.js +30 -0
  100. package/lib/model/subscribed-service-location.js.map +1 -0
  101. package/lib/model/subscribed-service-payment-term.d.ts +63 -0
  102. package/lib/model/subscribed-service-payment-term.js +30 -0
  103. package/lib/model/subscribed-service-payment-term.js.map +1 -0
  104. package/lib/model/subscribed-service-summary.d.ts +507 -0
  105. package/lib/model/subscribed-service-summary.js +146 -0
  106. package/lib/model/subscribed-service-summary.js.map +1 -0
  107. package/lib/model/subscribed-service-user.d.ts +63 -0
  108. package/lib/model/subscribed-service-user.js +30 -0
  109. package/lib/model/subscribed-service-user.js.map +1 -0
  110. package/lib/model/subscribed-service.d.ts +517 -0
  111. package/lib/model/subscribed-service.js +166 -0
  112. package/lib/model/subscribed-service.js.map +1 -0
  113. package/lib/model/subscription-currency.d.ts +38 -0
  114. package/lib/model/subscription-currency.js +30 -0
  115. package/lib/model/subscription-currency.js.map +1 -0
  116. package/lib/model/subscription-product.d.ts +43 -0
  117. package/lib/model/subscription-product.js +30 -0
  118. package/lib/model/subscription-product.js.map +1 -0
  119. package/lib/model/subscription-subscribed-service.d.ts +146 -0
  120. package/lib/model/subscription-subscribed-service.js +66 -0
  121. package/lib/model/subscription-subscribed-service.js.map +1 -0
  122. package/lib/model/subscription-summary.d.ts +60 -0
  123. package/lib/model/subscription-summary.js +66 -0
  124. package/lib/model/subscription-summary.js.map +1 -0
  125. package/lib/request/get-commitment-request.d.ts +27 -0
  126. package/lib/request/get-commitment-request.js +15 -0
  127. package/lib/request/get-commitment-request.js.map +1 -0
  128. package/lib/request/get-computed-usage-request.d.ts +39 -0
  129. package/lib/request/get-computed-usage-request.js +15 -0
  130. package/lib/request/get-computed-usage-request.js.map +1 -0
  131. package/lib/request/get-subscribed-service-request.d.ts +40 -0
  132. package/lib/request/get-subscribed-service-request.js +15 -0
  133. package/lib/request/get-subscribed-service-request.js.map +1 -0
  134. package/lib/request/index.d.ts +39 -0
  135. package/lib/request/index.js +56 -0
  136. package/lib/request/index.js.map +1 -0
  137. package/lib/request/list-aggregated-computed-usages-request.d.ts +72 -0
  138. package/lib/request/list-aggregated-computed-usages-request.js +26 -0
  139. package/lib/request/list-aggregated-computed-usages-request.js.map +1 -0
  140. package/lib/request/list-billing-schedules-request.d.ts +69 -0
  141. package/lib/request/list-billing-schedules-request.js +29 -0
  142. package/lib/request/list-billing-schedules-request.js.map +1 -0
  143. package/lib/request/list-commitments-request.d.ts +64 -0
  144. package/lib/request/list-commitments-request.js +29 -0
  145. package/lib/request/list-commitments-request.js.map +1 -0
  146. package/lib/request/list-computed-usages-request.d.ts +85 -0
  147. package/lib/request/list-computed-usages-request.js +30 -0
  148. package/lib/request/list-computed-usages-request.js.map +1 -0
  149. package/lib/request/list-invoiceline-computed-usages-request.d.ts +72 -0
  150. package/lib/request/list-invoiceline-computed-usages-request.js +29 -0
  151. package/lib/request/list-invoiceline-computed-usages-request.js.map +1 -0
  152. package/lib/request/list-invoices-request.d.ts +81 -0
  153. package/lib/request/list-invoices-request.js +29 -0
  154. package/lib/request/list-invoices-request.js.map +1 -0
  155. package/lib/request/list-organization-subscriptions-request.d.ts +59 -0
  156. package/lib/request/list-organization-subscriptions-request.js +29 -0
  157. package/lib/request/list-organization-subscriptions-request.js.map +1 -0
  158. package/lib/request/list-rate-cards-request.d.ts +75 -0
  159. package/lib/request/list-rate-cards-request.js +29 -0
  160. package/lib/request/list-rate-cards-request.js.map +1 -0
  161. package/lib/request/list-subscribed-services-request.d.ts +73 -0
  162. package/lib/request/list-subscribed-services-request.js +29 -0
  163. package/lib/request/list-subscribed-services-request.js.map +1 -0
  164. package/lib/request/list-subscriptions-request.d.ts +75 -0
  165. package/lib/request/list-subscriptions-request.js +29 -0
  166. package/lib/request/list-subscriptions-request.js.map +1 -0
  167. package/lib/response/get-commitment-response.d.ts +25 -0
  168. package/lib/response/get-commitment-response.js +15 -0
  169. package/lib/response/get-commitment-response.js.map +1 -0
  170. package/lib/response/get-computed-usage-response.d.ts +25 -0
  171. package/lib/response/get-computed-usage-response.js +15 -0
  172. package/lib/response/get-computed-usage-response.js.map +1 -0
  173. package/lib/response/get-subscribed-service-response.d.ts +25 -0
  174. package/lib/response/get-subscribed-service-response.js +15 -0
  175. package/lib/response/get-subscribed-service-response.js.map +1 -0
  176. package/lib/response/index.d.ts +39 -0
  177. package/lib/response/index.js +16 -0
  178. package/lib/response/index.js.map +1 -0
  179. package/lib/response/list-aggregated-computed-usages-response.d.ts +32 -0
  180. package/lib/response/list-aggregated-computed-usages-response.js +15 -0
  181. package/lib/response/list-aggregated-computed-usages-response.js.map +1 -0
  182. package/lib/response/list-billing-schedules-response.d.ts +32 -0
  183. package/lib/response/list-billing-schedules-response.js +15 -0
  184. package/lib/response/list-billing-schedules-response.js.map +1 -0
  185. package/lib/response/list-commitments-response.d.ts +32 -0
  186. package/lib/response/list-commitments-response.js +15 -0
  187. package/lib/response/list-commitments-response.js.map +1 -0
  188. package/lib/response/list-computed-usages-response.d.ts +32 -0
  189. package/lib/response/list-computed-usages-response.js +15 -0
  190. package/lib/response/list-computed-usages-response.js.map +1 -0
  191. package/lib/response/list-invoiceline-computed-usages-response.d.ts +32 -0
  192. package/lib/response/list-invoiceline-computed-usages-response.js +15 -0
  193. package/lib/response/list-invoiceline-computed-usages-response.js.map +1 -0
  194. package/lib/response/list-invoices-response.d.ts +32 -0
  195. package/lib/response/list-invoices-response.js +15 -0
  196. package/lib/response/list-invoices-response.js.map +1 -0
  197. package/lib/response/list-organization-subscriptions-response.d.ts +32 -0
  198. package/lib/response/list-organization-subscriptions-response.js +15 -0
  199. package/lib/response/list-organization-subscriptions-response.js.map +1 -0
  200. package/lib/response/list-rate-cards-response.d.ts +27 -0
  201. package/lib/response/list-rate-cards-response.js +15 -0
  202. package/lib/response/list-rate-cards-response.js.map +1 -0
  203. package/lib/response/list-subscribed-services-response.d.ts +32 -0
  204. package/lib/response/list-subscribed-services-response.js +15 -0
  205. package/lib/response/list-subscribed-services-response.js.map +1 -0
  206. package/lib/response/list-subscriptions-response.d.ts +32 -0
  207. package/lib/response/list-subscriptions-response.js +15 -0
  208. package/lib/response/list-subscriptions-response.js.map +1 -0
  209. package/package.json +29 -0
@@ -0,0 +1,96 @@
1
+ "use strict";
2
+ /**
3
+ * OneSubscription APIs
4
+ * OneSubscription APIs
5
+
6
+ * OpenAPI spec version: 20190111
7
+ * Contact: kuaskum_org_ww@oracle.com
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.InvoiceSummary = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var InvoiceSummary;
38
+ (function (InvoiceSummary) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "billToCustomer": obj.billToCustomer
42
+ ? model.InvoicingBusinessPartner.getJsonObj(obj.billToCustomer)
43
+ : undefined,
44
+ "billToContact": obj.billToContact
45
+ ? model.InvoicingUser.getJsonObj(obj.billToContact)
46
+ : undefined,
47
+ "billToAddress": obj.billToAddress
48
+ ? model.InvoicingAddress.getJsonObj(obj.billToAddress)
49
+ : undefined,
50
+ "paymentTerm": obj.paymentTerm
51
+ ? model.InvoicingPaymentTerm.getJsonObj(obj.paymentTerm)
52
+ : undefined,
53
+ "currency": obj.currency ? model.InvoicingCurrency.getJsonObj(obj.currency) : undefined,
54
+ "organization": obj.organization
55
+ ? model.InvoicingOrganization.getJsonObj(obj.organization)
56
+ : undefined,
57
+ "invoiceLines": obj.invoiceLines
58
+ ? obj.invoiceLines.map(item => {
59
+ return model.InvoiceLineSummary.getJsonObj(item);
60
+ })
61
+ : undefined
62
+ });
63
+ return jsonObj;
64
+ }
65
+ InvoiceSummary.getJsonObj = getJsonObj;
66
+ function getDeserializedJsonObj(obj) {
67
+ const jsonObj = Object.assign(Object.assign({}, obj), {
68
+ "billToCustomer": obj.billToCustomer
69
+ ? model.InvoicingBusinessPartner.getDeserializedJsonObj(obj.billToCustomer)
70
+ : undefined,
71
+ "billToContact": obj.billToContact
72
+ ? model.InvoicingUser.getDeserializedJsonObj(obj.billToContact)
73
+ : undefined,
74
+ "billToAddress": obj.billToAddress
75
+ ? model.InvoicingAddress.getDeserializedJsonObj(obj.billToAddress)
76
+ : undefined,
77
+ "paymentTerm": obj.paymentTerm
78
+ ? model.InvoicingPaymentTerm.getDeserializedJsonObj(obj.paymentTerm)
79
+ : undefined,
80
+ "currency": obj.currency
81
+ ? model.InvoicingCurrency.getDeserializedJsonObj(obj.currency)
82
+ : undefined,
83
+ "organization": obj.organization
84
+ ? model.InvoicingOrganization.getDeserializedJsonObj(obj.organization)
85
+ : undefined,
86
+ "invoiceLines": obj.invoiceLines
87
+ ? obj.invoiceLines.map(item => {
88
+ return model.InvoiceLineSummary.getDeserializedJsonObj(item);
89
+ })
90
+ : undefined
91
+ });
92
+ return jsonObj;
93
+ }
94
+ InvoiceSummary.getDeserializedJsonObj = getDeserializedJsonObj;
95
+ })(InvoiceSummary = exports.InvoiceSummary || (exports.InvoiceSummary = {}));
96
+ //# sourceMappingURL=invoice-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invoice-summary.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/model/invoice-summary.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,74 @@
1
+ /**
2
+ * OneSubscription APIs
3
+ * OneSubscription APIs
4
+
5
+ * OpenAPI spec version: 20190111
6
+ * Contact: kuaskum_org_ww@oracle.com
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ import * as model from "../model";
15
+ /**
16
+ * Computed Usage Summary object
17
+ *
18
+ */
19
+ export interface InvoicelineComputedUsageSummary {
20
+ "parentProduct": model.InvoicingProduct;
21
+ "product"?: model.InvoicingProduct;
22
+ /**
23
+ * Total Quantity that was used for computation
24
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
25
+ */
26
+ "quantity": number;
27
+ /**
28
+ * Net Unit Price for the product in consideration, price actual.
29
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
30
+ */
31
+ "netUnitPrice": number;
32
+ /**
33
+ * Metered Service date.
34
+ *
35
+ */
36
+ "timeMeteredOn": Date;
37
+ /**
38
+ * Usage compute type in SPM.
39
+ *
40
+ */
41
+ "type": InvoicelineComputedUsageSummary.Type;
42
+ /**
43
+ * Sum of Usage/Service Billing Line net Amount
44
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
45
+ */
46
+ "cost"?: number;
47
+ /**
48
+ * Computed Line Amount rounded.
49
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
50
+ */
51
+ "costRounded": number;
52
+ }
53
+ export declare namespace InvoicelineComputedUsageSummary {
54
+ enum Type {
55
+ Promotion = "PROMOTION",
56
+ DoNotBill = "DO_NOT_BILL",
57
+ Usage = "USAGE",
58
+ Commit = "COMMIT",
59
+ Overage = "OVERAGE",
60
+ PayAsYouGo = "PAY_AS_YOU_GO",
61
+ MonthlyMinimum = "MONTHLY_MINIMUM",
62
+ DelayedUsageInvoiceTiming = "DELAYED_USAGE_INVOICE_TIMING",
63
+ DelayedUsageCommitmentExp = "DELAYED_USAGE_COMMITMENT_EXP",
64
+ OnAccountCredit = "ON_ACCOUNT_CREDIT",
65
+ ServiceCredit = "SERVICE_CREDIT",
66
+ /**
67
+ * This value is used if a service returns a value for this enum that is not recognized by this
68
+ * version of the SDK.
69
+ */
70
+ UnknownValue = "UNKNOWN_VALUE"
71
+ }
72
+ function getJsonObj(obj: InvoicelineComputedUsageSummary): object;
73
+ function getDeserializedJsonObj(obj: InvoicelineComputedUsageSummary): object;
74
+ }
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+ /**
3
+ * OneSubscription APIs
4
+ * OneSubscription APIs
5
+
6
+ * OpenAPI spec version: 20190111
7
+ * Contact: kuaskum_org_ww@oracle.com
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.InvoicelineComputedUsageSummary = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var InvoicelineComputedUsageSummary;
38
+ (function (InvoicelineComputedUsageSummary) {
39
+ let Type;
40
+ (function (Type) {
41
+ Type["Promotion"] = "PROMOTION";
42
+ Type["DoNotBill"] = "DO_NOT_BILL";
43
+ Type["Usage"] = "USAGE";
44
+ Type["Commit"] = "COMMIT";
45
+ Type["Overage"] = "OVERAGE";
46
+ Type["PayAsYouGo"] = "PAY_AS_YOU_GO";
47
+ Type["MonthlyMinimum"] = "MONTHLY_MINIMUM";
48
+ Type["DelayedUsageInvoiceTiming"] = "DELAYED_USAGE_INVOICE_TIMING";
49
+ Type["DelayedUsageCommitmentExp"] = "DELAYED_USAGE_COMMITMENT_EXP";
50
+ Type["OnAccountCredit"] = "ON_ACCOUNT_CREDIT";
51
+ Type["ServiceCredit"] = "SERVICE_CREDIT";
52
+ /**
53
+ * This value is used if a service returns a value for this enum that is not recognized by this
54
+ * version of the SDK.
55
+ */
56
+ Type["UnknownValue"] = "UNKNOWN_VALUE";
57
+ })(Type = InvoicelineComputedUsageSummary.Type || (InvoicelineComputedUsageSummary.Type = {}));
58
+ function getJsonObj(obj) {
59
+ const jsonObj = Object.assign(Object.assign({}, obj), {
60
+ "parentProduct": obj.parentProduct
61
+ ? model.InvoicingProduct.getJsonObj(obj.parentProduct)
62
+ : undefined,
63
+ "product": obj.product ? model.InvoicingProduct.getJsonObj(obj.product) : undefined
64
+ });
65
+ return jsonObj;
66
+ }
67
+ InvoicelineComputedUsageSummary.getJsonObj = getJsonObj;
68
+ function getDeserializedJsonObj(obj) {
69
+ const jsonObj = Object.assign(Object.assign({}, obj), {
70
+ "parentProduct": obj.parentProduct
71
+ ? model.InvoicingProduct.getDeserializedJsonObj(obj.parentProduct)
72
+ : undefined,
73
+ "product": obj.product
74
+ ? model.InvoicingProduct.getDeserializedJsonObj(obj.product)
75
+ : undefined
76
+ });
77
+ return jsonObj;
78
+ }
79
+ InvoicelineComputedUsageSummary.getDeserializedJsonObj = getDeserializedJsonObj;
80
+ })(InvoicelineComputedUsageSummary = exports.InvoicelineComputedUsageSummary || (exports.InvoicelineComputedUsageSummary = {}));
81
+ //# sourceMappingURL=invoiceline-computed-usage-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invoiceline-computed-usage-summary.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/model/invoiceline-computed-usage-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0ClC,IAAiB,+BAA+B,CAgD/C;AAhDD,WAAiB,+BAA+B;IAC9C,IAAY,IAiBX;IAjBD,WAAY,IAAI;QACd,+BAAuB,CAAA;QACvB,iCAAyB,CAAA;QACzB,uBAAe,CAAA;QACf,yBAAiB,CAAA;QACjB,2BAAmB,CAAA;QACnB,oCAA4B,CAAA;QAC5B,0CAAkC,CAAA;QAClC,kEAA0D,CAAA;QAC1D,kEAA0D,CAAA;QAC1D,6CAAqC,CAAA;QACrC,wCAAgC,CAAA;QAChC;;;WAGG;QACH,sCAA8B,CAAA;IAChC,CAAC,EAjBW,IAAI,GAAJ,oCAAI,KAAJ,oCAAI,QAiBf;IAED,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBACtD,CAAC,CAAC,SAAS;YACb,SAAS,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;SACpF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,0CAAU,aAYzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBAClE,CAAC,CAAC,SAAS;YACb,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC;gBAC5D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,sDAAsB,yBAcrC,CAAA;AACH,CAAC,EAhDgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAgD/C"}
@@ -0,0 +1,65 @@
1
+ /**
2
+ * OneSubscription APIs
3
+ * OneSubscription APIs
4
+
5
+ * OpenAPI spec version: 20190111
6
+ * Contact: kuaskum_org_ww@oracle.com
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ import * as model from "../model";
15
+ /**
16
+ * Address.
17
+ *
18
+ */
19
+ export interface InvoicingAddress {
20
+ "location"?: model.InvoicingLocation;
21
+ /**
22
+ * Address name identifier.
23
+ *
24
+ */
25
+ "name"?: string;
26
+ /**
27
+ * Phone.
28
+ *
29
+ */
30
+ "phone"?: string;
31
+ /**
32
+ * Identify as the customer's billing address.
33
+ *
34
+ */
35
+ "isBillTo"?: boolean;
36
+ /**
37
+ * Identify as the customer's shipping address.
38
+ *
39
+ */
40
+ "isShipTo"?: boolean;
41
+ /**
42
+ * Bill to site use Id.
43
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
44
+ */
45
+ "billSiteUseId"?: number;
46
+ /**
47
+ * Service to site use Id.
48
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
49
+ */
50
+ "service2SiteUseId"?: number;
51
+ /**
52
+ * TCA customer account site Id.
53
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
54
+ */
55
+ "tcaCustAcctSiteId"?: number;
56
+ /**
57
+ * Party site number.
58
+ *
59
+ */
60
+ "tcaPartySiteNumber"?: string;
61
+ }
62
+ export declare namespace InvoicingAddress {
63
+ function getJsonObj(obj: InvoicingAddress): object;
64
+ function getDeserializedJsonObj(obj: InvoicingAddress): object;
65
+ }
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ /**
3
+ * OneSubscription APIs
4
+ * OneSubscription APIs
5
+
6
+ * OpenAPI spec version: 20190111
7
+ * Contact: kuaskum_org_ww@oracle.com
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.InvoicingAddress = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var InvoicingAddress;
38
+ (function (InvoicingAddress) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "location": obj.location ? model.InvoicingLocation.getJsonObj(obj.location) : undefined
42
+ });
43
+ return jsonObj;
44
+ }
45
+ InvoicingAddress.getJsonObj = getJsonObj;
46
+ function getDeserializedJsonObj(obj) {
47
+ const jsonObj = Object.assign(Object.assign({}, obj), {
48
+ "location": obj.location
49
+ ? model.InvoicingLocation.getDeserializedJsonObj(obj.location)
50
+ : undefined
51
+ });
52
+ return jsonObj;
53
+ }
54
+ InvoicingAddress.getDeserializedJsonObj = getDeserializedJsonObj;
55
+ })(InvoicingAddress = exports.InvoicingAddress || (exports.InvoicingAddress = {}));
56
+ //# sourceMappingURL=invoicing-address.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invoicing-address.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/model/invoicing-address.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmDlC,IAAiB,gBAAgB,CAuBhC;AAvBD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;SACxF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,2BAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC;gBAC9D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,uCAAsB,yBAWrC,CAAA;AACH,CAAC,EAvBgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAuBhC"}
@@ -0,0 +1,68 @@
1
+ /**
2
+ * OneSubscription APIs
3
+ * OneSubscription APIs
4
+
5
+ * OpenAPI spec version: 20190111
6
+ * Contact: kuaskum_org_ww@oracle.com
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ /**
15
+ * Business partner.
16
+ *
17
+ */
18
+ export interface InvoicingBusinessPartner {
19
+ /**
20
+ * Commercial name also called customer name.
21
+ *
22
+ */
23
+ "name"?: string;
24
+ /**
25
+ * Phonetic name.
26
+ *
27
+ */
28
+ "namePhonetic"?: string;
29
+ /**
30
+ * TCA customer account number.
31
+ *
32
+ */
33
+ "tcaCustomerAccountNumber"?: string;
34
+ /**
35
+ * The business partner is part of the public sector or not.
36
+ *
37
+ */
38
+ "isPublicSector"?: boolean;
39
+ /**
40
+ * The business partner is chain customer or not.
41
+ *
42
+ */
43
+ "isChainCustomer"?: boolean;
44
+ /**
45
+ * Customer chain type.
46
+ *
47
+ */
48
+ "customerChainType"?: string;
49
+ /**
50
+ * TCA party number.
51
+ *
52
+ */
53
+ "tcaPartyNumber"?: string;
54
+ /**
55
+ * TCA party ID.
56
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
57
+ */
58
+ "tcaPartyId"?: number;
59
+ /**
60
+ * TCA customer account ID.
61
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
62
+ */
63
+ "tcaCustomerAccountId"?: number;
64
+ }
65
+ export declare namespace InvoicingBusinessPartner {
66
+ function getJsonObj(obj: InvoicingBusinessPartner): object;
67
+ function getDeserializedJsonObj(obj: InvoicingBusinessPartner): object;
68
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /**
3
+ * OneSubscription APIs
4
+ * OneSubscription APIs
5
+
6
+ * OpenAPI spec version: 20190111
7
+ * Contact: kuaskum_org_ww@oracle.com
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.InvoicingBusinessPartner = void 0;
17
+ var InvoicingBusinessPartner;
18
+ (function (InvoicingBusinessPartner) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ InvoicingBusinessPartner.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ InvoicingBusinessPartner.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(InvoicingBusinessPartner = exports.InvoicingBusinessPartner || (exports.InvoicingBusinessPartner = {}));
30
+ //# sourceMappingURL=invoicing-business-partner.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invoicing-business-partner.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/model/invoicing-business-partner.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAyDH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ * OneSubscription APIs
3
+ * OneSubscription APIs
4
+
5
+ * OpenAPI spec version: 20190111
6
+ * Contact: kuaskum_org_ww@oracle.com
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ /**
15
+ * Currency details
16
+ *
17
+ */
18
+ export interface InvoicingCurrency {
19
+ /**
20
+ * Currency name
21
+ *
22
+ */
23
+ "name"?: string;
24
+ /**
25
+ * Currency Code
26
+ *
27
+ */
28
+ "isoCode": string;
29
+ /**
30
+ * Standard Precision of the Currency
31
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
32
+ */
33
+ "stdPrecision"?: number;
34
+ }
35
+ export declare namespace InvoicingCurrency {
36
+ function getJsonObj(obj: InvoicingCurrency): object;
37
+ function getDeserializedJsonObj(obj: InvoicingCurrency): object;
38
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /**
3
+ * OneSubscription APIs
4
+ * OneSubscription APIs
5
+
6
+ * OpenAPI spec version: 20190111
7
+ * Contact: kuaskum_org_ww@oracle.com
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.InvoicingCurrency = void 0;
17
+ var InvoicingCurrency;
18
+ (function (InvoicingCurrency) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ InvoicingCurrency.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ InvoicingCurrency.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(InvoicingCurrency = exports.InvoicingCurrency || (exports.InvoicingCurrency = {}));
30
+ //# sourceMappingURL=invoicing-currency.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invoicing-currency.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/model/invoicing-currency.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA2BH,IAAiB,iBAAiB,CAWjC;AAXD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAWjC"}
@@ -0,0 +1,58 @@
1
+ /**
2
+ * OneSubscription APIs
3
+ * OneSubscription APIs
4
+
5
+ * OpenAPI spec version: 20190111
6
+ * Contact: kuaskum_org_ww@oracle.com
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ /**
15
+ * Address location.
16
+ *
17
+ */
18
+ export interface InvoicingLocation {
19
+ /**
20
+ * Address first line.
21
+ *
22
+ */
23
+ "address1"?: string;
24
+ /**
25
+ * Address second line.
26
+ *
27
+ */
28
+ "address2"?: string;
29
+ /**
30
+ * Postal code.
31
+ *
32
+ */
33
+ "postalCode"?: string;
34
+ /**
35
+ * City.
36
+ *
37
+ */
38
+ "city"?: string;
39
+ /**
40
+ * Country.
41
+ *
42
+ */
43
+ "country"?: string;
44
+ /**
45
+ * Region.
46
+ *
47
+ */
48
+ "region"?: string;
49
+ /**
50
+ * TCA Location identifier.
51
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
52
+ */
53
+ "tcaLocationId"?: number;
54
+ }
55
+ export declare namespace InvoicingLocation {
56
+ function getJsonObj(obj: InvoicingLocation): object;
57
+ function getDeserializedJsonObj(obj: InvoicingLocation): object;
58
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /**
3
+ * OneSubscription APIs
4
+ * OneSubscription APIs
5
+
6
+ * OpenAPI spec version: 20190111
7
+ * Contact: kuaskum_org_ww@oracle.com
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.InvoicingLocation = void 0;
17
+ var InvoicingLocation;
18
+ (function (InvoicingLocation) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ InvoicingLocation.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ InvoicingLocation.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(InvoicingLocation = exports.InvoicingLocation || (exports.InvoicingLocation = {}));
30
+ //# sourceMappingURL=invoicing-location.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invoicing-location.js","sourceRoot":"","sources":["../../../../../lib/onesubscription/lib/model/invoicing-location.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA+CH,IAAiB,iBAAiB,CAWjC;AAXD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAWjC"}