yellowgrid-api-ts 3.2.211-dev.0 → 3.2.213-dev.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 (47) hide show
  1. package/.openapi-generator/FILES +40 -1
  2. package/README.md +99 -2
  3. package/api.ts +15628 -9074
  4. package/dist/api.d.ts +12504 -8223
  5. package/dist/api.js +4831 -126
  6. package/docs/BaseService.md +36 -0
  7. package/docs/BillingApi.md +3242 -25
  8. package/docs/Bundle.md +34 -0
  9. package/docs/BundleCustomer.md +34 -0
  10. package/docs/CallTariff.md +34 -0
  11. package/docs/CallTariffPlan.md +36 -0
  12. package/docs/Cdr.md +112 -0
  13. package/docs/ConnectionType.md +28 -0
  14. package/docs/ContactDetail.md +58 -0
  15. package/docs/Customer.md +98 -0
  16. package/docs/CustomerRate.md +22 -0
  17. package/docs/CustomerRateType.md +12 -0
  18. package/docs/GetDisconnectDDIRequest.md +20 -0
  19. package/docs/InboundCli.md +50 -0
  20. package/docs/InboundTariffPlan.md +32 -0
  21. package/docs/OutboundCli.md +70 -0
  22. package/docs/PostAddBroadbandRequest.md +28 -0
  23. package/docs/PostAddCallTariffToCallTariffPlanRequest.md +34 -0
  24. package/docs/PostAddEthernetRequest.md +28 -0
  25. package/docs/PostAddRecurringChargeRequest.md +30 -0
  26. package/docs/PostAddServiceToServicePlanRequest.md +30 -0
  27. package/docs/PostAddSipTrunkDDIsRequest.md +30 -0
  28. package/docs/PostGetBaseServicesRequest.md +22 -0
  29. package/docs/PostGetPriceGroupsRequest.md +22 -0
  30. package/docs/PostGetServicePlansRequest.md +22 -0
  31. package/docs/PostGetSipTrunksBillingRequest.md +34 -0
  32. package/docs/PostUpdateConnectionRequest.md +22 -0
  33. package/docs/PostUpdateRecurringChargeRequest.md +30 -0
  34. package/docs/PriceGroup.md +30 -0
  35. package/docs/ProcessedCdr.md +96 -0
  36. package/docs/PutAddCallTariffToCallTariffPlanRequest.md +30 -0
  37. package/docs/PutAddServiceToServicePlanRequest.md +26 -0
  38. package/docs/PutConnectionSearchRequest.md +20 -0
  39. package/docs/PutGetBaseServicesRequest.md +28 -0
  40. package/docs/PutGetCallTariffPlanRequest.md +28 -0
  41. package/docs/PutGetPriceGroupsRequest.md +28 -0
  42. package/docs/RecurringCharge.md +48 -0
  43. package/docs/SdrReferenceType.md +24 -0
  44. package/docs/Service.md +42 -0
  45. package/docs/ServicePlan.md +36 -0
  46. package/docs/TariffRate.md +30 -0
  47. package/package.json +2 -2
@@ -0,0 +1,34 @@
1
+ # PostAddCallTariffToCallTariffPlanRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **planName** | **string** | | [optional] [default to undefined]
9
+ **priceGroupName** | **string** | | [optional] [default to undefined]
10
+ **tariffRateMarkup** | **string** | | [optional] [default to undefined]
11
+ **tariffRateDay** | **number** | | [optional] [default to undefined]
12
+ **tariffRateEvening** | **number** | | [optional] [default to undefined]
13
+ **tariffRateWeekend** | **number** | | [optional] [default to undefined]
14
+ **tariffRateMinimum** | **number** | | [optional] [default to undefined]
15
+ **tariffRateSetup** | **number** | | [optional] [default to undefined]
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import { PostAddCallTariffToCallTariffPlanRequest } from 'yellowgrid-api-ts';
21
+
22
+ const instance: PostAddCallTariffToCallTariffPlanRequest = {
23
+ planName,
24
+ priceGroupName,
25
+ tariffRateMarkup,
26
+ tariffRateDay,
27
+ tariffRateEvening,
28
+ tariffRateWeekend,
29
+ tariffRateMinimum,
30
+ tariffRateSetup,
31
+ };
32
+ ```
33
+
34
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,28 @@
1
+ # PostAddEthernetRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **customerId** | **number** | | [optional] [default to undefined]
9
+ **cesRef** | **string** | | [optional] [default to undefined]
10
+ **connectionDate** | **string** | Date Time | [optional] [default to undefined]
11
+ **servicePlanName** | **string** | | [optional] [default to undefined]
12
+ **invoiceDescription** | **string** | | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { PostAddEthernetRequest } from 'yellowgrid-api-ts';
18
+
19
+ const instance: PostAddEthernetRequest = {
20
+ customerId,
21
+ cesRef,
22
+ connectionDate,
23
+ servicePlanName,
24
+ invoiceDescription,
25
+ };
26
+ ```
27
+
28
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,30 @@
1
+ # PostAddRecurringChargeRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **reference** | **string** | | [optional] [default to undefined]
9
+ **description** | **string** | | [optional] [default to undefined]
10
+ **customerCharge** | **number** | | [optional] [default to undefined]
11
+ **quantity** | **number** | | [optional] [default to undefined]
12
+ **endPeriod** | **string** | Date Time | [optional] [default to undefined]
13
+ **accountCode** | **string** | | [optional] [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { PostAddRecurringChargeRequest } from 'yellowgrid-api-ts';
19
+
20
+ const instance: PostAddRecurringChargeRequest = {
21
+ reference,
22
+ description,
23
+ customerCharge,
24
+ quantity,
25
+ endPeriod,
26
+ accountCode,
27
+ };
28
+ ```
29
+
30
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,30 @@
1
+ # PostAddServiceToServicePlanRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **serviceCode** | **string** | | [optional] [default to undefined]
9
+ **planGroup** | **string** | | [optional] [default to undefined]
10
+ **customerRate_Markup** | **string** | | [optional] [default to undefined]
11
+ **customerRate_Amount** | **number** | | [optional] [default to undefined]
12
+ **description** | **string** | | [optional] [default to undefined]
13
+ **hideOnInvoice** | **boolean** | | [optional] [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { PostAddServiceToServicePlanRequest } from 'yellowgrid-api-ts';
19
+
20
+ const instance: PostAddServiceToServicePlanRequest = {
21
+ serviceCode,
22
+ planGroup,
23
+ customerRate_Markup,
24
+ customerRate_Amount,
25
+ description,
26
+ hideOnInvoice,
27
+ };
28
+ ```
29
+
30
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,30 @@
1
+ # PostAddSipTrunkDDIsRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **startDDI** | **Array<string>** | | [optional] [default to undefined]
9
+ **sipTrunkSdrRefId** | **string** | | [optional] [default to undefined]
10
+ **connectionDate** | **string** | Date Time | [optional] [default to undefined]
11
+ **endDDI** | **Array<string>** | | [optional] [default to undefined]
12
+ **inboundTariffPlanName** | **Array<string>** | | [optional] [default to undefined]
13
+ **invoiceDescription** | **Array<string>** | | [optional] [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { PostAddSipTrunkDDIsRequest } from 'yellowgrid-api-ts';
19
+
20
+ const instance: PostAddSipTrunkDDIsRequest = {
21
+ startDDI,
22
+ sipTrunkSdrRefId,
23
+ connectionDate,
24
+ endDDI,
25
+ inboundTariffPlanName,
26
+ invoiceDescription,
27
+ };
28
+ ```
29
+
30
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # PostGetBaseServicesRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **serviceCode** | **string** | | [optional] [default to undefined]
9
+ **originalDescription** | **string** | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { PostGetBaseServicesRequest } from 'yellowgrid-api-ts';
15
+
16
+ const instance: PostGetBaseServicesRequest = {
17
+ serviceCode,
18
+ originalDescription,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # PostGetPriceGroupsRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | | [optional] [default to undefined]
9
+ **description** | **string** | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { PostGetPriceGroupsRequest } from 'yellowgrid-api-ts';
15
+
16
+ const instance: PostGetPriceGroupsRequest = {
17
+ name,
18
+ description,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # PostGetServicePlansRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | | [optional] [default to undefined]
9
+ **planGroup** | **string** | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { PostGetServicePlansRequest } from 'yellowgrid-api-ts';
15
+
16
+ const instance: PostGetServicePlansRequest = {
17
+ name,
18
+ planGroup,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,34 @@
1
+ # PostGetSipTrunksBillingRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **parentEndpointId** | **string** | | [optional] [default to undefined]
9
+ **endpointId** | **string** | | [optional] [default to undefined]
10
+ **connectionDate** | **string** | Date Time | [optional] [default to undefined]
11
+ **servicePlanName** | **string** | | [optional] [default to undefined]
12
+ **callTariffPlanName** | **string** | | [optional] [default to undefined]
13
+ **invoiceDescription** | **string** | | [optional] [default to undefined]
14
+ **isMtPrimarySipTrunk** | **boolean** | | [optional] [default to undefined]
15
+ **mtPrimarySipTrunkId** | **number** | | [optional] [default to undefined]
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import { PostGetSipTrunksBillingRequest } from 'yellowgrid-api-ts';
21
+
22
+ const instance: PostGetSipTrunksBillingRequest = {
23
+ parentEndpointId,
24
+ endpointId,
25
+ connectionDate,
26
+ servicePlanName,
27
+ callTariffPlanName,
28
+ invoiceDescription,
29
+ isMtPrimarySipTrunk,
30
+ mtPrimarySipTrunkId,
31
+ };
32
+ ```
33
+
34
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # PostUpdateConnectionRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **property** | **string** | | [optional] [default to undefined]
9
+ **value** | **string** | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { PostUpdateConnectionRequest } from 'yellowgrid-api-ts';
15
+
16
+ const instance: PostUpdateConnectionRequest = {
17
+ property,
18
+ value,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,30 @@
1
+ # PostUpdateRecurringChargeRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **reference** | **string** | | [optional] [default to undefined]
9
+ **description** | **string** | | [optional] [default to undefined]
10
+ **customerCharge** | **number** | | [optional] [default to undefined]
11
+ **quantity** | **number** | | [optional] [default to undefined]
12
+ **endPeriod** | **string** | Date Time | [optional] [default to undefined]
13
+ **accountCode** | **string** | | [optional] [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { PostUpdateRecurringChargeRequest } from 'yellowgrid-api-ts';
19
+
20
+ const instance: PostUpdateRecurringChargeRequest = {
21
+ reference,
22
+ description,
23
+ customerCharge,
24
+ quantity,
25
+ endPeriod,
26
+ accountCode,
27
+ };
28
+ ```
29
+
30
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,30 @@
1
+ # PriceGroup
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **createdDate** | **string** | | [optional] [default to undefined]
9
+ **id** | **number** | | [optional] [default to undefined]
10
+ **name** | **string** | | [default to undefined]
11
+ **category** | **string** | | [default to undefined]
12
+ **description** | **string** | | [default to undefined]
13
+ **filePeriod** | **string** | | [optional] [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { PriceGroup } from 'yellowgrid-api-ts';
19
+
20
+ const instance: PriceGroup = {
21
+ createdDate,
22
+ id,
23
+ name,
24
+ category,
25
+ description,
26
+ filePeriod,
27
+ };
28
+ ```
29
+
30
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,96 @@
1
+ # ProcessedCdr
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **number** | | [optional] [default to undefined]
9
+ **cdrId** | **number** | | [optional] [default to undefined]
10
+ **cdr** | [**Cdr**](Cdr.md) | | [optional] [default to undefined]
11
+ **contentReference** | **string** | | [optional] [default to undefined]
12
+ **callClass** | **string** | | [optional] [default to undefined]
13
+ **inbound** | **boolean** | | [optional] [default to undefined]
14
+ **cli** | **string** | | [optional] [default to undefined]
15
+ **presentationNumber** | **string** | | [optional] [default to undefined]
16
+ **outboundCliId** | **number** | | [optional] [default to undefined]
17
+ **outboundCli** | [**OutboundCli**](OutboundCli.md) | | [optional] [default to undefined]
18
+ **mtPrimaryOutboundCliId** | **number** | | [optional] [default to undefined]
19
+ **mtPrimaryOutboundCli** | [**OutboundCli**](OutboundCli.md) | | [optional] [default to undefined]
20
+ **callTariffPlanId** | **number** | | [optional] [default to undefined]
21
+ **callTariffPlan** | [**CallTariffPlan**](CallTariffPlan.md) | | [optional] [default to undefined]
22
+ **inboundTariffPlanId** | **number** | | [optional] [default to undefined]
23
+ **inboundTariffPlan** | [**InboundTariffPlan**](InboundTariffPlan.md) | | [optional] [default to undefined]
24
+ **callTariffId** | **number** | | [optional] [default to undefined]
25
+ **callTariff** | [**CallTariff**](CallTariff.md) | | [optional] [default to undefined]
26
+ **customerChargePreRounded** | **number** | | [optional] [default to undefined]
27
+ **customerCharge** | **number** | | [optional] [default to undefined]
28
+ **customerChargePostBundle** | **number** | | [optional] [default to undefined]
29
+ **bundleName** | **string** | | [optional] [default to undefined]
30
+ **customerId** | **number** | | [optional] [default to undefined]
31
+ **tariffPlanName** | **string** | | [optional] [default to undefined]
32
+ **chargecode** | **string** | | [optional] [default to undefined]
33
+ **priceGroupName** | **string** | | [optional] [default to undefined]
34
+ **unknownDestRate** | [**CustomerRate**](CustomerRate.md) | | [optional] [default to undefined]
35
+ **ngcsAcsChgPerMin** | **number** | | [optional] [default to undefined]
36
+ **ngcsAcsChgPerCall** | **number** | | [optional] [default to undefined]
37
+ **customerNGCSAcssChg** | **number** | | [optional] [default to undefined]
38
+ **customerRate** | [**CustomerRate**](CustomerRate.md) | | [optional] [default to undefined]
39
+ **salesprice** | **number** | | [optional] [default to undefined]
40
+ **callDateTime** | **string** | | [optional] [default to undefined]
41
+ **duration** | **number** | | [optional] [default to undefined]
42
+ **ngcsServiceCharge** | **number** | | [optional] [default to undefined]
43
+ **cdrDescription** | **string** | | [optional] [default to undefined]
44
+ **calledNumber** | **string** | | [optional] [default to undefined]
45
+ **remarks** | **string** | | [optional] [default to undefined]
46
+ **filePeriod** | **string** | | [optional] [default to undefined]
47
+
48
+ ## Example
49
+
50
+ ```typescript
51
+ import { ProcessedCdr } from 'yellowgrid-api-ts';
52
+
53
+ const instance: ProcessedCdr = {
54
+ id,
55
+ cdrId,
56
+ cdr,
57
+ contentReference,
58
+ callClass,
59
+ inbound,
60
+ cli,
61
+ presentationNumber,
62
+ outboundCliId,
63
+ outboundCli,
64
+ mtPrimaryOutboundCliId,
65
+ mtPrimaryOutboundCli,
66
+ callTariffPlanId,
67
+ callTariffPlan,
68
+ inboundTariffPlanId,
69
+ inboundTariffPlan,
70
+ callTariffId,
71
+ callTariff,
72
+ customerChargePreRounded,
73
+ customerCharge,
74
+ customerChargePostBundle,
75
+ bundleName,
76
+ customerId,
77
+ tariffPlanName,
78
+ chargecode,
79
+ priceGroupName,
80
+ unknownDestRate,
81
+ ngcsAcsChgPerMin,
82
+ ngcsAcsChgPerCall,
83
+ customerNGCSAcssChg,
84
+ customerRate,
85
+ salesprice,
86
+ callDateTime,
87
+ duration,
88
+ ngcsServiceCharge,
89
+ cdrDescription,
90
+ calledNumber,
91
+ remarks,
92
+ filePeriod,
93
+ };
94
+ ```
95
+
96
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,30 @@
1
+ # PutAddCallTariffToCallTariffPlanRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **tariffRateMarkup** | **string** | | [optional] [default to undefined]
9
+ **tariffRateDay** | **number** | | [optional] [default to undefined]
10
+ **tariffRateEvening** | **number** | | [optional] [default to undefined]
11
+ **tariffRateWeekend** | **number** | | [optional] [default to undefined]
12
+ **tariffRateMinimum** | **number** | | [optional] [default to undefined]
13
+ **tariffRateSetup** | **number** | | [optional] [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { PutAddCallTariffToCallTariffPlanRequest } from 'yellowgrid-api-ts';
19
+
20
+ const instance: PutAddCallTariffToCallTariffPlanRequest = {
21
+ tariffRateMarkup,
22
+ tariffRateDay,
23
+ tariffRateEvening,
24
+ tariffRateWeekend,
25
+ tariffRateMinimum,
26
+ tariffRateSetup,
27
+ };
28
+ ```
29
+
30
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,26 @@
1
+ # PutAddServiceToServicePlanRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **customerRate_Markup** | **string** | | [optional] [default to undefined]
9
+ **customerRate_Amount** | **number** | | [optional] [default to undefined]
10
+ **description** | **string** | | [optional] [default to undefined]
11
+ **hideOnInvoice** | **boolean** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { PutAddServiceToServicePlanRequest } from 'yellowgrid-api-ts';
17
+
18
+ const instance: PutAddServiceToServicePlanRequest = {
19
+ customerRate_Markup,
20
+ customerRate_Amount,
21
+ description,
22
+ hideOnInvoice,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,20 @@
1
+ # PutConnectionSearchRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **customerId** | **number** | Customer ID | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { PutConnectionSearchRequest } from 'yellowgrid-api-ts';
14
+
15
+ const instance: PutConnectionSearchRequest = {
16
+ customerId,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,28 @@
1
+ # PutGetBaseServicesRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **property** | **string** | | [optional] [default to undefined]
9
+ **value** | **string** | | [optional] [default to undefined]
10
+ **serviceCodeAdmin** | **string** | | [optional] [default to undefined]
11
+ **description** | **string** | | [optional] [default to undefined]
12
+ **dataType** | **string** | | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { PutGetBaseServicesRequest } from 'yellowgrid-api-ts';
18
+
19
+ const instance: PutGetBaseServicesRequest = {
20
+ property,
21
+ value,
22
+ serviceCodeAdmin,
23
+ description,
24
+ dataType,
25
+ };
26
+ ```
27
+
28
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,28 @@
1
+ # PutGetCallTariffPlanRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | | [optional] [default to undefined]
9
+ **unknownDestinationsRateType** | **string** | | [optional] [default to undefined]
10
+ **unknownDestinationsRateAmount** | **number** | | [optional] [default to undefined]
11
+ **ngcsAccessChargePerMin** | **number** | | [optional] [default to undefined]
12
+ **ngcsAccessChargePerCall** | **number** | | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { PutGetCallTariffPlanRequest } from 'yellowgrid-api-ts';
18
+
19
+ const instance: PutGetCallTariffPlanRequest = {
20
+ name,
21
+ unknownDestinationsRateType,
22
+ unknownDestinationsRateAmount,
23
+ ngcsAccessChargePerMin,
24
+ ngcsAccessChargePerCall,
25
+ };
26
+ ```
27
+
28
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,28 @@
1
+ # PutGetPriceGroupsRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **property** | **string** | | [optional] [default to undefined]
9
+ **value** | **string** | | [optional] [default to undefined]
10
+ **unknownDestinationsRateAmount** | **number** | | [optional] [default to undefined]
11
+ **ngcsAccessChargePerMin** | **number** | | [optional] [default to undefined]
12
+ **ngcsAccessChargePerCall** | **number** | | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { PutGetPriceGroupsRequest } from 'yellowgrid-api-ts';
18
+
19
+ const instance: PutGetPriceGroupsRequest = {
20
+ property,
21
+ value,
22
+ unknownDestinationsRateAmount,
23
+ ngcsAccessChargePerMin,
24
+ ngcsAccessChargePerCall,
25
+ };
26
+ ```
27
+
28
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,48 @@
1
+ # RecurringCharge
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **createdDate** | **string** | | [optional] [default to undefined]
9
+ **id** | **number** | | [optional] [default to undefined]
10
+ **customerId** | **number** | | [optional] [default to undefined]
11
+ **customer** | [**Customer**](Customer.md) | | [default to undefined]
12
+ **phoneNumber** | **string** | | [default to undefined]
13
+ **description** | **string** | | [default to undefined]
14
+ **channelPartnerBuy** | **number** | | [optional] [default to undefined]
15
+ **customerCharge** | **number** | | [optional] [default to undefined]
16
+ **frequency** | **number** | | [optional] [default to undefined]
17
+ **startDate** | **string** | | [default to undefined]
18
+ **endDate** | **string** | | [optional] [default to undefined]
19
+ **quantity** | **number** | | [optional] [default to undefined]
20
+ **accountCode** | **string** | | [optional] [default to undefined]
21
+ **filePeriod** | **string** | | [optional] [default to undefined]
22
+ **isActive** | **boolean** | | [optional] [readonly] [default to undefined]
23
+
24
+ ## Example
25
+
26
+ ```typescript
27
+ import { RecurringCharge } from 'yellowgrid-api-ts';
28
+
29
+ const instance: RecurringCharge = {
30
+ createdDate,
31
+ id,
32
+ customerId,
33
+ customer,
34
+ phoneNumber,
35
+ description,
36
+ channelPartnerBuy,
37
+ customerCharge,
38
+ frequency,
39
+ startDate,
40
+ endDate,
41
+ quantity,
42
+ accountCode,
43
+ filePeriod,
44
+ isActive,
45
+ };
46
+ ```
47
+
48
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)