@mj-biz-apps/orders-server 0.0.1 → 5.2.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.
- package/LICENSE +183 -0
- package/README.md +47 -2
- package/dist/CheckoutServerExtension.d.ts +96 -0
- package/dist/CheckoutServerExtension.d.ts.map +1 -0
- package/dist/CheckoutServerExtension.js +554 -0
- package/dist/CheckoutServerExtension.js.map +1 -0
- package/dist/PaymentWebhookExtension.d.ts +17 -0
- package/dist/PaymentWebhookExtension.d.ts.map +1 -0
- package/dist/PaymentWebhookExtension.js +151 -0
- package/dist/PaymentWebhookExtension.js.map +1 -0
- package/dist/__tests__/CheckoutServerExtension.test.d.ts +2 -0
- package/dist/__tests__/CheckoutServerExtension.test.d.ts.map +1 -0
- package/dist/__tests__/CheckoutServerExtension.test.js +257 -0
- package/dist/__tests__/CheckoutServerExtension.test.js.map +1 -0
- package/dist/__tests__/checkout-edge-policy.test.d.ts +2 -0
- package/dist/__tests__/checkout-edge-policy.test.d.ts.map +1 -0
- package/dist/__tests__/checkout-edge-policy.test.js +70 -0
- package/dist/__tests__/checkout-edge-policy.test.js.map +1 -0
- package/dist/__tests__/checkout-host-page.test.d.ts +2 -0
- package/dist/__tests__/checkout-host-page.test.d.ts.map +1 -0
- package/dist/__tests__/checkout-host-page.test.js +86 -0
- package/dist/__tests__/checkout-host-page.test.js.map +1 -0
- package/dist/__tests__/server-extensions-manifest.test.d.ts +2 -0
- package/dist/__tests__/server-extensions-manifest.test.d.ts.map +1 -0
- package/dist/__tests__/server-extensions-manifest.test.js +29 -0
- package/dist/__tests__/server-extensions-manifest.test.js.map +1 -0
- package/dist/checkout-edge-policy.d.ts +44 -0
- package/dist/checkout-edge-policy.d.ts.map +1 -0
- package/dist/checkout-edge-policy.js +84 -0
- package/dist/checkout-edge-policy.js.map +1 -0
- package/dist/checkout-host-page.d.ts +43 -0
- package/dist/checkout-host-page.d.ts.map +1 -0
- package/dist/checkout-host-page.js +445 -0
- package/dist/checkout-host-page.js.map +1 -0
- package/dist/config.d.ts +6 -0
- package/dist/config.d.ts.map +1 -0
- package/dist/config.js +6 -0
- package/dist/config.js.map +1 -0
- package/dist/custom/generate-invoice.action.d.ts +59 -0
- package/dist/custom/generate-invoice.action.d.ts.map +1 -0
- package/dist/custom/generate-invoice.action.js +208 -0
- package/dist/custom/generate-invoice.action.js.map +1 -0
- package/dist/custom/open-payment-intent.action.d.ts +39 -0
- package/dist/custom/open-payment-intent.action.d.ts.map +1 -0
- package/dist/custom/open-payment-intent.action.js +169 -0
- package/dist/custom/open-payment-intent.action.js.map +1 -0
- package/dist/custom/send-document.action.d.ts +78 -0
- package/dist/custom/send-document.action.d.ts.map +1 -0
- package/dist/custom/send-document.action.js +277 -0
- package/dist/custom/send-document.action.js.map +1 -0
- package/dist/generated/class-registrations-manifest.d.ts +7 -0
- package/dist/generated/class-registrations-manifest.d.ts.map +1 -0
- package/dist/generated/class-registrations-manifest.js +7 -0
- package/dist/generated/class-registrations-manifest.js.map +1 -0
- package/dist/generated/generated.d.ts +3536 -0
- package/dist/generated/generated.d.ts.map +1 -0
- package/dist/generated/generated.js +18371 -0
- package/dist/generated/generated.js.map +1 -0
- package/dist/index.d.ts +28 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +105 -0
- package/dist/index.js.map +1 -0
- package/dist/server-extensions-manifest.d.ts +14 -0
- package/dist/server-extensions-manifest.d.ts.map +1 -0
- package/dist/server-extensions-manifest.js +15 -0
- package/dist/server-extensions-manifest.js.map +1 -0
- package/dist/services/invoice-renderer.d.ts +80 -0
- package/dist/services/invoice-renderer.d.ts.map +1 -0
- package/dist/services/invoice-renderer.js +103 -0
- package/dist/services/invoice-renderer.js.map +1 -0
- package/package.json +65 -5
|
@@ -0,0 +1,3536 @@
|
|
|
1
|
+
/********************************************************************************
|
|
2
|
+
* ALL ENTITIES - TypeGraphQL Type Class Definition - AUTO GENERATED FILE
|
|
3
|
+
* Generated Entities and Resolvers for Server
|
|
4
|
+
*
|
|
5
|
+
* >>> DO NOT MODIFY THIS FILE!!!!!!!!!!!!
|
|
6
|
+
* >>> YOUR CHANGES WILL BE OVERWRITTEN
|
|
7
|
+
* >>> THE NEXT TIME THIS FILE IS GENERATED
|
|
8
|
+
*
|
|
9
|
+
**********************************************************************************/
|
|
10
|
+
import { PubSubEngine, ResolverBase, RunViewByIDInput, RunViewByNameInput, RunDynamicViewInput, AppContext, KeyValuePairInput, DeleteOptionsInput, RestoreContextInput } from '@memberjunction/server';
|
|
11
|
+
export declare class mjBizAppsOrdersChargeType_ {
|
|
12
|
+
ID: string;
|
|
13
|
+
Code: string;
|
|
14
|
+
Name: string;
|
|
15
|
+
Description?: string;
|
|
16
|
+
Category: string;
|
|
17
|
+
Basis: string;
|
|
18
|
+
Sequence: number;
|
|
19
|
+
AllowsOverride: boolean;
|
|
20
|
+
IsActive: boolean;
|
|
21
|
+
_mj__CreatedAt: Date;
|
|
22
|
+
_mj__UpdatedAt: Date;
|
|
23
|
+
}
|
|
24
|
+
export declare class CreatemjBizAppsOrdersChargeTypeInput {
|
|
25
|
+
ID?: string;
|
|
26
|
+
Code?: string;
|
|
27
|
+
Name?: string;
|
|
28
|
+
Description: string | null;
|
|
29
|
+
Category?: string;
|
|
30
|
+
Basis?: string;
|
|
31
|
+
Sequence?: number;
|
|
32
|
+
AllowsOverride?: boolean;
|
|
33
|
+
IsActive?: boolean;
|
|
34
|
+
RestoreContext___?: RestoreContextInput;
|
|
35
|
+
}
|
|
36
|
+
export declare class UpdatemjBizAppsOrdersChargeTypeInput {
|
|
37
|
+
ID: string;
|
|
38
|
+
Code?: string;
|
|
39
|
+
Name?: string;
|
|
40
|
+
Description?: string | null;
|
|
41
|
+
Category?: string;
|
|
42
|
+
Basis?: string;
|
|
43
|
+
Sequence?: number;
|
|
44
|
+
AllowsOverride?: boolean;
|
|
45
|
+
IsActive?: boolean;
|
|
46
|
+
OldValues___?: KeyValuePairInput[];
|
|
47
|
+
RestoreContext___?: RestoreContextInput;
|
|
48
|
+
}
|
|
49
|
+
export declare class RunmjBizAppsOrdersChargeTypeViewResult {
|
|
50
|
+
Results: mjBizAppsOrdersChargeType_[];
|
|
51
|
+
UserViewRunID?: string;
|
|
52
|
+
RowCount: number;
|
|
53
|
+
TotalRowCount: number;
|
|
54
|
+
ExecutionTime: number;
|
|
55
|
+
ErrorMessage?: string;
|
|
56
|
+
Success: boolean;
|
|
57
|
+
}
|
|
58
|
+
export declare class mjBizAppsOrdersChargeTypeResolver extends ResolverBase {
|
|
59
|
+
RunmjBizAppsOrdersChargeTypeViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
60
|
+
RunmjBizAppsOrdersChargeTypeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
61
|
+
RunmjBizAppsOrdersChargeTypeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
62
|
+
mjBizAppsOrdersChargeType(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersChargeType_ | null>;
|
|
63
|
+
CreatemjBizAppsOrdersChargeType(input: CreatemjBizAppsOrdersChargeTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
64
|
+
UpdatemjBizAppsOrdersChargeType(input: UpdatemjBizAppsOrdersChargeTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
65
|
+
DeletemjBizAppsOrdersChargeType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
66
|
+
}
|
|
67
|
+
export declare class mjBizAppsOrdersCheckoutSession_ {
|
|
68
|
+
ID: string;
|
|
69
|
+
CheckoutWidgetID: string;
|
|
70
|
+
DistributionID?: string;
|
|
71
|
+
ClientSessionKey: string;
|
|
72
|
+
Email?: string;
|
|
73
|
+
PersonID?: string;
|
|
74
|
+
DraftOrderID?: string;
|
|
75
|
+
PaymentIntentID?: string;
|
|
76
|
+
Status: string;
|
|
77
|
+
ExpiresAt: Date;
|
|
78
|
+
MetadataJSON?: string;
|
|
79
|
+
_mj__CreatedAt: Date;
|
|
80
|
+
_mj__UpdatedAt: Date;
|
|
81
|
+
CheckoutWidget: string;
|
|
82
|
+
Distribution?: string;
|
|
83
|
+
Person?: string;
|
|
84
|
+
DraftOrder?: string;
|
|
85
|
+
PaymentIntent?: string;
|
|
86
|
+
}
|
|
87
|
+
export declare class CreatemjBizAppsOrdersCheckoutSessionInput {
|
|
88
|
+
ID?: string;
|
|
89
|
+
CheckoutWidgetID?: string;
|
|
90
|
+
DistributionID: string | null;
|
|
91
|
+
ClientSessionKey?: string;
|
|
92
|
+
Email: string | null;
|
|
93
|
+
PersonID: string | null;
|
|
94
|
+
DraftOrderID: string | null;
|
|
95
|
+
PaymentIntentID: string | null;
|
|
96
|
+
Status?: string;
|
|
97
|
+
ExpiresAt?: Date;
|
|
98
|
+
MetadataJSON: string | null;
|
|
99
|
+
RestoreContext___?: RestoreContextInput;
|
|
100
|
+
}
|
|
101
|
+
export declare class UpdatemjBizAppsOrdersCheckoutSessionInput {
|
|
102
|
+
ID: string;
|
|
103
|
+
CheckoutWidgetID?: string;
|
|
104
|
+
DistributionID?: string | null;
|
|
105
|
+
ClientSessionKey?: string;
|
|
106
|
+
Email?: string | null;
|
|
107
|
+
PersonID?: string | null;
|
|
108
|
+
DraftOrderID?: string | null;
|
|
109
|
+
PaymentIntentID?: string | null;
|
|
110
|
+
Status?: string;
|
|
111
|
+
ExpiresAt?: Date;
|
|
112
|
+
MetadataJSON?: string | null;
|
|
113
|
+
OldValues___?: KeyValuePairInput[];
|
|
114
|
+
RestoreContext___?: RestoreContextInput;
|
|
115
|
+
}
|
|
116
|
+
export declare class RunmjBizAppsOrdersCheckoutSessionViewResult {
|
|
117
|
+
Results: mjBizAppsOrdersCheckoutSession_[];
|
|
118
|
+
UserViewRunID?: string;
|
|
119
|
+
RowCount: number;
|
|
120
|
+
TotalRowCount: number;
|
|
121
|
+
ExecutionTime: number;
|
|
122
|
+
ErrorMessage?: string;
|
|
123
|
+
Success: boolean;
|
|
124
|
+
}
|
|
125
|
+
export declare class mjBizAppsOrdersCheckoutSessionResolver extends ResolverBase {
|
|
126
|
+
RunmjBizAppsOrdersCheckoutSessionViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
127
|
+
RunmjBizAppsOrdersCheckoutSessionViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
128
|
+
RunmjBizAppsOrdersCheckoutSessionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
129
|
+
mjBizAppsOrdersCheckoutSession(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersCheckoutSession_ | null>;
|
|
130
|
+
CreatemjBizAppsOrdersCheckoutSession(input: CreatemjBizAppsOrdersCheckoutSessionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
131
|
+
UpdatemjBizAppsOrdersCheckoutSession(input: UpdatemjBizAppsOrdersCheckoutSessionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
132
|
+
DeletemjBizAppsOrdersCheckoutSession(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
133
|
+
}
|
|
134
|
+
export declare class mjBizAppsOrdersCheckoutWidgetDistribution_ {
|
|
135
|
+
ID: string;
|
|
136
|
+
CheckoutWidgetID: string;
|
|
137
|
+
Slug: string;
|
|
138
|
+
MagicLinkInviteID?: string;
|
|
139
|
+
Status: string;
|
|
140
|
+
RevokedAt?: Date;
|
|
141
|
+
RevocationReason?: string;
|
|
142
|
+
EmbedSnippet?: string;
|
|
143
|
+
_mj__CreatedAt: Date;
|
|
144
|
+
_mj__UpdatedAt: Date;
|
|
145
|
+
CheckoutWidget: string;
|
|
146
|
+
}
|
|
147
|
+
export declare class CreatemjBizAppsOrdersCheckoutWidgetDistributionInput {
|
|
148
|
+
ID?: string;
|
|
149
|
+
CheckoutWidgetID?: string;
|
|
150
|
+
Slug?: string;
|
|
151
|
+
MagicLinkInviteID: string | null;
|
|
152
|
+
Status?: string;
|
|
153
|
+
RevokedAt: Date | null;
|
|
154
|
+
RevocationReason: string | null;
|
|
155
|
+
EmbedSnippet: string | null;
|
|
156
|
+
RestoreContext___?: RestoreContextInput;
|
|
157
|
+
}
|
|
158
|
+
export declare class UpdatemjBizAppsOrdersCheckoutWidgetDistributionInput {
|
|
159
|
+
ID: string;
|
|
160
|
+
CheckoutWidgetID?: string;
|
|
161
|
+
Slug?: string;
|
|
162
|
+
MagicLinkInviteID?: string | null;
|
|
163
|
+
Status?: string;
|
|
164
|
+
RevokedAt?: Date | null;
|
|
165
|
+
RevocationReason?: string | null;
|
|
166
|
+
EmbedSnippet?: string | null;
|
|
167
|
+
OldValues___?: KeyValuePairInput[];
|
|
168
|
+
RestoreContext___?: RestoreContextInput;
|
|
169
|
+
}
|
|
170
|
+
export declare class RunmjBizAppsOrdersCheckoutWidgetDistributionViewResult {
|
|
171
|
+
Results: mjBizAppsOrdersCheckoutWidgetDistribution_[];
|
|
172
|
+
UserViewRunID?: string;
|
|
173
|
+
RowCount: number;
|
|
174
|
+
TotalRowCount: number;
|
|
175
|
+
ExecutionTime: number;
|
|
176
|
+
ErrorMessage?: string;
|
|
177
|
+
Success: boolean;
|
|
178
|
+
}
|
|
179
|
+
export declare class mjBizAppsOrdersCheckoutWidgetDistributionResolver extends ResolverBase {
|
|
180
|
+
RunmjBizAppsOrdersCheckoutWidgetDistributionViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
181
|
+
RunmjBizAppsOrdersCheckoutWidgetDistributionViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
182
|
+
RunmjBizAppsOrdersCheckoutWidgetDistributionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
183
|
+
mjBizAppsOrdersCheckoutWidgetDistribution(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersCheckoutWidgetDistribution_ | null>;
|
|
184
|
+
CreatemjBizAppsOrdersCheckoutWidgetDistribution(input: CreatemjBizAppsOrdersCheckoutWidgetDistributionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
185
|
+
UpdatemjBizAppsOrdersCheckoutWidgetDistribution(input: UpdatemjBizAppsOrdersCheckoutWidgetDistributionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
186
|
+
DeletemjBizAppsOrdersCheckoutWidgetDistribution(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
187
|
+
}
|
|
188
|
+
export declare class mjBizAppsOrdersCheckoutWidget_ {
|
|
189
|
+
ID: string;
|
|
190
|
+
Name: string;
|
|
191
|
+
Description?: string;
|
|
192
|
+
CompanyID: string;
|
|
193
|
+
Status: string;
|
|
194
|
+
Configuration?: string;
|
|
195
|
+
CustomCSS?: string;
|
|
196
|
+
CustomJS?: string;
|
|
197
|
+
_mj__CreatedAt: Date;
|
|
198
|
+
_mj__UpdatedAt: Date;
|
|
199
|
+
Company: string;
|
|
200
|
+
}
|
|
201
|
+
export declare class CreatemjBizAppsOrdersCheckoutWidgetInput {
|
|
202
|
+
ID?: string;
|
|
203
|
+
Name?: string;
|
|
204
|
+
Description: string | null;
|
|
205
|
+
CompanyID?: string;
|
|
206
|
+
Status?: string;
|
|
207
|
+
Configuration: string | null;
|
|
208
|
+
CustomCSS: string | null;
|
|
209
|
+
CustomJS: string | null;
|
|
210
|
+
RestoreContext___?: RestoreContextInput;
|
|
211
|
+
}
|
|
212
|
+
export declare class UpdatemjBizAppsOrdersCheckoutWidgetInput {
|
|
213
|
+
ID: string;
|
|
214
|
+
Name?: string;
|
|
215
|
+
Description?: string | null;
|
|
216
|
+
CompanyID?: string;
|
|
217
|
+
Status?: string;
|
|
218
|
+
Configuration?: string | null;
|
|
219
|
+
CustomCSS?: string | null;
|
|
220
|
+
CustomJS?: string | null;
|
|
221
|
+
OldValues___?: KeyValuePairInput[];
|
|
222
|
+
RestoreContext___?: RestoreContextInput;
|
|
223
|
+
}
|
|
224
|
+
export declare class RunmjBizAppsOrdersCheckoutWidgetViewResult {
|
|
225
|
+
Results: mjBizAppsOrdersCheckoutWidget_[];
|
|
226
|
+
UserViewRunID?: string;
|
|
227
|
+
RowCount: number;
|
|
228
|
+
TotalRowCount: number;
|
|
229
|
+
ExecutionTime: number;
|
|
230
|
+
ErrorMessage?: string;
|
|
231
|
+
Success: boolean;
|
|
232
|
+
}
|
|
233
|
+
export declare class mjBizAppsOrdersCheckoutWidgetResolver extends ResolverBase {
|
|
234
|
+
RunmjBizAppsOrdersCheckoutWidgetViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
235
|
+
RunmjBizAppsOrdersCheckoutWidgetViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
236
|
+
RunmjBizAppsOrdersCheckoutWidgetDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
237
|
+
mjBizAppsOrdersCheckoutWidget(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersCheckoutWidget_ | null>;
|
|
238
|
+
CreatemjBizAppsOrdersCheckoutWidget(input: CreatemjBizAppsOrdersCheckoutWidgetInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
239
|
+
UpdatemjBizAppsOrdersCheckoutWidget(input: UpdatemjBizAppsOrdersCheckoutWidgetInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
240
|
+
DeletemjBizAppsOrdersCheckoutWidget(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
241
|
+
}
|
|
242
|
+
export declare class mjBizAppsOrdersCustomerPaymentMethod_ {
|
|
243
|
+
ID: string;
|
|
244
|
+
OwnerPersonID?: string;
|
|
245
|
+
OwnerOrganizationID?: string;
|
|
246
|
+
PaymentDetailID: string;
|
|
247
|
+
Nickname?: string;
|
|
248
|
+
IsDefault: boolean;
|
|
249
|
+
IsActive: boolean;
|
|
250
|
+
_mj__CreatedAt: Date;
|
|
251
|
+
_mj__UpdatedAt: Date;
|
|
252
|
+
OwnerPerson?: string;
|
|
253
|
+
OwnerOrganization?: string;
|
|
254
|
+
PaymentDetail?: string;
|
|
255
|
+
}
|
|
256
|
+
export declare class CreatemjBizAppsOrdersCustomerPaymentMethodInput {
|
|
257
|
+
ID?: string;
|
|
258
|
+
OwnerPersonID: string | null;
|
|
259
|
+
OwnerOrganizationID: string | null;
|
|
260
|
+
PaymentDetailID?: string;
|
|
261
|
+
Nickname: string | null;
|
|
262
|
+
IsDefault?: boolean;
|
|
263
|
+
IsActive?: boolean;
|
|
264
|
+
RestoreContext___?: RestoreContextInput;
|
|
265
|
+
}
|
|
266
|
+
export declare class UpdatemjBizAppsOrdersCustomerPaymentMethodInput {
|
|
267
|
+
ID: string;
|
|
268
|
+
OwnerPersonID?: string | null;
|
|
269
|
+
OwnerOrganizationID?: string | null;
|
|
270
|
+
PaymentDetailID?: string;
|
|
271
|
+
Nickname?: string | null;
|
|
272
|
+
IsDefault?: boolean;
|
|
273
|
+
IsActive?: boolean;
|
|
274
|
+
OldValues___?: KeyValuePairInput[];
|
|
275
|
+
RestoreContext___?: RestoreContextInput;
|
|
276
|
+
}
|
|
277
|
+
export declare class RunmjBizAppsOrdersCustomerPaymentMethodViewResult {
|
|
278
|
+
Results: mjBizAppsOrdersCustomerPaymentMethod_[];
|
|
279
|
+
UserViewRunID?: string;
|
|
280
|
+
RowCount: number;
|
|
281
|
+
TotalRowCount: number;
|
|
282
|
+
ExecutionTime: number;
|
|
283
|
+
ErrorMessage?: string;
|
|
284
|
+
Success: boolean;
|
|
285
|
+
}
|
|
286
|
+
export declare class mjBizAppsOrdersCustomerPaymentMethodResolver extends ResolverBase {
|
|
287
|
+
RunmjBizAppsOrdersCustomerPaymentMethodViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
288
|
+
RunmjBizAppsOrdersCustomerPaymentMethodViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
289
|
+
RunmjBizAppsOrdersCustomerPaymentMethodDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
290
|
+
mjBizAppsOrdersCustomerPaymentMethod(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersCustomerPaymentMethod_ | null>;
|
|
291
|
+
CreatemjBizAppsOrdersCustomerPaymentMethod(input: CreatemjBizAppsOrdersCustomerPaymentMethodInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
292
|
+
UpdatemjBizAppsOrdersCustomerPaymentMethod(input: UpdatemjBizAppsOrdersCustomerPaymentMethodInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
293
|
+
DeletemjBizAppsOrdersCustomerPaymentMethod(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
294
|
+
}
|
|
295
|
+
export declare class mjBizAppsOrdersCustomerPaymentTerms_ {
|
|
296
|
+
ID: string;
|
|
297
|
+
OrganizationID?: string;
|
|
298
|
+
PersonID?: string;
|
|
299
|
+
PaymentTermsTypeID: string;
|
|
300
|
+
CompanyID?: string;
|
|
301
|
+
StartedAt?: Date;
|
|
302
|
+
EndedAt?: Date;
|
|
303
|
+
Status: string;
|
|
304
|
+
Comments?: string;
|
|
305
|
+
_mj__CreatedAt: Date;
|
|
306
|
+
_mj__UpdatedAt: Date;
|
|
307
|
+
PaymentTermsType: string;
|
|
308
|
+
}
|
|
309
|
+
export declare class CreatemjBizAppsOrdersCustomerPaymentTermsInput {
|
|
310
|
+
ID?: string;
|
|
311
|
+
OrganizationID: string | null;
|
|
312
|
+
PersonID: string | null;
|
|
313
|
+
PaymentTermsTypeID?: string;
|
|
314
|
+
CompanyID: string | null;
|
|
315
|
+
StartedAt: Date | null;
|
|
316
|
+
EndedAt: Date | null;
|
|
317
|
+
Status?: string;
|
|
318
|
+
Comments: string | null;
|
|
319
|
+
RestoreContext___?: RestoreContextInput;
|
|
320
|
+
}
|
|
321
|
+
export declare class UpdatemjBizAppsOrdersCustomerPaymentTermsInput {
|
|
322
|
+
ID: string;
|
|
323
|
+
OrganizationID?: string | null;
|
|
324
|
+
PersonID?: string | null;
|
|
325
|
+
PaymentTermsTypeID?: string;
|
|
326
|
+
CompanyID?: string | null;
|
|
327
|
+
StartedAt?: Date | null;
|
|
328
|
+
EndedAt?: Date | null;
|
|
329
|
+
Status?: string;
|
|
330
|
+
Comments?: string | null;
|
|
331
|
+
OldValues___?: KeyValuePairInput[];
|
|
332
|
+
RestoreContext___?: RestoreContextInput;
|
|
333
|
+
}
|
|
334
|
+
export declare class RunmjBizAppsOrdersCustomerPaymentTermsViewResult {
|
|
335
|
+
Results: mjBizAppsOrdersCustomerPaymentTerms_[];
|
|
336
|
+
UserViewRunID?: string;
|
|
337
|
+
RowCount: number;
|
|
338
|
+
TotalRowCount: number;
|
|
339
|
+
ExecutionTime: number;
|
|
340
|
+
ErrorMessage?: string;
|
|
341
|
+
Success: boolean;
|
|
342
|
+
}
|
|
343
|
+
export declare class mjBizAppsOrdersCustomerPaymentTermsResolver extends ResolverBase {
|
|
344
|
+
RunmjBizAppsOrdersCustomerPaymentTermsViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
345
|
+
RunmjBizAppsOrdersCustomerPaymentTermsViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
346
|
+
RunmjBizAppsOrdersCustomerPaymentTermsDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
347
|
+
mjBizAppsOrdersCustomerPaymentTerms(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersCustomerPaymentTerms_ | null>;
|
|
348
|
+
CreatemjBizAppsOrdersCustomerPaymentTerms(input: CreatemjBizAppsOrdersCustomerPaymentTermsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
349
|
+
UpdatemjBizAppsOrdersCustomerPaymentTerms(input: UpdatemjBizAppsOrdersCustomerPaymentTermsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
350
|
+
DeletemjBizAppsOrdersCustomerPaymentTerms(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
351
|
+
}
|
|
352
|
+
export declare class mjBizAppsOrdersCustomerTaxExemption_ {
|
|
353
|
+
ID: string;
|
|
354
|
+
OrganizationID?: string;
|
|
355
|
+
PersonID?: string;
|
|
356
|
+
TaxJurisdictionID?: string;
|
|
357
|
+
TaxCategory?: string;
|
|
358
|
+
ExemptionType: string;
|
|
359
|
+
CertificateRef?: string;
|
|
360
|
+
CertificateIssuedAt?: Date;
|
|
361
|
+
CertificateExpiresAt?: Date;
|
|
362
|
+
StartedAt?: Date;
|
|
363
|
+
EndedAt?: Date;
|
|
364
|
+
Status: string;
|
|
365
|
+
Comments?: string;
|
|
366
|
+
_mj__CreatedAt: Date;
|
|
367
|
+
_mj__UpdatedAt: Date;
|
|
368
|
+
Organization?: string;
|
|
369
|
+
Person?: string;
|
|
370
|
+
}
|
|
371
|
+
export declare class CreatemjBizAppsOrdersCustomerTaxExemptionInput {
|
|
372
|
+
ID?: string;
|
|
373
|
+
OrganizationID: string | null;
|
|
374
|
+
PersonID: string | null;
|
|
375
|
+
TaxJurisdictionID: string | null;
|
|
376
|
+
TaxCategory: string | null;
|
|
377
|
+
ExemptionType?: string;
|
|
378
|
+
CertificateRef: string | null;
|
|
379
|
+
CertificateIssuedAt: Date | null;
|
|
380
|
+
CertificateExpiresAt: Date | null;
|
|
381
|
+
StartedAt: Date | null;
|
|
382
|
+
EndedAt: Date | null;
|
|
383
|
+
Status?: string;
|
|
384
|
+
Comments: string | null;
|
|
385
|
+
RestoreContext___?: RestoreContextInput;
|
|
386
|
+
}
|
|
387
|
+
export declare class UpdatemjBizAppsOrdersCustomerTaxExemptionInput {
|
|
388
|
+
ID: string;
|
|
389
|
+
OrganizationID?: string | null;
|
|
390
|
+
PersonID?: string | null;
|
|
391
|
+
TaxJurisdictionID?: string | null;
|
|
392
|
+
TaxCategory?: string | null;
|
|
393
|
+
ExemptionType?: string;
|
|
394
|
+
CertificateRef?: string | null;
|
|
395
|
+
CertificateIssuedAt?: Date | null;
|
|
396
|
+
CertificateExpiresAt?: Date | null;
|
|
397
|
+
StartedAt?: Date | null;
|
|
398
|
+
EndedAt?: Date | null;
|
|
399
|
+
Status?: string;
|
|
400
|
+
Comments?: string | null;
|
|
401
|
+
OldValues___?: KeyValuePairInput[];
|
|
402
|
+
RestoreContext___?: RestoreContextInput;
|
|
403
|
+
}
|
|
404
|
+
export declare class RunmjBizAppsOrdersCustomerTaxExemptionViewResult {
|
|
405
|
+
Results: mjBizAppsOrdersCustomerTaxExemption_[];
|
|
406
|
+
UserViewRunID?: string;
|
|
407
|
+
RowCount: number;
|
|
408
|
+
TotalRowCount: number;
|
|
409
|
+
ExecutionTime: number;
|
|
410
|
+
ErrorMessage?: string;
|
|
411
|
+
Success: boolean;
|
|
412
|
+
}
|
|
413
|
+
export declare class mjBizAppsOrdersCustomerTaxExemptionResolver extends ResolverBase {
|
|
414
|
+
RunmjBizAppsOrdersCustomerTaxExemptionViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
415
|
+
RunmjBizAppsOrdersCustomerTaxExemptionViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
416
|
+
RunmjBizAppsOrdersCustomerTaxExemptionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
417
|
+
mjBizAppsOrdersCustomerTaxExemption(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersCustomerTaxExemption_ | null>;
|
|
418
|
+
CreatemjBizAppsOrdersCustomerTaxExemption(input: CreatemjBizAppsOrdersCustomerTaxExemptionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
419
|
+
UpdatemjBizAppsOrdersCustomerTaxExemption(input: UpdatemjBizAppsOrdersCustomerTaxExemptionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
420
|
+
DeletemjBizAppsOrdersCustomerTaxExemption(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
421
|
+
}
|
|
422
|
+
export declare class mjBizAppsOrdersEntitlementGrant_ {
|
|
423
|
+
ID: string;
|
|
424
|
+
ProductEntitlementID: string;
|
|
425
|
+
OrderLineID?: string;
|
|
426
|
+
SubscriptionID?: string;
|
|
427
|
+
BeneficiaryPersonID?: string;
|
|
428
|
+
BeneficiaryOrganizationID?: string;
|
|
429
|
+
Quantity?: number;
|
|
430
|
+
ValidFrom?: Date;
|
|
431
|
+
ValidTo?: Date;
|
|
432
|
+
Status: string;
|
|
433
|
+
ProvisionedAt?: Date;
|
|
434
|
+
ValidityModeApplied?: string;
|
|
435
|
+
SubscriptionTermID?: string;
|
|
436
|
+
RevokedAt?: Date;
|
|
437
|
+
RevocationReason?: string;
|
|
438
|
+
_mj__CreatedAt: Date;
|
|
439
|
+
_mj__UpdatedAt: Date;
|
|
440
|
+
ProductEntitlement?: string;
|
|
441
|
+
Subscription?: string;
|
|
442
|
+
BeneficiaryPerson?: string;
|
|
443
|
+
BeneficiaryOrganization?: string;
|
|
444
|
+
}
|
|
445
|
+
export declare class CreatemjBizAppsOrdersEntitlementGrantInput {
|
|
446
|
+
ID?: string;
|
|
447
|
+
ProductEntitlementID?: string;
|
|
448
|
+
OrderLineID: string | null;
|
|
449
|
+
SubscriptionID: string | null;
|
|
450
|
+
BeneficiaryPersonID: string | null;
|
|
451
|
+
BeneficiaryOrganizationID: string | null;
|
|
452
|
+
Quantity: number | null;
|
|
453
|
+
ValidFrom: Date | null;
|
|
454
|
+
ValidTo: Date | null;
|
|
455
|
+
Status?: string;
|
|
456
|
+
ProvisionedAt: Date | null;
|
|
457
|
+
ValidityModeApplied: string | null;
|
|
458
|
+
SubscriptionTermID: string | null;
|
|
459
|
+
RevokedAt: Date | null;
|
|
460
|
+
RevocationReason: string | null;
|
|
461
|
+
RestoreContext___?: RestoreContextInput;
|
|
462
|
+
}
|
|
463
|
+
export declare class UpdatemjBizAppsOrdersEntitlementGrantInput {
|
|
464
|
+
ID: string;
|
|
465
|
+
ProductEntitlementID?: string;
|
|
466
|
+
OrderLineID?: string | null;
|
|
467
|
+
SubscriptionID?: string | null;
|
|
468
|
+
BeneficiaryPersonID?: string | null;
|
|
469
|
+
BeneficiaryOrganizationID?: string | null;
|
|
470
|
+
Quantity?: number | null;
|
|
471
|
+
ValidFrom?: Date | null;
|
|
472
|
+
ValidTo?: Date | null;
|
|
473
|
+
Status?: string;
|
|
474
|
+
ProvisionedAt?: Date | null;
|
|
475
|
+
ValidityModeApplied?: string | null;
|
|
476
|
+
SubscriptionTermID?: string | null;
|
|
477
|
+
RevokedAt?: Date | null;
|
|
478
|
+
RevocationReason?: string | null;
|
|
479
|
+
OldValues___?: KeyValuePairInput[];
|
|
480
|
+
RestoreContext___?: RestoreContextInput;
|
|
481
|
+
}
|
|
482
|
+
export declare class RunmjBizAppsOrdersEntitlementGrantViewResult {
|
|
483
|
+
Results: mjBizAppsOrdersEntitlementGrant_[];
|
|
484
|
+
UserViewRunID?: string;
|
|
485
|
+
RowCount: number;
|
|
486
|
+
TotalRowCount: number;
|
|
487
|
+
ExecutionTime: number;
|
|
488
|
+
ErrorMessage?: string;
|
|
489
|
+
Success: boolean;
|
|
490
|
+
}
|
|
491
|
+
export declare class mjBizAppsOrdersEntitlementGrantResolver extends ResolverBase {
|
|
492
|
+
RunmjBizAppsOrdersEntitlementGrantViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
493
|
+
RunmjBizAppsOrdersEntitlementGrantViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
494
|
+
RunmjBizAppsOrdersEntitlementGrantDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
495
|
+
mjBizAppsOrdersEntitlementGrant(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersEntitlementGrant_ | null>;
|
|
496
|
+
CreatemjBizAppsOrdersEntitlementGrant(input: CreatemjBizAppsOrdersEntitlementGrantInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
497
|
+
UpdatemjBizAppsOrdersEntitlementGrant(input: UpdatemjBizAppsOrdersEntitlementGrantInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
498
|
+
DeletemjBizAppsOrdersEntitlementGrant(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
499
|
+
}
|
|
500
|
+
export declare class mjBizAppsOrdersEventOrderLine_ {
|
|
501
|
+
ID: string;
|
|
502
|
+
CheckInAt?: Date;
|
|
503
|
+
_mj__CreatedAt: Date;
|
|
504
|
+
_mj__UpdatedAt: Date;
|
|
505
|
+
PersonID: string;
|
|
506
|
+
DietaryPreferences?: string;
|
|
507
|
+
Allergies?: string;
|
|
508
|
+
Comments?: string;
|
|
509
|
+
OrderHeaderID: string;
|
|
510
|
+
ProductID: string;
|
|
511
|
+
CompanyID: string;
|
|
512
|
+
LineNumber: number;
|
|
513
|
+
Quantity: number;
|
|
514
|
+
UnitPrice: number;
|
|
515
|
+
ProductPriceID?: string;
|
|
516
|
+
DiscountPct: number;
|
|
517
|
+
DiscountAmount: number;
|
|
518
|
+
LineTotalNet?: number;
|
|
519
|
+
ChargeAmount: number;
|
|
520
|
+
LineTax: number;
|
|
521
|
+
LineTotalGross?: number;
|
|
522
|
+
ShipToAddressID?: string;
|
|
523
|
+
ShipToOrganizationID?: string;
|
|
524
|
+
ShipToPersonID?: string;
|
|
525
|
+
RenewsSubscriptionID?: string;
|
|
526
|
+
ServicePeriodStart?: Date;
|
|
527
|
+
ServicePeriodEnd?: Date;
|
|
528
|
+
FulfillmentStatus?: string;
|
|
529
|
+
ReversesOrderLineID?: string;
|
|
530
|
+
SourceBundleProductID?: string;
|
|
531
|
+
ParentOrderLineID?: string;
|
|
532
|
+
IsRollupParent: boolean;
|
|
533
|
+
IsQuantityOverridden: boolean;
|
|
534
|
+
SubscriptionID?: string;
|
|
535
|
+
Description?: string;
|
|
536
|
+
JournalEntryID?: string;
|
|
537
|
+
Person: string;
|
|
538
|
+
}
|
|
539
|
+
export declare class CreatemjBizAppsOrdersEventOrderLineInput {
|
|
540
|
+
ID?: string;
|
|
541
|
+
CheckInAt: Date | null;
|
|
542
|
+
PersonID?: string;
|
|
543
|
+
DietaryPreferences: string | null;
|
|
544
|
+
Allergies: string | null;
|
|
545
|
+
Comments: string | null;
|
|
546
|
+
OrderHeaderID?: string;
|
|
547
|
+
ProductID?: string;
|
|
548
|
+
CompanyID?: string;
|
|
549
|
+
LineNumber?: number;
|
|
550
|
+
Quantity?: number;
|
|
551
|
+
UnitPrice?: number;
|
|
552
|
+
ProductPriceID: string | null;
|
|
553
|
+
DiscountPct?: number;
|
|
554
|
+
DiscountAmount?: number;
|
|
555
|
+
LineTotalNet: number | null;
|
|
556
|
+
ChargeAmount?: number;
|
|
557
|
+
LineTax?: number;
|
|
558
|
+
LineTotalGross: number | null;
|
|
559
|
+
ShipToAddressID: string | null;
|
|
560
|
+
ShipToOrganizationID: string | null;
|
|
561
|
+
ShipToPersonID: string | null;
|
|
562
|
+
RenewsSubscriptionID: string | null;
|
|
563
|
+
ServicePeriodStart: Date | null;
|
|
564
|
+
ServicePeriodEnd: Date | null;
|
|
565
|
+
FulfillmentStatus: string | null;
|
|
566
|
+
ReversesOrderLineID: string | null;
|
|
567
|
+
SourceBundleProductID: string | null;
|
|
568
|
+
ParentOrderLineID: string | null;
|
|
569
|
+
IsRollupParent?: boolean;
|
|
570
|
+
IsQuantityOverridden?: boolean;
|
|
571
|
+
SubscriptionID: string | null;
|
|
572
|
+
Description: string | null;
|
|
573
|
+
JournalEntryID: string | null;
|
|
574
|
+
RestoreContext___?: RestoreContextInput;
|
|
575
|
+
}
|
|
576
|
+
export declare class UpdatemjBizAppsOrdersEventOrderLineInput {
|
|
577
|
+
ID: string;
|
|
578
|
+
CheckInAt?: Date | null;
|
|
579
|
+
PersonID?: string;
|
|
580
|
+
DietaryPreferences?: string | null;
|
|
581
|
+
Allergies?: string | null;
|
|
582
|
+
Comments?: string | null;
|
|
583
|
+
OrderHeaderID?: string;
|
|
584
|
+
ProductID?: string;
|
|
585
|
+
CompanyID?: string;
|
|
586
|
+
LineNumber?: number;
|
|
587
|
+
Quantity?: number;
|
|
588
|
+
UnitPrice?: number;
|
|
589
|
+
ProductPriceID?: string | null;
|
|
590
|
+
DiscountPct?: number;
|
|
591
|
+
DiscountAmount?: number;
|
|
592
|
+
LineTotalNet?: number | null;
|
|
593
|
+
ChargeAmount?: number;
|
|
594
|
+
LineTax?: number;
|
|
595
|
+
LineTotalGross?: number | null;
|
|
596
|
+
ShipToAddressID?: string | null;
|
|
597
|
+
ShipToOrganizationID?: string | null;
|
|
598
|
+
ShipToPersonID?: string | null;
|
|
599
|
+
RenewsSubscriptionID?: string | null;
|
|
600
|
+
ServicePeriodStart?: Date | null;
|
|
601
|
+
ServicePeriodEnd?: Date | null;
|
|
602
|
+
FulfillmentStatus?: string | null;
|
|
603
|
+
ReversesOrderLineID?: string | null;
|
|
604
|
+
SourceBundleProductID?: string | null;
|
|
605
|
+
ParentOrderLineID?: string | null;
|
|
606
|
+
IsRollupParent?: boolean;
|
|
607
|
+
IsQuantityOverridden?: boolean;
|
|
608
|
+
SubscriptionID?: string | null;
|
|
609
|
+
Description?: string | null;
|
|
610
|
+
JournalEntryID?: string | null;
|
|
611
|
+
OldValues___?: KeyValuePairInput[];
|
|
612
|
+
RestoreContext___?: RestoreContextInput;
|
|
613
|
+
}
|
|
614
|
+
export declare class RunmjBizAppsOrdersEventOrderLineViewResult {
|
|
615
|
+
Results: mjBizAppsOrdersEventOrderLine_[];
|
|
616
|
+
UserViewRunID?: string;
|
|
617
|
+
RowCount: number;
|
|
618
|
+
TotalRowCount: number;
|
|
619
|
+
ExecutionTime: number;
|
|
620
|
+
ErrorMessage?: string;
|
|
621
|
+
Success: boolean;
|
|
622
|
+
}
|
|
623
|
+
export declare class mjBizAppsOrdersEventOrderLineResolver extends ResolverBase {
|
|
624
|
+
RunmjBizAppsOrdersEventOrderLineViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
625
|
+
RunmjBizAppsOrdersEventOrderLineViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
626
|
+
RunmjBizAppsOrdersEventOrderLineDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
627
|
+
mjBizAppsOrdersEventOrderLine(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersEventOrderLine_ | null>;
|
|
628
|
+
CreatemjBizAppsOrdersEventOrderLine(input: CreatemjBizAppsOrdersEventOrderLineInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
629
|
+
UpdatemjBizAppsOrdersEventOrderLine(input: UpdatemjBizAppsOrdersEventOrderLineInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
630
|
+
DeletemjBizAppsOrdersEventOrderLine(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
631
|
+
}
|
|
632
|
+
export declare class mjBizAppsOrdersEventProduct_ {
|
|
633
|
+
ID: string;
|
|
634
|
+
EventStartsAt: Date;
|
|
635
|
+
EventEndsAt?: Date;
|
|
636
|
+
VenueName?: string;
|
|
637
|
+
VenueAddressID?: string;
|
|
638
|
+
Capacity?: number;
|
|
639
|
+
RequiresAttendeeInfo: boolean;
|
|
640
|
+
_mj__CreatedAt: Date;
|
|
641
|
+
_mj__UpdatedAt: Date;
|
|
642
|
+
Name: string;
|
|
643
|
+
SKU?: string;
|
|
644
|
+
ProductTypeID: string;
|
|
645
|
+
ProductCategoryID: string;
|
|
646
|
+
CompanyID: string;
|
|
647
|
+
Status: string;
|
|
648
|
+
SuccessorProductID?: string;
|
|
649
|
+
AvailableFrom?: Date;
|
|
650
|
+
AvailableTo?: Date;
|
|
651
|
+
RevenueRecognitionTypeID: string;
|
|
652
|
+
StandaloneSellingPrice?: number;
|
|
653
|
+
SubscriptionTypeID?: string;
|
|
654
|
+
IsTaxable?: boolean;
|
|
655
|
+
Description?: string;
|
|
656
|
+
TaxCategory?: string;
|
|
657
|
+
EntitlementGrantTiming?: string;
|
|
658
|
+
EntitlementQuantityMode?: string;
|
|
659
|
+
EntitlementValidityMode?: string;
|
|
660
|
+
PricingDriverClass?: string;
|
|
661
|
+
MaxQuantityPerLine?: number;
|
|
662
|
+
VenueAddress?: string;
|
|
663
|
+
_mj__Latitude?: number;
|
|
664
|
+
_mj__Longitude?: number;
|
|
665
|
+
}
|
|
666
|
+
export declare class CreatemjBizAppsOrdersEventProductInput {
|
|
667
|
+
ID?: string;
|
|
668
|
+
EventStartsAt?: Date;
|
|
669
|
+
EventEndsAt: Date | null;
|
|
670
|
+
VenueName: string | null;
|
|
671
|
+
VenueAddressID: string | null;
|
|
672
|
+
Capacity: number | null;
|
|
673
|
+
RequiresAttendeeInfo?: boolean;
|
|
674
|
+
Name?: string;
|
|
675
|
+
SKU: string | null;
|
|
676
|
+
ProductTypeID?: string;
|
|
677
|
+
ProductCategoryID?: string;
|
|
678
|
+
CompanyID?: string;
|
|
679
|
+
Status?: string;
|
|
680
|
+
SuccessorProductID: string | null;
|
|
681
|
+
AvailableFrom: Date | null;
|
|
682
|
+
AvailableTo: Date | null;
|
|
683
|
+
RevenueRecognitionTypeID?: string;
|
|
684
|
+
StandaloneSellingPrice: number | null;
|
|
685
|
+
SubscriptionTypeID: string | null;
|
|
686
|
+
IsTaxable: boolean | null;
|
|
687
|
+
Description: string | null;
|
|
688
|
+
TaxCategory: string | null;
|
|
689
|
+
EntitlementGrantTiming: string | null;
|
|
690
|
+
EntitlementQuantityMode: string | null;
|
|
691
|
+
EntitlementValidityMode: string | null;
|
|
692
|
+
PricingDriverClass: string | null;
|
|
693
|
+
MaxQuantityPerLine: number | null;
|
|
694
|
+
RestoreContext___?: RestoreContextInput;
|
|
695
|
+
}
|
|
696
|
+
export declare class UpdatemjBizAppsOrdersEventProductInput {
|
|
697
|
+
ID: string;
|
|
698
|
+
EventStartsAt?: Date;
|
|
699
|
+
EventEndsAt?: Date | null;
|
|
700
|
+
VenueName?: string | null;
|
|
701
|
+
VenueAddressID?: string | null;
|
|
702
|
+
Capacity?: number | null;
|
|
703
|
+
RequiresAttendeeInfo?: boolean;
|
|
704
|
+
Name?: string;
|
|
705
|
+
SKU?: string | null;
|
|
706
|
+
ProductTypeID?: string;
|
|
707
|
+
ProductCategoryID?: string;
|
|
708
|
+
CompanyID?: string;
|
|
709
|
+
Status?: string;
|
|
710
|
+
SuccessorProductID?: string | null;
|
|
711
|
+
AvailableFrom?: Date | null;
|
|
712
|
+
AvailableTo?: Date | null;
|
|
713
|
+
RevenueRecognitionTypeID?: string;
|
|
714
|
+
StandaloneSellingPrice?: number | null;
|
|
715
|
+
SubscriptionTypeID?: string | null;
|
|
716
|
+
IsTaxable?: boolean | null;
|
|
717
|
+
Description?: string | null;
|
|
718
|
+
TaxCategory?: string | null;
|
|
719
|
+
EntitlementGrantTiming?: string | null;
|
|
720
|
+
EntitlementQuantityMode?: string | null;
|
|
721
|
+
EntitlementValidityMode?: string | null;
|
|
722
|
+
PricingDriverClass?: string | null;
|
|
723
|
+
MaxQuantityPerLine?: number | null;
|
|
724
|
+
OldValues___?: KeyValuePairInput[];
|
|
725
|
+
RestoreContext___?: RestoreContextInput;
|
|
726
|
+
}
|
|
727
|
+
export declare class RunmjBizAppsOrdersEventProductViewResult {
|
|
728
|
+
Results: mjBizAppsOrdersEventProduct_[];
|
|
729
|
+
UserViewRunID?: string;
|
|
730
|
+
RowCount: number;
|
|
731
|
+
TotalRowCount: number;
|
|
732
|
+
ExecutionTime: number;
|
|
733
|
+
ErrorMessage?: string;
|
|
734
|
+
Success: boolean;
|
|
735
|
+
}
|
|
736
|
+
export declare class mjBizAppsOrdersEventProductResolver extends ResolverBase {
|
|
737
|
+
RunmjBizAppsOrdersEventProductViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
738
|
+
RunmjBizAppsOrdersEventProductViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
739
|
+
RunmjBizAppsOrdersEventProductDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
740
|
+
mjBizAppsOrdersEventProduct(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersEventProduct_ | null>;
|
|
741
|
+
CreatemjBizAppsOrdersEventProduct(input: CreatemjBizAppsOrdersEventProductInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
742
|
+
UpdatemjBizAppsOrdersEventProduct(input: UpdatemjBizAppsOrdersEventProductInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
743
|
+
DeletemjBizAppsOrdersEventProduct(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
744
|
+
}
|
|
745
|
+
export declare class mjBizAppsOrdersOrderAdjustmentAllocation_ {
|
|
746
|
+
ID: string;
|
|
747
|
+
OrderAdjustmentID: string;
|
|
748
|
+
OrderLineID: string;
|
|
749
|
+
Amount: number;
|
|
750
|
+
_mj__CreatedAt: Date;
|
|
751
|
+
_mj__UpdatedAt: Date;
|
|
752
|
+
}
|
|
753
|
+
export declare class CreatemjBizAppsOrdersOrderAdjustmentAllocationInput {
|
|
754
|
+
ID?: string;
|
|
755
|
+
OrderAdjustmentID?: string;
|
|
756
|
+
OrderLineID?: string;
|
|
757
|
+
Amount?: number;
|
|
758
|
+
RestoreContext___?: RestoreContextInput;
|
|
759
|
+
}
|
|
760
|
+
export declare class UpdatemjBizAppsOrdersOrderAdjustmentAllocationInput {
|
|
761
|
+
ID: string;
|
|
762
|
+
OrderAdjustmentID?: string;
|
|
763
|
+
OrderLineID?: string;
|
|
764
|
+
Amount?: number;
|
|
765
|
+
OldValues___?: KeyValuePairInput[];
|
|
766
|
+
RestoreContext___?: RestoreContextInput;
|
|
767
|
+
}
|
|
768
|
+
export declare class RunmjBizAppsOrdersOrderAdjustmentAllocationViewResult {
|
|
769
|
+
Results: mjBizAppsOrdersOrderAdjustmentAllocation_[];
|
|
770
|
+
UserViewRunID?: string;
|
|
771
|
+
RowCount: number;
|
|
772
|
+
TotalRowCount: number;
|
|
773
|
+
ExecutionTime: number;
|
|
774
|
+
ErrorMessage?: string;
|
|
775
|
+
Success: boolean;
|
|
776
|
+
}
|
|
777
|
+
export declare class mjBizAppsOrdersOrderAdjustmentAllocationResolver extends ResolverBase {
|
|
778
|
+
RunmjBizAppsOrdersOrderAdjustmentAllocationViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
779
|
+
RunmjBizAppsOrdersOrderAdjustmentAllocationViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
780
|
+
RunmjBizAppsOrdersOrderAdjustmentAllocationDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
781
|
+
mjBizAppsOrdersOrderAdjustmentAllocation(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersOrderAdjustmentAllocation_ | null>;
|
|
782
|
+
CreatemjBizAppsOrdersOrderAdjustmentAllocation(input: CreatemjBizAppsOrdersOrderAdjustmentAllocationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
783
|
+
UpdatemjBizAppsOrdersOrderAdjustmentAllocation(input: UpdatemjBizAppsOrdersOrderAdjustmentAllocationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
784
|
+
DeletemjBizAppsOrdersOrderAdjustmentAllocation(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
785
|
+
}
|
|
786
|
+
export declare class mjBizAppsOrdersOrderAdjustment_ {
|
|
787
|
+
ID: string;
|
|
788
|
+
OrderHeaderID: string;
|
|
789
|
+
OrderLineID?: string;
|
|
790
|
+
PromotionID?: string;
|
|
791
|
+
PromotionCodeID?: string;
|
|
792
|
+
Amount: number;
|
|
793
|
+
Sequence: number;
|
|
794
|
+
Reason?: string;
|
|
795
|
+
AppliedByUserID?: string;
|
|
796
|
+
AppliedAt: Date;
|
|
797
|
+
AuthorizedBySalesAuthorityID?: string;
|
|
798
|
+
ApprovedByUserID?: string;
|
|
799
|
+
ApprovedAt?: Date;
|
|
800
|
+
_mj__CreatedAt: Date;
|
|
801
|
+
_mj__UpdatedAt: Date;
|
|
802
|
+
OrderHeader: string;
|
|
803
|
+
Promotion?: string;
|
|
804
|
+
PromotionCode?: string;
|
|
805
|
+
}
|
|
806
|
+
export declare class CreatemjBizAppsOrdersOrderAdjustmentInput {
|
|
807
|
+
ID?: string;
|
|
808
|
+
OrderHeaderID?: string;
|
|
809
|
+
OrderLineID: string | null;
|
|
810
|
+
PromotionID: string | null;
|
|
811
|
+
PromotionCodeID: string | null;
|
|
812
|
+
Amount?: number;
|
|
813
|
+
Sequence?: number;
|
|
814
|
+
Reason: string | null;
|
|
815
|
+
AppliedByUserID: string | null;
|
|
816
|
+
AppliedAt?: Date;
|
|
817
|
+
AuthorizedBySalesAuthorityID: string | null;
|
|
818
|
+
ApprovedByUserID: string | null;
|
|
819
|
+
ApprovedAt: Date | null;
|
|
820
|
+
RestoreContext___?: RestoreContextInput;
|
|
821
|
+
}
|
|
822
|
+
export declare class UpdatemjBizAppsOrdersOrderAdjustmentInput {
|
|
823
|
+
ID: string;
|
|
824
|
+
OrderHeaderID?: string;
|
|
825
|
+
OrderLineID?: string | null;
|
|
826
|
+
PromotionID?: string | null;
|
|
827
|
+
PromotionCodeID?: string | null;
|
|
828
|
+
Amount?: number;
|
|
829
|
+
Sequence?: number;
|
|
830
|
+
Reason?: string | null;
|
|
831
|
+
AppliedByUserID?: string | null;
|
|
832
|
+
AppliedAt?: Date;
|
|
833
|
+
AuthorizedBySalesAuthorityID?: string | null;
|
|
834
|
+
ApprovedByUserID?: string | null;
|
|
835
|
+
ApprovedAt?: Date | null;
|
|
836
|
+
OldValues___?: KeyValuePairInput[];
|
|
837
|
+
RestoreContext___?: RestoreContextInput;
|
|
838
|
+
}
|
|
839
|
+
export declare class RunmjBizAppsOrdersOrderAdjustmentViewResult {
|
|
840
|
+
Results: mjBizAppsOrdersOrderAdjustment_[];
|
|
841
|
+
UserViewRunID?: string;
|
|
842
|
+
RowCount: number;
|
|
843
|
+
TotalRowCount: number;
|
|
844
|
+
ExecutionTime: number;
|
|
845
|
+
ErrorMessage?: string;
|
|
846
|
+
Success: boolean;
|
|
847
|
+
}
|
|
848
|
+
export declare class mjBizAppsOrdersOrderAdjustmentResolver extends ResolverBase {
|
|
849
|
+
RunmjBizAppsOrdersOrderAdjustmentViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
850
|
+
RunmjBizAppsOrdersOrderAdjustmentViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
851
|
+
RunmjBizAppsOrdersOrderAdjustmentDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
852
|
+
mjBizAppsOrdersOrderAdjustment(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersOrderAdjustment_ | null>;
|
|
853
|
+
CreatemjBizAppsOrdersOrderAdjustment(input: CreatemjBizAppsOrdersOrderAdjustmentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
854
|
+
UpdatemjBizAppsOrdersOrderAdjustment(input: UpdatemjBizAppsOrdersOrderAdjustmentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
855
|
+
DeletemjBizAppsOrdersOrderAdjustment(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
856
|
+
}
|
|
857
|
+
export declare class mjBizAppsOrdersOrderChargeAllocation_ {
|
|
858
|
+
ID: string;
|
|
859
|
+
OrderChargeID: string;
|
|
860
|
+
OrderLineID: string;
|
|
861
|
+
Amount: number;
|
|
862
|
+
_mj__CreatedAt: Date;
|
|
863
|
+
_mj__UpdatedAt: Date;
|
|
864
|
+
}
|
|
865
|
+
export declare class CreatemjBizAppsOrdersOrderChargeAllocationInput {
|
|
866
|
+
ID?: string;
|
|
867
|
+
OrderChargeID?: string;
|
|
868
|
+
OrderLineID?: string;
|
|
869
|
+
Amount?: number;
|
|
870
|
+
RestoreContext___?: RestoreContextInput;
|
|
871
|
+
}
|
|
872
|
+
export declare class UpdatemjBizAppsOrdersOrderChargeAllocationInput {
|
|
873
|
+
ID: string;
|
|
874
|
+
OrderChargeID?: string;
|
|
875
|
+
OrderLineID?: string;
|
|
876
|
+
Amount?: number;
|
|
877
|
+
OldValues___?: KeyValuePairInput[];
|
|
878
|
+
RestoreContext___?: RestoreContextInput;
|
|
879
|
+
}
|
|
880
|
+
export declare class RunmjBizAppsOrdersOrderChargeAllocationViewResult {
|
|
881
|
+
Results: mjBizAppsOrdersOrderChargeAllocation_[];
|
|
882
|
+
UserViewRunID?: string;
|
|
883
|
+
RowCount: number;
|
|
884
|
+
TotalRowCount: number;
|
|
885
|
+
ExecutionTime: number;
|
|
886
|
+
ErrorMessage?: string;
|
|
887
|
+
Success: boolean;
|
|
888
|
+
}
|
|
889
|
+
export declare class mjBizAppsOrdersOrderChargeAllocationResolver extends ResolverBase {
|
|
890
|
+
RunmjBizAppsOrdersOrderChargeAllocationViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
891
|
+
RunmjBizAppsOrdersOrderChargeAllocationViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
892
|
+
RunmjBizAppsOrdersOrderChargeAllocationDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
893
|
+
mjBizAppsOrdersOrderChargeAllocation(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersOrderChargeAllocation_ | null>;
|
|
894
|
+
CreatemjBizAppsOrdersOrderChargeAllocation(input: CreatemjBizAppsOrdersOrderChargeAllocationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
895
|
+
UpdatemjBizAppsOrdersOrderChargeAllocation(input: UpdatemjBizAppsOrdersOrderChargeAllocationInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
896
|
+
DeletemjBizAppsOrdersOrderChargeAllocation(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
897
|
+
}
|
|
898
|
+
export declare class mjBizAppsOrdersOrderCharge_ {
|
|
899
|
+
ID: string;
|
|
900
|
+
OrderHeaderID: string;
|
|
901
|
+
ChargeTypeID: string;
|
|
902
|
+
Amount: number;
|
|
903
|
+
BasisAmount?: number;
|
|
904
|
+
Rate?: number;
|
|
905
|
+
Sequence: number;
|
|
906
|
+
TaxJurisdictionID?: string;
|
|
907
|
+
TaxRateID?: string;
|
|
908
|
+
CalculationSource: string;
|
|
909
|
+
IsOverridden: boolean;
|
|
910
|
+
ComputedAmount?: number;
|
|
911
|
+
OverrideReason?: string;
|
|
912
|
+
OverriddenByUserID?: string;
|
|
913
|
+
OverriddenAt?: Date;
|
|
914
|
+
_mj__CreatedAt: Date;
|
|
915
|
+
_mj__UpdatedAt: Date;
|
|
916
|
+
OrderHeader: string;
|
|
917
|
+
ChargeType: string;
|
|
918
|
+
}
|
|
919
|
+
export declare class CreatemjBizAppsOrdersOrderChargeInput {
|
|
920
|
+
ID?: string;
|
|
921
|
+
OrderHeaderID?: string;
|
|
922
|
+
ChargeTypeID?: string;
|
|
923
|
+
Amount?: number;
|
|
924
|
+
BasisAmount: number | null;
|
|
925
|
+
Rate: number | null;
|
|
926
|
+
Sequence?: number;
|
|
927
|
+
TaxJurisdictionID: string | null;
|
|
928
|
+
TaxRateID: string | null;
|
|
929
|
+
CalculationSource?: string;
|
|
930
|
+
IsOverridden?: boolean;
|
|
931
|
+
ComputedAmount: number | null;
|
|
932
|
+
OverrideReason: string | null;
|
|
933
|
+
OverriddenByUserID: string | null;
|
|
934
|
+
OverriddenAt: Date | null;
|
|
935
|
+
RestoreContext___?: RestoreContextInput;
|
|
936
|
+
}
|
|
937
|
+
export declare class UpdatemjBizAppsOrdersOrderChargeInput {
|
|
938
|
+
ID: string;
|
|
939
|
+
OrderHeaderID?: string;
|
|
940
|
+
ChargeTypeID?: string;
|
|
941
|
+
Amount?: number;
|
|
942
|
+
BasisAmount?: number | null;
|
|
943
|
+
Rate?: number | null;
|
|
944
|
+
Sequence?: number;
|
|
945
|
+
TaxJurisdictionID?: string | null;
|
|
946
|
+
TaxRateID?: string | null;
|
|
947
|
+
CalculationSource?: string;
|
|
948
|
+
IsOverridden?: boolean;
|
|
949
|
+
ComputedAmount?: number | null;
|
|
950
|
+
OverrideReason?: string | null;
|
|
951
|
+
OverriddenByUserID?: string | null;
|
|
952
|
+
OverriddenAt?: Date | null;
|
|
953
|
+
OldValues___?: KeyValuePairInput[];
|
|
954
|
+
RestoreContext___?: RestoreContextInput;
|
|
955
|
+
}
|
|
956
|
+
export declare class RunmjBizAppsOrdersOrderChargeViewResult {
|
|
957
|
+
Results: mjBizAppsOrdersOrderCharge_[];
|
|
958
|
+
UserViewRunID?: string;
|
|
959
|
+
RowCount: number;
|
|
960
|
+
TotalRowCount: number;
|
|
961
|
+
ExecutionTime: number;
|
|
962
|
+
ErrorMessage?: string;
|
|
963
|
+
Success: boolean;
|
|
964
|
+
}
|
|
965
|
+
export declare class mjBizAppsOrdersOrderChargeResolver extends ResolverBase {
|
|
966
|
+
RunmjBizAppsOrdersOrderChargeViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
967
|
+
RunmjBizAppsOrdersOrderChargeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
968
|
+
RunmjBizAppsOrdersOrderChargeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
969
|
+
mjBizAppsOrdersOrderCharge(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersOrderCharge_ | null>;
|
|
970
|
+
CreatemjBizAppsOrdersOrderCharge(input: CreatemjBizAppsOrdersOrderChargeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
971
|
+
UpdatemjBizAppsOrdersOrderCharge(input: UpdatemjBizAppsOrdersOrderChargeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
972
|
+
DeletemjBizAppsOrdersOrderCharge(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
973
|
+
}
|
|
974
|
+
export declare class mjBizAppsOrdersOrderCompanyPolicy_ {
|
|
975
|
+
ID: string;
|
|
976
|
+
AllowPromotionStacking: boolean;
|
|
977
|
+
StackingMode: string;
|
|
978
|
+
RefuseUnpricedLines: boolean;
|
|
979
|
+
DefaultPriceListID?: string;
|
|
980
|
+
DefaultPaymentTermsTypeID?: string;
|
|
981
|
+
_mj__CreatedAt: Date;
|
|
982
|
+
_mj__UpdatedAt: Date;
|
|
983
|
+
PricingDriverClass?: string;
|
|
984
|
+
DefaultPriceList?: string;
|
|
985
|
+
}
|
|
986
|
+
export declare class CreatemjBizAppsOrdersOrderCompanyPolicyInput {
|
|
987
|
+
ID?: string;
|
|
988
|
+
AllowPromotionStacking?: boolean;
|
|
989
|
+
StackingMode?: string;
|
|
990
|
+
RefuseUnpricedLines?: boolean;
|
|
991
|
+
DefaultPriceListID: string | null;
|
|
992
|
+
DefaultPaymentTermsTypeID: string | null;
|
|
993
|
+
PricingDriverClass: string | null;
|
|
994
|
+
RestoreContext___?: RestoreContextInput;
|
|
995
|
+
}
|
|
996
|
+
export declare class UpdatemjBizAppsOrdersOrderCompanyPolicyInput {
|
|
997
|
+
ID: string;
|
|
998
|
+
AllowPromotionStacking?: boolean;
|
|
999
|
+
StackingMode?: string;
|
|
1000
|
+
RefuseUnpricedLines?: boolean;
|
|
1001
|
+
DefaultPriceListID?: string | null;
|
|
1002
|
+
DefaultPaymentTermsTypeID?: string | null;
|
|
1003
|
+
PricingDriverClass?: string | null;
|
|
1004
|
+
OldValues___?: KeyValuePairInput[];
|
|
1005
|
+
RestoreContext___?: RestoreContextInput;
|
|
1006
|
+
}
|
|
1007
|
+
export declare class RunmjBizAppsOrdersOrderCompanyPolicyViewResult {
|
|
1008
|
+
Results: mjBizAppsOrdersOrderCompanyPolicy_[];
|
|
1009
|
+
UserViewRunID?: string;
|
|
1010
|
+
RowCount: number;
|
|
1011
|
+
TotalRowCount: number;
|
|
1012
|
+
ExecutionTime: number;
|
|
1013
|
+
ErrorMessage?: string;
|
|
1014
|
+
Success: boolean;
|
|
1015
|
+
}
|
|
1016
|
+
export declare class mjBizAppsOrdersOrderCompanyPolicyResolver extends ResolverBase {
|
|
1017
|
+
RunmjBizAppsOrdersOrderCompanyPolicyViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1018
|
+
RunmjBizAppsOrdersOrderCompanyPolicyViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1019
|
+
RunmjBizAppsOrdersOrderCompanyPolicyDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1020
|
+
mjBizAppsOrdersOrderCompanyPolicy(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersOrderCompanyPolicy_ | null>;
|
|
1021
|
+
CreatemjBizAppsOrdersOrderCompanyPolicy(input: CreatemjBizAppsOrdersOrderCompanyPolicyInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1022
|
+
UpdatemjBizAppsOrdersOrderCompanyPolicy(input: UpdatemjBizAppsOrdersOrderCompanyPolicyInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1023
|
+
DeletemjBizAppsOrdersOrderCompanyPolicy(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1024
|
+
}
|
|
1025
|
+
export declare class mjBizAppsOrdersOrderHeader_ {
|
|
1026
|
+
ID: string;
|
|
1027
|
+
OrderNumber: string;
|
|
1028
|
+
OrderType: string;
|
|
1029
|
+
OrderDate: Date;
|
|
1030
|
+
Status: string;
|
|
1031
|
+
CompanyID: string;
|
|
1032
|
+
BillToPersonID?: string;
|
|
1033
|
+
BillToOrganizationID?: string;
|
|
1034
|
+
SalesRepUserID?: string;
|
|
1035
|
+
BillToAddressID?: string;
|
|
1036
|
+
ShipToAddressID?: string;
|
|
1037
|
+
ShipToOrganizationID?: string;
|
|
1038
|
+
ShipToPersonID?: string;
|
|
1039
|
+
PaymentTermsTypeID?: string;
|
|
1040
|
+
TotalGross?: number;
|
|
1041
|
+
AmountPaid: number;
|
|
1042
|
+
Balance?: number;
|
|
1043
|
+
DueDate?: Date;
|
|
1044
|
+
ExternalDocumentNumber?: string;
|
|
1045
|
+
InitialPaymentTypeID?: string;
|
|
1046
|
+
InitialPaymentAmount: number;
|
|
1047
|
+
InitialPaymentDetailID?: string;
|
|
1048
|
+
PostedAt?: Date;
|
|
1049
|
+
PostedByUserID?: string;
|
|
1050
|
+
ReversesOrderHeaderID?: string;
|
|
1051
|
+
ReversalReason?: string;
|
|
1052
|
+
RequestedDeliveryDate?: Date;
|
|
1053
|
+
ApprovalTaskID?: string;
|
|
1054
|
+
Description?: string;
|
|
1055
|
+
Notes?: string;
|
|
1056
|
+
ConfirmedAt?: Date;
|
|
1057
|
+
_mj__CreatedAt: Date;
|
|
1058
|
+
_mj__UpdatedAt: Date;
|
|
1059
|
+
Origin: string;
|
|
1060
|
+
SourceCheckoutWidgetID?: string;
|
|
1061
|
+
FulfillmentStatus: string;
|
|
1062
|
+
Company: string;
|
|
1063
|
+
BillToPerson?: string;
|
|
1064
|
+
BillToOrganization?: string;
|
|
1065
|
+
SalesRepUser?: string;
|
|
1066
|
+
BillToAddress?: string;
|
|
1067
|
+
ShipToAddress?: string;
|
|
1068
|
+
ShipToOrganization?: string;
|
|
1069
|
+
ShipToPerson?: string;
|
|
1070
|
+
PaymentTermsType?: string;
|
|
1071
|
+
InitialPaymentType?: string;
|
|
1072
|
+
InitialPaymentDetail?: string;
|
|
1073
|
+
PostedByUser?: string;
|
|
1074
|
+
ReversesOrderHeader?: string;
|
|
1075
|
+
SourceCheckoutWidget?: string;
|
|
1076
|
+
_mj__Latitude?: number;
|
|
1077
|
+
_mj__Longitude?: number;
|
|
1078
|
+
IsOverdue: number;
|
|
1079
|
+
PaymentStatus: string;
|
|
1080
|
+
}
|
|
1081
|
+
export declare class CreatemjBizAppsOrdersOrderHeaderInput {
|
|
1082
|
+
ID?: string;
|
|
1083
|
+
OrderNumber?: string;
|
|
1084
|
+
OrderType?: string;
|
|
1085
|
+
OrderDate?: Date;
|
|
1086
|
+
Status?: string;
|
|
1087
|
+
CompanyID?: string;
|
|
1088
|
+
BillToPersonID: string | null;
|
|
1089
|
+
BillToOrganizationID: string | null;
|
|
1090
|
+
SalesRepUserID: string | null;
|
|
1091
|
+
BillToAddressID: string | null;
|
|
1092
|
+
ShipToAddressID: string | null;
|
|
1093
|
+
ShipToOrganizationID: string | null;
|
|
1094
|
+
ShipToPersonID: string | null;
|
|
1095
|
+
PaymentTermsTypeID: string | null;
|
|
1096
|
+
TotalGross: number | null;
|
|
1097
|
+
AmountPaid?: number;
|
|
1098
|
+
Balance: number | null;
|
|
1099
|
+
DueDate: Date | null;
|
|
1100
|
+
ExternalDocumentNumber: string | null;
|
|
1101
|
+
InitialPaymentTypeID: string | null;
|
|
1102
|
+
InitialPaymentAmount?: number;
|
|
1103
|
+
InitialPaymentDetailID: string | null;
|
|
1104
|
+
PostedAt: Date | null;
|
|
1105
|
+
PostedByUserID: string | null;
|
|
1106
|
+
ReversesOrderHeaderID: string | null;
|
|
1107
|
+
ReversalReason: string | null;
|
|
1108
|
+
RequestedDeliveryDate: Date | null;
|
|
1109
|
+
ApprovalTaskID: string | null;
|
|
1110
|
+
Description: string | null;
|
|
1111
|
+
Notes: string | null;
|
|
1112
|
+
ConfirmedAt: Date | null;
|
|
1113
|
+
Origin?: string;
|
|
1114
|
+
SourceCheckoutWidgetID: string | null;
|
|
1115
|
+
FulfillmentStatus?: string;
|
|
1116
|
+
RestoreContext___?: RestoreContextInput;
|
|
1117
|
+
}
|
|
1118
|
+
export declare class UpdatemjBizAppsOrdersOrderHeaderInput {
|
|
1119
|
+
ID: string;
|
|
1120
|
+
OrderNumber?: string;
|
|
1121
|
+
OrderType?: string;
|
|
1122
|
+
OrderDate?: Date;
|
|
1123
|
+
Status?: string;
|
|
1124
|
+
CompanyID?: string;
|
|
1125
|
+
BillToPersonID?: string | null;
|
|
1126
|
+
BillToOrganizationID?: string | null;
|
|
1127
|
+
SalesRepUserID?: string | null;
|
|
1128
|
+
BillToAddressID?: string | null;
|
|
1129
|
+
ShipToAddressID?: string | null;
|
|
1130
|
+
ShipToOrganizationID?: string | null;
|
|
1131
|
+
ShipToPersonID?: string | null;
|
|
1132
|
+
PaymentTermsTypeID?: string | null;
|
|
1133
|
+
TotalGross?: number | null;
|
|
1134
|
+
AmountPaid?: number;
|
|
1135
|
+
Balance?: number | null;
|
|
1136
|
+
DueDate?: Date | null;
|
|
1137
|
+
ExternalDocumentNumber?: string | null;
|
|
1138
|
+
InitialPaymentTypeID?: string | null;
|
|
1139
|
+
InitialPaymentAmount?: number;
|
|
1140
|
+
InitialPaymentDetailID?: string | null;
|
|
1141
|
+
PostedAt?: Date | null;
|
|
1142
|
+
PostedByUserID?: string | null;
|
|
1143
|
+
ReversesOrderHeaderID?: string | null;
|
|
1144
|
+
ReversalReason?: string | null;
|
|
1145
|
+
RequestedDeliveryDate?: Date | null;
|
|
1146
|
+
ApprovalTaskID?: string | null;
|
|
1147
|
+
Description?: string | null;
|
|
1148
|
+
Notes?: string | null;
|
|
1149
|
+
ConfirmedAt?: Date | null;
|
|
1150
|
+
Origin?: string;
|
|
1151
|
+
SourceCheckoutWidgetID?: string | null;
|
|
1152
|
+
FulfillmentStatus?: string;
|
|
1153
|
+
OldValues___?: KeyValuePairInput[];
|
|
1154
|
+
RestoreContext___?: RestoreContextInput;
|
|
1155
|
+
}
|
|
1156
|
+
export declare class RunmjBizAppsOrdersOrderHeaderViewResult {
|
|
1157
|
+
Results: mjBizAppsOrdersOrderHeader_[];
|
|
1158
|
+
UserViewRunID?: string;
|
|
1159
|
+
RowCount: number;
|
|
1160
|
+
TotalRowCount: number;
|
|
1161
|
+
ExecutionTime: number;
|
|
1162
|
+
ErrorMessage?: string;
|
|
1163
|
+
Success: boolean;
|
|
1164
|
+
}
|
|
1165
|
+
export declare class mjBizAppsOrdersOrderHeaderResolver extends ResolverBase {
|
|
1166
|
+
RunmjBizAppsOrdersOrderHeaderViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1167
|
+
RunmjBizAppsOrdersOrderHeaderViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1168
|
+
RunmjBizAppsOrdersOrderHeaderDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1169
|
+
mjBizAppsOrdersOrderHeader(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersOrderHeader_ | null>;
|
|
1170
|
+
CreatemjBizAppsOrdersOrderHeader(input: CreatemjBizAppsOrdersOrderHeaderInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1171
|
+
UpdatemjBizAppsOrdersOrderHeader(input: UpdatemjBizAppsOrdersOrderHeaderInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1172
|
+
DeletemjBizAppsOrdersOrderHeader(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1173
|
+
}
|
|
1174
|
+
export declare class mjBizAppsOrdersOrderLineDimension_ {
|
|
1175
|
+
ID: string;
|
|
1176
|
+
OrderLineID: string;
|
|
1177
|
+
DimensionID: string;
|
|
1178
|
+
DimensionValueID: string;
|
|
1179
|
+
_mj__CreatedAt: Date;
|
|
1180
|
+
_mj__UpdatedAt: Date;
|
|
1181
|
+
Dimension: string;
|
|
1182
|
+
DimensionValue: string;
|
|
1183
|
+
}
|
|
1184
|
+
export declare class CreatemjBizAppsOrdersOrderLineDimensionInput {
|
|
1185
|
+
ID?: string;
|
|
1186
|
+
OrderLineID?: string;
|
|
1187
|
+
DimensionID?: string;
|
|
1188
|
+
DimensionValueID?: string;
|
|
1189
|
+
RestoreContext___?: RestoreContextInput;
|
|
1190
|
+
}
|
|
1191
|
+
export declare class UpdatemjBizAppsOrdersOrderLineDimensionInput {
|
|
1192
|
+
ID: string;
|
|
1193
|
+
OrderLineID?: string;
|
|
1194
|
+
DimensionID?: string;
|
|
1195
|
+
DimensionValueID?: string;
|
|
1196
|
+
OldValues___?: KeyValuePairInput[];
|
|
1197
|
+
RestoreContext___?: RestoreContextInput;
|
|
1198
|
+
}
|
|
1199
|
+
export declare class RunmjBizAppsOrdersOrderLineDimensionViewResult {
|
|
1200
|
+
Results: mjBizAppsOrdersOrderLineDimension_[];
|
|
1201
|
+
UserViewRunID?: string;
|
|
1202
|
+
RowCount: number;
|
|
1203
|
+
TotalRowCount: number;
|
|
1204
|
+
ExecutionTime: number;
|
|
1205
|
+
ErrorMessage?: string;
|
|
1206
|
+
Success: boolean;
|
|
1207
|
+
}
|
|
1208
|
+
export declare class mjBizAppsOrdersOrderLineDimensionResolver extends ResolverBase {
|
|
1209
|
+
RunmjBizAppsOrdersOrderLineDimensionViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1210
|
+
RunmjBizAppsOrdersOrderLineDimensionViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1211
|
+
RunmjBizAppsOrdersOrderLineDimensionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1212
|
+
mjBizAppsOrdersOrderLineDimension(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersOrderLineDimension_ | null>;
|
|
1213
|
+
CreatemjBizAppsOrdersOrderLineDimension(input: CreatemjBizAppsOrdersOrderLineDimensionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1214
|
+
UpdatemjBizAppsOrdersOrderLineDimension(input: UpdatemjBizAppsOrdersOrderLineDimensionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1215
|
+
DeletemjBizAppsOrdersOrderLineDimension(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1216
|
+
}
|
|
1217
|
+
export declare class mjBizAppsOrdersOrderLinePriceComponent_ {
|
|
1218
|
+
ID: string;
|
|
1219
|
+
OrderLineID: string;
|
|
1220
|
+
Sequence: number;
|
|
1221
|
+
ComponentType: string;
|
|
1222
|
+
Label: string;
|
|
1223
|
+
Amount: number;
|
|
1224
|
+
RunningTotal: number;
|
|
1225
|
+
SourceEntityID?: string;
|
|
1226
|
+
SourceRecordID?: string;
|
|
1227
|
+
_mj__CreatedAt: Date;
|
|
1228
|
+
_mj__UpdatedAt: Date;
|
|
1229
|
+
SourceEntity?: string;
|
|
1230
|
+
}
|
|
1231
|
+
export declare class CreatemjBizAppsOrdersOrderLinePriceComponentInput {
|
|
1232
|
+
ID?: string;
|
|
1233
|
+
OrderLineID?: string;
|
|
1234
|
+
Sequence?: number;
|
|
1235
|
+
ComponentType?: string;
|
|
1236
|
+
Label?: string;
|
|
1237
|
+
Amount?: number;
|
|
1238
|
+
RunningTotal?: number;
|
|
1239
|
+
SourceEntityID: string | null;
|
|
1240
|
+
SourceRecordID: string | null;
|
|
1241
|
+
RestoreContext___?: RestoreContextInput;
|
|
1242
|
+
}
|
|
1243
|
+
export declare class UpdatemjBizAppsOrdersOrderLinePriceComponentInput {
|
|
1244
|
+
ID: string;
|
|
1245
|
+
OrderLineID?: string;
|
|
1246
|
+
Sequence?: number;
|
|
1247
|
+
ComponentType?: string;
|
|
1248
|
+
Label?: string;
|
|
1249
|
+
Amount?: number;
|
|
1250
|
+
RunningTotal?: number;
|
|
1251
|
+
SourceEntityID?: string | null;
|
|
1252
|
+
SourceRecordID?: string | null;
|
|
1253
|
+
OldValues___?: KeyValuePairInput[];
|
|
1254
|
+
RestoreContext___?: RestoreContextInput;
|
|
1255
|
+
}
|
|
1256
|
+
export declare class RunmjBizAppsOrdersOrderLinePriceComponentViewResult {
|
|
1257
|
+
Results: mjBizAppsOrdersOrderLinePriceComponent_[];
|
|
1258
|
+
UserViewRunID?: string;
|
|
1259
|
+
RowCount: number;
|
|
1260
|
+
TotalRowCount: number;
|
|
1261
|
+
ExecutionTime: number;
|
|
1262
|
+
ErrorMessage?: string;
|
|
1263
|
+
Success: boolean;
|
|
1264
|
+
}
|
|
1265
|
+
export declare class mjBizAppsOrdersOrderLinePriceComponentResolver extends ResolverBase {
|
|
1266
|
+
RunmjBizAppsOrdersOrderLinePriceComponentViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1267
|
+
RunmjBizAppsOrdersOrderLinePriceComponentViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1268
|
+
RunmjBizAppsOrdersOrderLinePriceComponentDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1269
|
+
mjBizAppsOrdersOrderLinePriceComponent(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersOrderLinePriceComponent_ | null>;
|
|
1270
|
+
CreatemjBizAppsOrdersOrderLinePriceComponent(input: CreatemjBizAppsOrdersOrderLinePriceComponentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1271
|
+
UpdatemjBizAppsOrdersOrderLinePriceComponent(input: UpdatemjBizAppsOrdersOrderLinePriceComponentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1272
|
+
DeletemjBizAppsOrdersOrderLinePriceComponent(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1273
|
+
}
|
|
1274
|
+
export declare class mjBizAppsOrdersOrderLine_ {
|
|
1275
|
+
ID: string;
|
|
1276
|
+
OrderHeaderID: string;
|
|
1277
|
+
ProductID: string;
|
|
1278
|
+
CompanyID: string;
|
|
1279
|
+
LineNumber: number;
|
|
1280
|
+
Quantity: number;
|
|
1281
|
+
UnitPrice: number;
|
|
1282
|
+
ProductPriceID?: string;
|
|
1283
|
+
DiscountPct: number;
|
|
1284
|
+
DiscountAmount: number;
|
|
1285
|
+
LineTotalNet?: number;
|
|
1286
|
+
ChargeAmount: number;
|
|
1287
|
+
LineTax: number;
|
|
1288
|
+
LineTotalGross?: number;
|
|
1289
|
+
ShipToAddressID?: string;
|
|
1290
|
+
ShipToOrganizationID?: string;
|
|
1291
|
+
ShipToPersonID?: string;
|
|
1292
|
+
RenewsSubscriptionID?: string;
|
|
1293
|
+
ServicePeriodStart?: Date;
|
|
1294
|
+
ServicePeriodEnd?: Date;
|
|
1295
|
+
FulfillmentStatus?: string;
|
|
1296
|
+
ReversesOrderLineID?: string;
|
|
1297
|
+
SourceBundleProductID?: string;
|
|
1298
|
+
ParentOrderLineID?: string;
|
|
1299
|
+
IsRollupParent: boolean;
|
|
1300
|
+
IsQuantityOverridden: boolean;
|
|
1301
|
+
SubscriptionID?: string;
|
|
1302
|
+
Description?: string;
|
|
1303
|
+
JournalEntryID?: string;
|
|
1304
|
+
_mj__CreatedAt: Date;
|
|
1305
|
+
_mj__UpdatedAt: Date;
|
|
1306
|
+
OrderHeader: string;
|
|
1307
|
+
Product: string;
|
|
1308
|
+
Company: string;
|
|
1309
|
+
ShipToOrganization?: string;
|
|
1310
|
+
ShipToPerson?: string;
|
|
1311
|
+
SourceBundleProduct?: string;
|
|
1312
|
+
Subscription?: string;
|
|
1313
|
+
JournalEntry?: string;
|
|
1314
|
+
_mj__Latitude?: number;
|
|
1315
|
+
_mj__Longitude?: number;
|
|
1316
|
+
RootParentOrderLineID?: string;
|
|
1317
|
+
ParentOrderLineIDDepth?: number;
|
|
1318
|
+
ParentOrderLineIDPath?: string;
|
|
1319
|
+
ParentOrderLineIDIsLeaf?: boolean;
|
|
1320
|
+
ParentOrderLineIDChildCount?: number;
|
|
1321
|
+
}
|
|
1322
|
+
export declare class CreatemjBizAppsOrdersOrderLineInput {
|
|
1323
|
+
ID?: string;
|
|
1324
|
+
OrderHeaderID?: string;
|
|
1325
|
+
ProductID?: string;
|
|
1326
|
+
CompanyID?: string;
|
|
1327
|
+
LineNumber?: number;
|
|
1328
|
+
Quantity?: number;
|
|
1329
|
+
UnitPrice?: number;
|
|
1330
|
+
ProductPriceID: string | null;
|
|
1331
|
+
DiscountPct?: number;
|
|
1332
|
+
DiscountAmount?: number;
|
|
1333
|
+
LineTotalNet: number | null;
|
|
1334
|
+
ChargeAmount?: number;
|
|
1335
|
+
LineTax?: number;
|
|
1336
|
+
LineTotalGross: number | null;
|
|
1337
|
+
ShipToAddressID: string | null;
|
|
1338
|
+
ShipToOrganizationID: string | null;
|
|
1339
|
+
ShipToPersonID: string | null;
|
|
1340
|
+
RenewsSubscriptionID: string | null;
|
|
1341
|
+
ServicePeriodStart: Date | null;
|
|
1342
|
+
ServicePeriodEnd: Date | null;
|
|
1343
|
+
FulfillmentStatus: string | null;
|
|
1344
|
+
ReversesOrderLineID: string | null;
|
|
1345
|
+
SourceBundleProductID: string | null;
|
|
1346
|
+
ParentOrderLineID: string | null;
|
|
1347
|
+
IsRollupParent?: boolean;
|
|
1348
|
+
IsQuantityOverridden?: boolean;
|
|
1349
|
+
SubscriptionID: string | null;
|
|
1350
|
+
Description: string | null;
|
|
1351
|
+
JournalEntryID: string | null;
|
|
1352
|
+
RestoreContext___?: RestoreContextInput;
|
|
1353
|
+
}
|
|
1354
|
+
export declare class UpdatemjBizAppsOrdersOrderLineInput {
|
|
1355
|
+
ID: string;
|
|
1356
|
+
OrderHeaderID?: string;
|
|
1357
|
+
ProductID?: string;
|
|
1358
|
+
CompanyID?: string;
|
|
1359
|
+
LineNumber?: number;
|
|
1360
|
+
Quantity?: number;
|
|
1361
|
+
UnitPrice?: number;
|
|
1362
|
+
ProductPriceID?: string | null;
|
|
1363
|
+
DiscountPct?: number;
|
|
1364
|
+
DiscountAmount?: number;
|
|
1365
|
+
LineTotalNet?: number | null;
|
|
1366
|
+
ChargeAmount?: number;
|
|
1367
|
+
LineTax?: number;
|
|
1368
|
+
LineTotalGross?: number | null;
|
|
1369
|
+
ShipToAddressID?: string | null;
|
|
1370
|
+
ShipToOrganizationID?: string | null;
|
|
1371
|
+
ShipToPersonID?: string | null;
|
|
1372
|
+
RenewsSubscriptionID?: string | null;
|
|
1373
|
+
ServicePeriodStart?: Date | null;
|
|
1374
|
+
ServicePeriodEnd?: Date | null;
|
|
1375
|
+
FulfillmentStatus?: string | null;
|
|
1376
|
+
ReversesOrderLineID?: string | null;
|
|
1377
|
+
SourceBundleProductID?: string | null;
|
|
1378
|
+
ParentOrderLineID?: string | null;
|
|
1379
|
+
IsRollupParent?: boolean;
|
|
1380
|
+
IsQuantityOverridden?: boolean;
|
|
1381
|
+
SubscriptionID?: string | null;
|
|
1382
|
+
Description?: string | null;
|
|
1383
|
+
JournalEntryID?: string | null;
|
|
1384
|
+
OldValues___?: KeyValuePairInput[];
|
|
1385
|
+
RestoreContext___?: RestoreContextInput;
|
|
1386
|
+
}
|
|
1387
|
+
export declare class RunmjBizAppsOrdersOrderLineViewResult {
|
|
1388
|
+
Results: mjBizAppsOrdersOrderLine_[];
|
|
1389
|
+
UserViewRunID?: string;
|
|
1390
|
+
RowCount: number;
|
|
1391
|
+
TotalRowCount: number;
|
|
1392
|
+
ExecutionTime: number;
|
|
1393
|
+
ErrorMessage?: string;
|
|
1394
|
+
Success: boolean;
|
|
1395
|
+
}
|
|
1396
|
+
export declare class mjBizAppsOrdersOrderLineResolver extends ResolverBase {
|
|
1397
|
+
RunmjBizAppsOrdersOrderLineViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1398
|
+
RunmjBizAppsOrdersOrderLineViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1399
|
+
RunmjBizAppsOrdersOrderLineDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1400
|
+
mjBizAppsOrdersOrderLine(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersOrderLine_ | null>;
|
|
1401
|
+
CreatemjBizAppsOrdersOrderLine(input: CreatemjBizAppsOrdersOrderLineInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1402
|
+
UpdatemjBizAppsOrdersOrderLine(input: UpdatemjBizAppsOrdersOrderLineInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1403
|
+
DeletemjBizAppsOrdersOrderLine(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1404
|
+
}
|
|
1405
|
+
export declare class mjBizAppsOrdersOrderSequence_ {
|
|
1406
|
+
ID: number;
|
|
1407
|
+
NextSequenceNumber: number;
|
|
1408
|
+
_mj__CreatedAt: Date;
|
|
1409
|
+
_mj__UpdatedAt: Date;
|
|
1410
|
+
}
|
|
1411
|
+
export declare class CreatemjBizAppsOrdersOrderSequenceInput {
|
|
1412
|
+
ID?: number;
|
|
1413
|
+
NextSequenceNumber?: number;
|
|
1414
|
+
RestoreContext___?: RestoreContextInput;
|
|
1415
|
+
}
|
|
1416
|
+
export declare class UpdatemjBizAppsOrdersOrderSequenceInput {
|
|
1417
|
+
ID: number;
|
|
1418
|
+
NextSequenceNumber?: number;
|
|
1419
|
+
OldValues___?: KeyValuePairInput[];
|
|
1420
|
+
RestoreContext___?: RestoreContextInput;
|
|
1421
|
+
}
|
|
1422
|
+
export declare class RunmjBizAppsOrdersOrderSequenceViewResult {
|
|
1423
|
+
Results: mjBizAppsOrdersOrderSequence_[];
|
|
1424
|
+
UserViewRunID?: string;
|
|
1425
|
+
RowCount: number;
|
|
1426
|
+
TotalRowCount: number;
|
|
1427
|
+
ExecutionTime: number;
|
|
1428
|
+
ErrorMessage?: string;
|
|
1429
|
+
Success: boolean;
|
|
1430
|
+
}
|
|
1431
|
+
export declare class mjBizAppsOrdersOrderSequenceResolver extends ResolverBase {
|
|
1432
|
+
RunmjBizAppsOrdersOrderSequenceViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1433
|
+
RunmjBizAppsOrdersOrderSequenceViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1434
|
+
RunmjBizAppsOrdersOrderSequenceDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1435
|
+
mjBizAppsOrdersOrderSequence(ID: number, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersOrderSequence_ | null>;
|
|
1436
|
+
CreatemjBizAppsOrdersOrderSequence(input: CreatemjBizAppsOrdersOrderSequenceInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1437
|
+
UpdatemjBizAppsOrdersOrderSequence(input: UpdatemjBizAppsOrdersOrderSequenceInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1438
|
+
DeletemjBizAppsOrdersOrderSequence(ID: number, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1439
|
+
}
|
|
1440
|
+
export declare class mjBizAppsOrdersPaymentDetail_ {
|
|
1441
|
+
ID: string;
|
|
1442
|
+
CompanyID: string;
|
|
1443
|
+
PaymentTypeID: string;
|
|
1444
|
+
PaymentProviderID?: string;
|
|
1445
|
+
SourceCustomerPaymentMethodID?: string;
|
|
1446
|
+
ProviderCustomerRef?: string;
|
|
1447
|
+
ProviderInstrumentRef?: string;
|
|
1448
|
+
Brand?: string;
|
|
1449
|
+
Last4?: string;
|
|
1450
|
+
ExpiryMonth?: number;
|
|
1451
|
+
ExpiryYear?: number;
|
|
1452
|
+
HolderName?: string;
|
|
1453
|
+
BankName?: string;
|
|
1454
|
+
RoutingLast4?: string;
|
|
1455
|
+
AccountLast4?: string;
|
|
1456
|
+
BankAccountType?: string;
|
|
1457
|
+
ReferenceNumber?: string;
|
|
1458
|
+
InstrumentDate?: Date;
|
|
1459
|
+
StoredValueAccountID?: string;
|
|
1460
|
+
SourceOrderHeaderID?: string;
|
|
1461
|
+
Notes?: string;
|
|
1462
|
+
_mj__CreatedAt: Date;
|
|
1463
|
+
_mj__UpdatedAt: Date;
|
|
1464
|
+
Company: string;
|
|
1465
|
+
PaymentType: string;
|
|
1466
|
+
PaymentProvider?: string;
|
|
1467
|
+
SourceCustomerPaymentMethod?: string;
|
|
1468
|
+
StoredValueAccount?: string;
|
|
1469
|
+
SourceOrderHeader?: string;
|
|
1470
|
+
}
|
|
1471
|
+
export declare class CreatemjBizAppsOrdersPaymentDetailInput {
|
|
1472
|
+
ID?: string;
|
|
1473
|
+
CompanyID?: string;
|
|
1474
|
+
PaymentTypeID?: string;
|
|
1475
|
+
PaymentProviderID: string | null;
|
|
1476
|
+
SourceCustomerPaymentMethodID: string | null;
|
|
1477
|
+
ProviderCustomerRef: string | null;
|
|
1478
|
+
ProviderInstrumentRef: string | null;
|
|
1479
|
+
Brand: string | null;
|
|
1480
|
+
Last4: string | null;
|
|
1481
|
+
ExpiryMonth: number | null;
|
|
1482
|
+
ExpiryYear: number | null;
|
|
1483
|
+
HolderName: string | null;
|
|
1484
|
+
BankName: string | null;
|
|
1485
|
+
RoutingLast4: string | null;
|
|
1486
|
+
AccountLast4: string | null;
|
|
1487
|
+
BankAccountType: string | null;
|
|
1488
|
+
ReferenceNumber: string | null;
|
|
1489
|
+
InstrumentDate: Date | null;
|
|
1490
|
+
StoredValueAccountID: string | null;
|
|
1491
|
+
SourceOrderHeaderID: string | null;
|
|
1492
|
+
Notes: string | null;
|
|
1493
|
+
RestoreContext___?: RestoreContextInput;
|
|
1494
|
+
}
|
|
1495
|
+
export declare class UpdatemjBizAppsOrdersPaymentDetailInput {
|
|
1496
|
+
ID: string;
|
|
1497
|
+
CompanyID?: string;
|
|
1498
|
+
PaymentTypeID?: string;
|
|
1499
|
+
PaymentProviderID?: string | null;
|
|
1500
|
+
SourceCustomerPaymentMethodID?: string | null;
|
|
1501
|
+
ProviderCustomerRef?: string | null;
|
|
1502
|
+
ProviderInstrumentRef?: string | null;
|
|
1503
|
+
Brand?: string | null;
|
|
1504
|
+
Last4?: string | null;
|
|
1505
|
+
ExpiryMonth?: number | null;
|
|
1506
|
+
ExpiryYear?: number | null;
|
|
1507
|
+
HolderName?: string | null;
|
|
1508
|
+
BankName?: string | null;
|
|
1509
|
+
RoutingLast4?: string | null;
|
|
1510
|
+
AccountLast4?: string | null;
|
|
1511
|
+
BankAccountType?: string | null;
|
|
1512
|
+
ReferenceNumber?: string | null;
|
|
1513
|
+
InstrumentDate?: Date | null;
|
|
1514
|
+
StoredValueAccountID?: string | null;
|
|
1515
|
+
SourceOrderHeaderID?: string | null;
|
|
1516
|
+
Notes?: string | null;
|
|
1517
|
+
OldValues___?: KeyValuePairInput[];
|
|
1518
|
+
RestoreContext___?: RestoreContextInput;
|
|
1519
|
+
}
|
|
1520
|
+
export declare class RunmjBizAppsOrdersPaymentDetailViewResult {
|
|
1521
|
+
Results: mjBizAppsOrdersPaymentDetail_[];
|
|
1522
|
+
UserViewRunID?: string;
|
|
1523
|
+
RowCount: number;
|
|
1524
|
+
TotalRowCount: number;
|
|
1525
|
+
ExecutionTime: number;
|
|
1526
|
+
ErrorMessage?: string;
|
|
1527
|
+
Success: boolean;
|
|
1528
|
+
}
|
|
1529
|
+
export declare class mjBizAppsOrdersPaymentDetailResolver extends ResolverBase {
|
|
1530
|
+
RunmjBizAppsOrdersPaymentDetailViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1531
|
+
RunmjBizAppsOrdersPaymentDetailViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1532
|
+
RunmjBizAppsOrdersPaymentDetailDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1533
|
+
mjBizAppsOrdersPaymentDetail(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersPaymentDetail_ | null>;
|
|
1534
|
+
CreatemjBizAppsOrdersPaymentDetail(input: CreatemjBizAppsOrdersPaymentDetailInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1535
|
+
UpdatemjBizAppsOrdersPaymentDetail(input: UpdatemjBizAppsOrdersPaymentDetailInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1536
|
+
DeletemjBizAppsOrdersPaymentDetail(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1537
|
+
}
|
|
1538
|
+
export declare class mjBizAppsOrdersPaymentHeader_ {
|
|
1539
|
+
ID: string;
|
|
1540
|
+
PaymentNumber: string;
|
|
1541
|
+
ReceivingCompanyID: string;
|
|
1542
|
+
BillToPersonID?: string;
|
|
1543
|
+
BillToOrganizationID?: string;
|
|
1544
|
+
PaymentDate: Date;
|
|
1545
|
+
PaymentTypeID: string;
|
|
1546
|
+
Amount: number;
|
|
1547
|
+
ProcessingFeeAmount: number;
|
|
1548
|
+
NetAmount?: number;
|
|
1549
|
+
PaymentProviderID?: string;
|
|
1550
|
+
PaymentIntentID?: string;
|
|
1551
|
+
PaymentDetailID?: string;
|
|
1552
|
+
ProviderChargeID?: string;
|
|
1553
|
+
ProviderRefundID?: string;
|
|
1554
|
+
ReversesPaymentHeaderID?: string;
|
|
1555
|
+
ReversalReason?: string;
|
|
1556
|
+
Status: string;
|
|
1557
|
+
JournalEntryID?: string;
|
|
1558
|
+
Description?: string;
|
|
1559
|
+
Notes?: string;
|
|
1560
|
+
IdempotencyKey?: string;
|
|
1561
|
+
_mj__CreatedAt: Date;
|
|
1562
|
+
_mj__UpdatedAt: Date;
|
|
1563
|
+
ReceivingCompany: string;
|
|
1564
|
+
BillToPerson?: string;
|
|
1565
|
+
BillToOrganization?: string;
|
|
1566
|
+
PaymentType: string;
|
|
1567
|
+
PaymentProvider?: string;
|
|
1568
|
+
PaymentIntent?: string;
|
|
1569
|
+
PaymentDetail?: string;
|
|
1570
|
+
ReversesPaymentHeader?: string;
|
|
1571
|
+
JournalEntry?: string;
|
|
1572
|
+
}
|
|
1573
|
+
export declare class CreatemjBizAppsOrdersPaymentHeaderInput {
|
|
1574
|
+
ID?: string;
|
|
1575
|
+
PaymentNumber?: string;
|
|
1576
|
+
ReceivingCompanyID?: string;
|
|
1577
|
+
BillToPersonID: string | null;
|
|
1578
|
+
BillToOrganizationID: string | null;
|
|
1579
|
+
PaymentDate?: Date;
|
|
1580
|
+
PaymentTypeID?: string;
|
|
1581
|
+
Amount?: number;
|
|
1582
|
+
ProcessingFeeAmount?: number;
|
|
1583
|
+
NetAmount: number | null;
|
|
1584
|
+
PaymentProviderID: string | null;
|
|
1585
|
+
PaymentIntentID: string | null;
|
|
1586
|
+
PaymentDetailID: string | null;
|
|
1587
|
+
ProviderChargeID: string | null;
|
|
1588
|
+
ProviderRefundID: string | null;
|
|
1589
|
+
ReversesPaymentHeaderID: string | null;
|
|
1590
|
+
ReversalReason: string | null;
|
|
1591
|
+
Status?: string;
|
|
1592
|
+
JournalEntryID: string | null;
|
|
1593
|
+
Description: string | null;
|
|
1594
|
+
Notes: string | null;
|
|
1595
|
+
IdempotencyKey: string | null;
|
|
1596
|
+
RestoreContext___?: RestoreContextInput;
|
|
1597
|
+
}
|
|
1598
|
+
export declare class UpdatemjBizAppsOrdersPaymentHeaderInput {
|
|
1599
|
+
ID: string;
|
|
1600
|
+
PaymentNumber?: string;
|
|
1601
|
+
ReceivingCompanyID?: string;
|
|
1602
|
+
BillToPersonID?: string | null;
|
|
1603
|
+
BillToOrganizationID?: string | null;
|
|
1604
|
+
PaymentDate?: Date;
|
|
1605
|
+
PaymentTypeID?: string;
|
|
1606
|
+
Amount?: number;
|
|
1607
|
+
ProcessingFeeAmount?: number;
|
|
1608
|
+
NetAmount?: number | null;
|
|
1609
|
+
PaymentProviderID?: string | null;
|
|
1610
|
+
PaymentIntentID?: string | null;
|
|
1611
|
+
PaymentDetailID?: string | null;
|
|
1612
|
+
ProviderChargeID?: string | null;
|
|
1613
|
+
ProviderRefundID?: string | null;
|
|
1614
|
+
ReversesPaymentHeaderID?: string | null;
|
|
1615
|
+
ReversalReason?: string | null;
|
|
1616
|
+
Status?: string;
|
|
1617
|
+
JournalEntryID?: string | null;
|
|
1618
|
+
Description?: string | null;
|
|
1619
|
+
Notes?: string | null;
|
|
1620
|
+
IdempotencyKey?: string | null;
|
|
1621
|
+
OldValues___?: KeyValuePairInput[];
|
|
1622
|
+
RestoreContext___?: RestoreContextInput;
|
|
1623
|
+
}
|
|
1624
|
+
export declare class RunmjBizAppsOrdersPaymentHeaderViewResult {
|
|
1625
|
+
Results: mjBizAppsOrdersPaymentHeader_[];
|
|
1626
|
+
UserViewRunID?: string;
|
|
1627
|
+
RowCount: number;
|
|
1628
|
+
TotalRowCount: number;
|
|
1629
|
+
ExecutionTime: number;
|
|
1630
|
+
ErrorMessage?: string;
|
|
1631
|
+
Success: boolean;
|
|
1632
|
+
}
|
|
1633
|
+
export declare class mjBizAppsOrdersPaymentHeaderResolver extends ResolverBase {
|
|
1634
|
+
RunmjBizAppsOrdersPaymentHeaderViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1635
|
+
RunmjBizAppsOrdersPaymentHeaderViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1636
|
+
RunmjBizAppsOrdersPaymentHeaderDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1637
|
+
mjBizAppsOrdersPaymentHeader(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersPaymentHeader_ | null>;
|
|
1638
|
+
CreatemjBizAppsOrdersPaymentHeader(input: CreatemjBizAppsOrdersPaymentHeaderInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1639
|
+
UpdatemjBizAppsOrdersPaymentHeader(input: UpdatemjBizAppsOrdersPaymentHeaderInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1640
|
+
DeletemjBizAppsOrdersPaymentHeader(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1641
|
+
}
|
|
1642
|
+
export declare class mjBizAppsOrdersPaymentIntent_ {
|
|
1643
|
+
ID: string;
|
|
1644
|
+
PaymentProviderID: string;
|
|
1645
|
+
ProviderIntentID: string;
|
|
1646
|
+
Status: string;
|
|
1647
|
+
Amount: number;
|
|
1648
|
+
OrderHeaderID?: string;
|
|
1649
|
+
BillToPersonID?: string;
|
|
1650
|
+
BillToOrganizationID?: string;
|
|
1651
|
+
ProviderEventID?: string;
|
|
1652
|
+
LastEventAt?: Date;
|
|
1653
|
+
_mj__CreatedAt: Date;
|
|
1654
|
+
_mj__UpdatedAt: Date;
|
|
1655
|
+
PaymentProvider: string;
|
|
1656
|
+
OrderHeader?: string;
|
|
1657
|
+
BillToPerson?: string;
|
|
1658
|
+
BillToOrganization?: string;
|
|
1659
|
+
}
|
|
1660
|
+
export declare class CreatemjBizAppsOrdersPaymentIntentInput {
|
|
1661
|
+
ID?: string;
|
|
1662
|
+
PaymentProviderID?: string;
|
|
1663
|
+
ProviderIntentID?: string;
|
|
1664
|
+
Status?: string;
|
|
1665
|
+
Amount?: number;
|
|
1666
|
+
OrderHeaderID: string | null;
|
|
1667
|
+
BillToPersonID: string | null;
|
|
1668
|
+
BillToOrganizationID: string | null;
|
|
1669
|
+
ProviderEventID: string | null;
|
|
1670
|
+
LastEventAt: Date | null;
|
|
1671
|
+
RestoreContext___?: RestoreContextInput;
|
|
1672
|
+
}
|
|
1673
|
+
export declare class UpdatemjBizAppsOrdersPaymentIntentInput {
|
|
1674
|
+
ID: string;
|
|
1675
|
+
PaymentProviderID?: string;
|
|
1676
|
+
ProviderIntentID?: string;
|
|
1677
|
+
Status?: string;
|
|
1678
|
+
Amount?: number;
|
|
1679
|
+
OrderHeaderID?: string | null;
|
|
1680
|
+
BillToPersonID?: string | null;
|
|
1681
|
+
BillToOrganizationID?: string | null;
|
|
1682
|
+
ProviderEventID?: string | null;
|
|
1683
|
+
LastEventAt?: Date | null;
|
|
1684
|
+
OldValues___?: KeyValuePairInput[];
|
|
1685
|
+
RestoreContext___?: RestoreContextInput;
|
|
1686
|
+
}
|
|
1687
|
+
export declare class RunmjBizAppsOrdersPaymentIntentViewResult {
|
|
1688
|
+
Results: mjBizAppsOrdersPaymentIntent_[];
|
|
1689
|
+
UserViewRunID?: string;
|
|
1690
|
+
RowCount: number;
|
|
1691
|
+
TotalRowCount: number;
|
|
1692
|
+
ExecutionTime: number;
|
|
1693
|
+
ErrorMessage?: string;
|
|
1694
|
+
Success: boolean;
|
|
1695
|
+
}
|
|
1696
|
+
export declare class mjBizAppsOrdersPaymentIntentResolver extends ResolverBase {
|
|
1697
|
+
RunmjBizAppsOrdersPaymentIntentViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1698
|
+
RunmjBizAppsOrdersPaymentIntentViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1699
|
+
RunmjBizAppsOrdersPaymentIntentDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1700
|
+
mjBizAppsOrdersPaymentIntent(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersPaymentIntent_ | null>;
|
|
1701
|
+
CreatemjBizAppsOrdersPaymentIntent(input: CreatemjBizAppsOrdersPaymentIntentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1702
|
+
UpdatemjBizAppsOrdersPaymentIntent(input: UpdatemjBizAppsOrdersPaymentIntentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1703
|
+
DeletemjBizAppsOrdersPaymentIntent(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1704
|
+
}
|
|
1705
|
+
export declare class mjBizAppsOrdersPaymentLine_ {
|
|
1706
|
+
ID: string;
|
|
1707
|
+
PaymentHeaderID: string;
|
|
1708
|
+
OrderHeaderID: string;
|
|
1709
|
+
OrderLineID?: string;
|
|
1710
|
+
Amount: number;
|
|
1711
|
+
AllocatedAt: Date;
|
|
1712
|
+
AllocatedByUserID?: string;
|
|
1713
|
+
BookedAt?: Date;
|
|
1714
|
+
_mj__CreatedAt: Date;
|
|
1715
|
+
_mj__UpdatedAt: Date;
|
|
1716
|
+
PaymentHeader: string;
|
|
1717
|
+
OrderHeader: string;
|
|
1718
|
+
AllocatedByUser?: string;
|
|
1719
|
+
}
|
|
1720
|
+
export declare class CreatemjBizAppsOrdersPaymentLineInput {
|
|
1721
|
+
ID?: string;
|
|
1722
|
+
PaymentHeaderID?: string;
|
|
1723
|
+
OrderHeaderID?: string;
|
|
1724
|
+
OrderLineID: string | null;
|
|
1725
|
+
Amount?: number;
|
|
1726
|
+
AllocatedAt?: Date;
|
|
1727
|
+
AllocatedByUserID: string | null;
|
|
1728
|
+
BookedAt: Date | null;
|
|
1729
|
+
RestoreContext___?: RestoreContextInput;
|
|
1730
|
+
}
|
|
1731
|
+
export declare class UpdatemjBizAppsOrdersPaymentLineInput {
|
|
1732
|
+
ID: string;
|
|
1733
|
+
PaymentHeaderID?: string;
|
|
1734
|
+
OrderHeaderID?: string;
|
|
1735
|
+
OrderLineID?: string | null;
|
|
1736
|
+
Amount?: number;
|
|
1737
|
+
AllocatedAt?: Date;
|
|
1738
|
+
AllocatedByUserID?: string | null;
|
|
1739
|
+
BookedAt?: Date | null;
|
|
1740
|
+
OldValues___?: KeyValuePairInput[];
|
|
1741
|
+
RestoreContext___?: RestoreContextInput;
|
|
1742
|
+
}
|
|
1743
|
+
export declare class RunmjBizAppsOrdersPaymentLineViewResult {
|
|
1744
|
+
Results: mjBizAppsOrdersPaymentLine_[];
|
|
1745
|
+
UserViewRunID?: string;
|
|
1746
|
+
RowCount: number;
|
|
1747
|
+
TotalRowCount: number;
|
|
1748
|
+
ExecutionTime: number;
|
|
1749
|
+
ErrorMessage?: string;
|
|
1750
|
+
Success: boolean;
|
|
1751
|
+
}
|
|
1752
|
+
export declare class mjBizAppsOrdersPaymentLineResolver extends ResolverBase {
|
|
1753
|
+
RunmjBizAppsOrdersPaymentLineViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1754
|
+
RunmjBizAppsOrdersPaymentLineViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1755
|
+
RunmjBizAppsOrdersPaymentLineDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1756
|
+
mjBizAppsOrdersPaymentLine(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersPaymentLine_ | null>;
|
|
1757
|
+
CreatemjBizAppsOrdersPaymentLine(input: CreatemjBizAppsOrdersPaymentLineInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1758
|
+
UpdatemjBizAppsOrdersPaymentLine(input: UpdatemjBizAppsOrdersPaymentLineInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1759
|
+
DeletemjBizAppsOrdersPaymentLine(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1760
|
+
}
|
|
1761
|
+
export declare class mjBizAppsOrdersPaymentProviderType_ {
|
|
1762
|
+
ID: string;
|
|
1763
|
+
Code: string;
|
|
1764
|
+
Name: string;
|
|
1765
|
+
Description?: string;
|
|
1766
|
+
DriverClass?: string;
|
|
1767
|
+
SupportsTokenization: boolean;
|
|
1768
|
+
SupportsRefund: boolean;
|
|
1769
|
+
SupportsWebhooks: boolean;
|
|
1770
|
+
Sequence: number;
|
|
1771
|
+
IsActive: boolean;
|
|
1772
|
+
_mj__CreatedAt: Date;
|
|
1773
|
+
_mj__UpdatedAt: Date;
|
|
1774
|
+
}
|
|
1775
|
+
export declare class CreatemjBizAppsOrdersPaymentProviderTypeInput {
|
|
1776
|
+
ID?: string;
|
|
1777
|
+
Code?: string;
|
|
1778
|
+
Name?: string;
|
|
1779
|
+
Description: string | null;
|
|
1780
|
+
DriverClass: string | null;
|
|
1781
|
+
SupportsTokenization?: boolean;
|
|
1782
|
+
SupportsRefund?: boolean;
|
|
1783
|
+
SupportsWebhooks?: boolean;
|
|
1784
|
+
Sequence?: number;
|
|
1785
|
+
IsActive?: boolean;
|
|
1786
|
+
RestoreContext___?: RestoreContextInput;
|
|
1787
|
+
}
|
|
1788
|
+
export declare class UpdatemjBizAppsOrdersPaymentProviderTypeInput {
|
|
1789
|
+
ID: string;
|
|
1790
|
+
Code?: string;
|
|
1791
|
+
Name?: string;
|
|
1792
|
+
Description?: string | null;
|
|
1793
|
+
DriverClass?: string | null;
|
|
1794
|
+
SupportsTokenization?: boolean;
|
|
1795
|
+
SupportsRefund?: boolean;
|
|
1796
|
+
SupportsWebhooks?: boolean;
|
|
1797
|
+
Sequence?: number;
|
|
1798
|
+
IsActive?: boolean;
|
|
1799
|
+
OldValues___?: KeyValuePairInput[];
|
|
1800
|
+
RestoreContext___?: RestoreContextInput;
|
|
1801
|
+
}
|
|
1802
|
+
export declare class RunmjBizAppsOrdersPaymentProviderTypeViewResult {
|
|
1803
|
+
Results: mjBizAppsOrdersPaymentProviderType_[];
|
|
1804
|
+
UserViewRunID?: string;
|
|
1805
|
+
RowCount: number;
|
|
1806
|
+
TotalRowCount: number;
|
|
1807
|
+
ExecutionTime: number;
|
|
1808
|
+
ErrorMessage?: string;
|
|
1809
|
+
Success: boolean;
|
|
1810
|
+
}
|
|
1811
|
+
export declare class mjBizAppsOrdersPaymentProviderTypeResolver extends ResolverBase {
|
|
1812
|
+
RunmjBizAppsOrdersPaymentProviderTypeViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1813
|
+
RunmjBizAppsOrdersPaymentProviderTypeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1814
|
+
RunmjBizAppsOrdersPaymentProviderTypeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1815
|
+
mjBizAppsOrdersPaymentProviderType(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersPaymentProviderType_ | null>;
|
|
1816
|
+
CreatemjBizAppsOrdersPaymentProviderType(input: CreatemjBizAppsOrdersPaymentProviderTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1817
|
+
UpdatemjBizAppsOrdersPaymentProviderType(input: UpdatemjBizAppsOrdersPaymentProviderTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1818
|
+
DeletemjBizAppsOrdersPaymentProviderType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1819
|
+
}
|
|
1820
|
+
export declare class mjBizAppsOrdersPaymentProvider_ {
|
|
1821
|
+
ID: string;
|
|
1822
|
+
PaymentProviderTypeID: string;
|
|
1823
|
+
CompanyID: string;
|
|
1824
|
+
Name: string;
|
|
1825
|
+
CredentialsRef?: string;
|
|
1826
|
+
IsLiveMode: boolean;
|
|
1827
|
+
IsActive: boolean;
|
|
1828
|
+
_mj__CreatedAt: Date;
|
|
1829
|
+
_mj__UpdatedAt: Date;
|
|
1830
|
+
PaymentProviderType: string;
|
|
1831
|
+
Company: string;
|
|
1832
|
+
}
|
|
1833
|
+
export declare class CreatemjBizAppsOrdersPaymentProviderInput {
|
|
1834
|
+
ID?: string;
|
|
1835
|
+
PaymentProviderTypeID?: string;
|
|
1836
|
+
CompanyID?: string;
|
|
1837
|
+
Name?: string;
|
|
1838
|
+
CredentialsRef: string | null;
|
|
1839
|
+
IsLiveMode?: boolean;
|
|
1840
|
+
IsActive?: boolean;
|
|
1841
|
+
RestoreContext___?: RestoreContextInput;
|
|
1842
|
+
}
|
|
1843
|
+
export declare class UpdatemjBizAppsOrdersPaymentProviderInput {
|
|
1844
|
+
ID: string;
|
|
1845
|
+
PaymentProviderTypeID?: string;
|
|
1846
|
+
CompanyID?: string;
|
|
1847
|
+
Name?: string;
|
|
1848
|
+
CredentialsRef?: string | null;
|
|
1849
|
+
IsLiveMode?: boolean;
|
|
1850
|
+
IsActive?: boolean;
|
|
1851
|
+
OldValues___?: KeyValuePairInput[];
|
|
1852
|
+
RestoreContext___?: RestoreContextInput;
|
|
1853
|
+
}
|
|
1854
|
+
export declare class RunmjBizAppsOrdersPaymentProviderViewResult {
|
|
1855
|
+
Results: mjBizAppsOrdersPaymentProvider_[];
|
|
1856
|
+
UserViewRunID?: string;
|
|
1857
|
+
RowCount: number;
|
|
1858
|
+
TotalRowCount: number;
|
|
1859
|
+
ExecutionTime: number;
|
|
1860
|
+
ErrorMessage?: string;
|
|
1861
|
+
Success: boolean;
|
|
1862
|
+
}
|
|
1863
|
+
export declare class mjBizAppsOrdersPaymentProviderResolver extends ResolverBase {
|
|
1864
|
+
RunmjBizAppsOrdersPaymentProviderViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1865
|
+
RunmjBizAppsOrdersPaymentProviderViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1866
|
+
RunmjBizAppsOrdersPaymentProviderDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1867
|
+
mjBizAppsOrdersPaymentProvider(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersPaymentProvider_ | null>;
|
|
1868
|
+
CreatemjBizAppsOrdersPaymentProvider(input: CreatemjBizAppsOrdersPaymentProviderInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1869
|
+
UpdatemjBizAppsOrdersPaymentProvider(input: UpdatemjBizAppsOrdersPaymentProviderInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1870
|
+
DeletemjBizAppsOrdersPaymentProvider(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1871
|
+
}
|
|
1872
|
+
export declare class mjBizAppsOrdersPaymentSequence_ {
|
|
1873
|
+
ID: number;
|
|
1874
|
+
NextSequenceNumber: number;
|
|
1875
|
+
_mj__CreatedAt: Date;
|
|
1876
|
+
_mj__UpdatedAt: Date;
|
|
1877
|
+
}
|
|
1878
|
+
export declare class CreatemjBizAppsOrdersPaymentSequenceInput {
|
|
1879
|
+
ID?: number;
|
|
1880
|
+
NextSequenceNumber?: number;
|
|
1881
|
+
RestoreContext___?: RestoreContextInput;
|
|
1882
|
+
}
|
|
1883
|
+
export declare class UpdatemjBizAppsOrdersPaymentSequenceInput {
|
|
1884
|
+
ID: number;
|
|
1885
|
+
NextSequenceNumber?: number;
|
|
1886
|
+
OldValues___?: KeyValuePairInput[];
|
|
1887
|
+
RestoreContext___?: RestoreContextInput;
|
|
1888
|
+
}
|
|
1889
|
+
export declare class RunmjBizAppsOrdersPaymentSequenceViewResult {
|
|
1890
|
+
Results: mjBizAppsOrdersPaymentSequence_[];
|
|
1891
|
+
UserViewRunID?: string;
|
|
1892
|
+
RowCount: number;
|
|
1893
|
+
TotalRowCount: number;
|
|
1894
|
+
ExecutionTime: number;
|
|
1895
|
+
ErrorMessage?: string;
|
|
1896
|
+
Success: boolean;
|
|
1897
|
+
}
|
|
1898
|
+
export declare class mjBizAppsOrdersPaymentSequenceResolver extends ResolverBase {
|
|
1899
|
+
RunmjBizAppsOrdersPaymentSequenceViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1900
|
+
RunmjBizAppsOrdersPaymentSequenceViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1901
|
+
RunmjBizAppsOrdersPaymentSequenceDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1902
|
+
mjBizAppsOrdersPaymentSequence(ID: number, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersPaymentSequence_ | null>;
|
|
1903
|
+
CreatemjBizAppsOrdersPaymentSequence(input: CreatemjBizAppsOrdersPaymentSequenceInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1904
|
+
UpdatemjBizAppsOrdersPaymentSequence(input: UpdatemjBizAppsOrdersPaymentSequenceInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1905
|
+
DeletemjBizAppsOrdersPaymentSequence(ID: number, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1906
|
+
}
|
|
1907
|
+
export declare class mjBizAppsOrdersPaymentTermsType_ {
|
|
1908
|
+
ID: string;
|
|
1909
|
+
Code: string;
|
|
1910
|
+
Name: string;
|
|
1911
|
+
NetDays: number;
|
|
1912
|
+
Description?: string;
|
|
1913
|
+
IsActive: boolean;
|
|
1914
|
+
_mj__CreatedAt: Date;
|
|
1915
|
+
_mj__UpdatedAt: Date;
|
|
1916
|
+
}
|
|
1917
|
+
export declare class CreatemjBizAppsOrdersPaymentTermsTypeInput {
|
|
1918
|
+
ID?: string;
|
|
1919
|
+
Code?: string;
|
|
1920
|
+
Name?: string;
|
|
1921
|
+
NetDays?: number;
|
|
1922
|
+
Description: string | null;
|
|
1923
|
+
IsActive?: boolean;
|
|
1924
|
+
RestoreContext___?: RestoreContextInput;
|
|
1925
|
+
}
|
|
1926
|
+
export declare class UpdatemjBizAppsOrdersPaymentTermsTypeInput {
|
|
1927
|
+
ID: string;
|
|
1928
|
+
Code?: string;
|
|
1929
|
+
Name?: string;
|
|
1930
|
+
NetDays?: number;
|
|
1931
|
+
Description?: string | null;
|
|
1932
|
+
IsActive?: boolean;
|
|
1933
|
+
OldValues___?: KeyValuePairInput[];
|
|
1934
|
+
RestoreContext___?: RestoreContextInput;
|
|
1935
|
+
}
|
|
1936
|
+
export declare class RunmjBizAppsOrdersPaymentTermsTypeViewResult {
|
|
1937
|
+
Results: mjBizAppsOrdersPaymentTermsType_[];
|
|
1938
|
+
UserViewRunID?: string;
|
|
1939
|
+
RowCount: number;
|
|
1940
|
+
TotalRowCount: number;
|
|
1941
|
+
ExecutionTime: number;
|
|
1942
|
+
ErrorMessage?: string;
|
|
1943
|
+
Success: boolean;
|
|
1944
|
+
}
|
|
1945
|
+
export declare class mjBizAppsOrdersPaymentTermsTypeResolver extends ResolverBase {
|
|
1946
|
+
RunmjBizAppsOrdersPaymentTermsTypeViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1947
|
+
RunmjBizAppsOrdersPaymentTermsTypeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1948
|
+
RunmjBizAppsOrdersPaymentTermsTypeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
1949
|
+
mjBizAppsOrdersPaymentTermsType(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersPaymentTermsType_ | null>;
|
|
1950
|
+
CreatemjBizAppsOrdersPaymentTermsType(input: CreatemjBizAppsOrdersPaymentTermsTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1951
|
+
UpdatemjBizAppsOrdersPaymentTermsType(input: UpdatemjBizAppsOrdersPaymentTermsTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1952
|
+
DeletemjBizAppsOrdersPaymentTermsType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
1953
|
+
}
|
|
1954
|
+
export declare class mjBizAppsOrdersPaymentType_ {
|
|
1955
|
+
ID: string;
|
|
1956
|
+
Code: string;
|
|
1957
|
+
Name: string;
|
|
1958
|
+
Description?: string;
|
|
1959
|
+
IsReversal: boolean;
|
|
1960
|
+
RequiresProvider: boolean;
|
|
1961
|
+
RequiresInstrument: boolean;
|
|
1962
|
+
RequiresReference: boolean;
|
|
1963
|
+
DetailExtensionEntity?: string;
|
|
1964
|
+
BookProcessingFeeInline: boolean;
|
|
1965
|
+
Sequence: number;
|
|
1966
|
+
IsActive: boolean;
|
|
1967
|
+
_mj__CreatedAt: Date;
|
|
1968
|
+
_mj__UpdatedAt: Date;
|
|
1969
|
+
}
|
|
1970
|
+
export declare class CreatemjBizAppsOrdersPaymentTypeInput {
|
|
1971
|
+
ID?: string;
|
|
1972
|
+
Code?: string;
|
|
1973
|
+
Name?: string;
|
|
1974
|
+
Description: string | null;
|
|
1975
|
+
IsReversal?: boolean;
|
|
1976
|
+
RequiresProvider?: boolean;
|
|
1977
|
+
RequiresInstrument?: boolean;
|
|
1978
|
+
RequiresReference?: boolean;
|
|
1979
|
+
DetailExtensionEntity: string | null;
|
|
1980
|
+
BookProcessingFeeInline?: boolean;
|
|
1981
|
+
Sequence?: number;
|
|
1982
|
+
IsActive?: boolean;
|
|
1983
|
+
RestoreContext___?: RestoreContextInput;
|
|
1984
|
+
}
|
|
1985
|
+
export declare class UpdatemjBizAppsOrdersPaymentTypeInput {
|
|
1986
|
+
ID: string;
|
|
1987
|
+
Code?: string;
|
|
1988
|
+
Name?: string;
|
|
1989
|
+
Description?: string | null;
|
|
1990
|
+
IsReversal?: boolean;
|
|
1991
|
+
RequiresProvider?: boolean;
|
|
1992
|
+
RequiresInstrument?: boolean;
|
|
1993
|
+
RequiresReference?: boolean;
|
|
1994
|
+
DetailExtensionEntity?: string | null;
|
|
1995
|
+
BookProcessingFeeInline?: boolean;
|
|
1996
|
+
Sequence?: number;
|
|
1997
|
+
IsActive?: boolean;
|
|
1998
|
+
OldValues___?: KeyValuePairInput[];
|
|
1999
|
+
RestoreContext___?: RestoreContextInput;
|
|
2000
|
+
}
|
|
2001
|
+
export declare class RunmjBizAppsOrdersPaymentTypeViewResult {
|
|
2002
|
+
Results: mjBizAppsOrdersPaymentType_[];
|
|
2003
|
+
UserViewRunID?: string;
|
|
2004
|
+
RowCount: number;
|
|
2005
|
+
TotalRowCount: number;
|
|
2006
|
+
ExecutionTime: number;
|
|
2007
|
+
ErrorMessage?: string;
|
|
2008
|
+
Success: boolean;
|
|
2009
|
+
}
|
|
2010
|
+
export declare class mjBizAppsOrdersPaymentTypeResolver extends ResolverBase {
|
|
2011
|
+
RunmjBizAppsOrdersPaymentTypeViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2012
|
+
RunmjBizAppsOrdersPaymentTypeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2013
|
+
RunmjBizAppsOrdersPaymentTypeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2014
|
+
mjBizAppsOrdersPaymentType(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersPaymentType_ | null>;
|
|
2015
|
+
CreatemjBizAppsOrdersPaymentType(input: CreatemjBizAppsOrdersPaymentTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2016
|
+
UpdatemjBizAppsOrdersPaymentType(input: UpdatemjBizAppsOrdersPaymentTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2017
|
+
DeletemjBizAppsOrdersPaymentType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2018
|
+
}
|
|
2019
|
+
export declare class mjBizAppsOrdersPriceListAssignment_ {
|
|
2020
|
+
ID: string;
|
|
2021
|
+
PriceListID: string;
|
|
2022
|
+
OrganizationID?: string;
|
|
2023
|
+
PersonID?: string;
|
|
2024
|
+
Priority: number;
|
|
2025
|
+
StartedAt?: Date;
|
|
2026
|
+
EndedAt?: Date;
|
|
2027
|
+
Status: string;
|
|
2028
|
+
Comments?: string;
|
|
2029
|
+
_mj__CreatedAt: Date;
|
|
2030
|
+
_mj__UpdatedAt: Date;
|
|
2031
|
+
PriceList: string;
|
|
2032
|
+
Organization?: string;
|
|
2033
|
+
Person?: string;
|
|
2034
|
+
}
|
|
2035
|
+
export declare class CreatemjBizAppsOrdersPriceListAssignmentInput {
|
|
2036
|
+
ID?: string;
|
|
2037
|
+
PriceListID?: string;
|
|
2038
|
+
OrganizationID: string | null;
|
|
2039
|
+
PersonID: string | null;
|
|
2040
|
+
Priority?: number;
|
|
2041
|
+
StartedAt: Date | null;
|
|
2042
|
+
EndedAt: Date | null;
|
|
2043
|
+
Status?: string;
|
|
2044
|
+
Comments: string | null;
|
|
2045
|
+
RestoreContext___?: RestoreContextInput;
|
|
2046
|
+
}
|
|
2047
|
+
export declare class UpdatemjBizAppsOrdersPriceListAssignmentInput {
|
|
2048
|
+
ID: string;
|
|
2049
|
+
PriceListID?: string;
|
|
2050
|
+
OrganizationID?: string | null;
|
|
2051
|
+
PersonID?: string | null;
|
|
2052
|
+
Priority?: number;
|
|
2053
|
+
StartedAt?: Date | null;
|
|
2054
|
+
EndedAt?: Date | null;
|
|
2055
|
+
Status?: string;
|
|
2056
|
+
Comments?: string | null;
|
|
2057
|
+
OldValues___?: KeyValuePairInput[];
|
|
2058
|
+
RestoreContext___?: RestoreContextInput;
|
|
2059
|
+
}
|
|
2060
|
+
export declare class RunmjBizAppsOrdersPriceListAssignmentViewResult {
|
|
2061
|
+
Results: mjBizAppsOrdersPriceListAssignment_[];
|
|
2062
|
+
UserViewRunID?: string;
|
|
2063
|
+
RowCount: number;
|
|
2064
|
+
TotalRowCount: number;
|
|
2065
|
+
ExecutionTime: number;
|
|
2066
|
+
ErrorMessage?: string;
|
|
2067
|
+
Success: boolean;
|
|
2068
|
+
}
|
|
2069
|
+
export declare class mjBizAppsOrdersPriceListAssignmentResolver extends ResolverBase {
|
|
2070
|
+
RunmjBizAppsOrdersPriceListAssignmentViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2071
|
+
RunmjBizAppsOrdersPriceListAssignmentViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2072
|
+
RunmjBizAppsOrdersPriceListAssignmentDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2073
|
+
mjBizAppsOrdersPriceListAssignment(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersPriceListAssignment_ | null>;
|
|
2074
|
+
CreatemjBizAppsOrdersPriceListAssignment(input: CreatemjBizAppsOrdersPriceListAssignmentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2075
|
+
UpdatemjBizAppsOrdersPriceListAssignment(input: UpdatemjBizAppsOrdersPriceListAssignmentInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2076
|
+
DeletemjBizAppsOrdersPriceListAssignment(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2077
|
+
}
|
|
2078
|
+
export declare class mjBizAppsOrdersPriceList_ {
|
|
2079
|
+
ID: string;
|
|
2080
|
+
Code: string;
|
|
2081
|
+
Name: string;
|
|
2082
|
+
Description?: string;
|
|
2083
|
+
EffectiveFrom?: Date;
|
|
2084
|
+
EffectiveTo?: Date;
|
|
2085
|
+
Status: string;
|
|
2086
|
+
_mj__CreatedAt: Date;
|
|
2087
|
+
_mj__UpdatedAt: Date;
|
|
2088
|
+
}
|
|
2089
|
+
export declare class CreatemjBizAppsOrdersPriceListInput {
|
|
2090
|
+
ID?: string;
|
|
2091
|
+
Code?: string;
|
|
2092
|
+
Name?: string;
|
|
2093
|
+
Description: string | null;
|
|
2094
|
+
EffectiveFrom: Date | null;
|
|
2095
|
+
EffectiveTo: Date | null;
|
|
2096
|
+
Status?: string;
|
|
2097
|
+
RestoreContext___?: RestoreContextInput;
|
|
2098
|
+
}
|
|
2099
|
+
export declare class UpdatemjBizAppsOrdersPriceListInput {
|
|
2100
|
+
ID: string;
|
|
2101
|
+
Code?: string;
|
|
2102
|
+
Name?: string;
|
|
2103
|
+
Description?: string | null;
|
|
2104
|
+
EffectiveFrom?: Date | null;
|
|
2105
|
+
EffectiveTo?: Date | null;
|
|
2106
|
+
Status?: string;
|
|
2107
|
+
OldValues___?: KeyValuePairInput[];
|
|
2108
|
+
RestoreContext___?: RestoreContextInput;
|
|
2109
|
+
}
|
|
2110
|
+
export declare class RunmjBizAppsOrdersPriceListViewResult {
|
|
2111
|
+
Results: mjBizAppsOrdersPriceList_[];
|
|
2112
|
+
UserViewRunID?: string;
|
|
2113
|
+
RowCount: number;
|
|
2114
|
+
TotalRowCount: number;
|
|
2115
|
+
ExecutionTime: number;
|
|
2116
|
+
ErrorMessage?: string;
|
|
2117
|
+
Success: boolean;
|
|
2118
|
+
}
|
|
2119
|
+
export declare class mjBizAppsOrdersPriceListResolver extends ResolverBase {
|
|
2120
|
+
RunmjBizAppsOrdersPriceListViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2121
|
+
RunmjBizAppsOrdersPriceListViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2122
|
+
RunmjBizAppsOrdersPriceListDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2123
|
+
mjBizAppsOrdersPriceList(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersPriceList_ | null>;
|
|
2124
|
+
CreatemjBizAppsOrdersPriceList(input: CreatemjBizAppsOrdersPriceListInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2125
|
+
UpdatemjBizAppsOrdersPriceList(input: UpdatemjBizAppsOrdersPriceListInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2126
|
+
DeletemjBizAppsOrdersPriceList(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2127
|
+
}
|
|
2128
|
+
export declare class mjBizAppsOrdersPriceTier_ {
|
|
2129
|
+
ID: string;
|
|
2130
|
+
ProductPriceID: string;
|
|
2131
|
+
MinQuantity: number;
|
|
2132
|
+
MaxQuantity?: number;
|
|
2133
|
+
Amount: number;
|
|
2134
|
+
SortOrder: number;
|
|
2135
|
+
_mj__CreatedAt: Date;
|
|
2136
|
+
_mj__UpdatedAt: Date;
|
|
2137
|
+
}
|
|
2138
|
+
export declare class CreatemjBizAppsOrdersPriceTierInput {
|
|
2139
|
+
ID?: string;
|
|
2140
|
+
ProductPriceID?: string;
|
|
2141
|
+
MinQuantity?: number;
|
|
2142
|
+
MaxQuantity: number | null;
|
|
2143
|
+
Amount?: number;
|
|
2144
|
+
SortOrder?: number;
|
|
2145
|
+
RestoreContext___?: RestoreContextInput;
|
|
2146
|
+
}
|
|
2147
|
+
export declare class UpdatemjBizAppsOrdersPriceTierInput {
|
|
2148
|
+
ID: string;
|
|
2149
|
+
ProductPriceID?: string;
|
|
2150
|
+
MinQuantity?: number;
|
|
2151
|
+
MaxQuantity?: number | null;
|
|
2152
|
+
Amount?: number;
|
|
2153
|
+
SortOrder?: number;
|
|
2154
|
+
OldValues___?: KeyValuePairInput[];
|
|
2155
|
+
RestoreContext___?: RestoreContextInput;
|
|
2156
|
+
}
|
|
2157
|
+
export declare class RunmjBizAppsOrdersPriceTierViewResult {
|
|
2158
|
+
Results: mjBizAppsOrdersPriceTier_[];
|
|
2159
|
+
UserViewRunID?: string;
|
|
2160
|
+
RowCount: number;
|
|
2161
|
+
TotalRowCount: number;
|
|
2162
|
+
ExecutionTime: number;
|
|
2163
|
+
ErrorMessage?: string;
|
|
2164
|
+
Success: boolean;
|
|
2165
|
+
}
|
|
2166
|
+
export declare class mjBizAppsOrdersPriceTierResolver extends ResolverBase {
|
|
2167
|
+
RunmjBizAppsOrdersPriceTierViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2168
|
+
RunmjBizAppsOrdersPriceTierViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2169
|
+
RunmjBizAppsOrdersPriceTierDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2170
|
+
mjBizAppsOrdersPriceTier(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersPriceTier_ | null>;
|
|
2171
|
+
CreatemjBizAppsOrdersPriceTier(input: CreatemjBizAppsOrdersPriceTierInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2172
|
+
UpdatemjBizAppsOrdersPriceTier(input: UpdatemjBizAppsOrdersPriceTierInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2173
|
+
DeletemjBizAppsOrdersPriceTier(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2174
|
+
}
|
|
2175
|
+
export declare class mjBizAppsOrdersProductBundleItem_ {
|
|
2176
|
+
ID: string;
|
|
2177
|
+
BundleProductID: string;
|
|
2178
|
+
ComponentProductID: string;
|
|
2179
|
+
Quantity: number;
|
|
2180
|
+
PricingMode: string;
|
|
2181
|
+
SortOrder: number;
|
|
2182
|
+
_mj__CreatedAt: Date;
|
|
2183
|
+
_mj__UpdatedAt: Date;
|
|
2184
|
+
BundleProduct: string;
|
|
2185
|
+
ComponentProduct: string;
|
|
2186
|
+
}
|
|
2187
|
+
export declare class CreatemjBizAppsOrdersProductBundleItemInput {
|
|
2188
|
+
ID?: string;
|
|
2189
|
+
BundleProductID?: string;
|
|
2190
|
+
ComponentProductID?: string;
|
|
2191
|
+
Quantity?: number;
|
|
2192
|
+
PricingMode?: string;
|
|
2193
|
+
SortOrder?: number;
|
|
2194
|
+
RestoreContext___?: RestoreContextInput;
|
|
2195
|
+
}
|
|
2196
|
+
export declare class UpdatemjBizAppsOrdersProductBundleItemInput {
|
|
2197
|
+
ID: string;
|
|
2198
|
+
BundleProductID?: string;
|
|
2199
|
+
ComponentProductID?: string;
|
|
2200
|
+
Quantity?: number;
|
|
2201
|
+
PricingMode?: string;
|
|
2202
|
+
SortOrder?: number;
|
|
2203
|
+
OldValues___?: KeyValuePairInput[];
|
|
2204
|
+
RestoreContext___?: RestoreContextInput;
|
|
2205
|
+
}
|
|
2206
|
+
export declare class RunmjBizAppsOrdersProductBundleItemViewResult {
|
|
2207
|
+
Results: mjBizAppsOrdersProductBundleItem_[];
|
|
2208
|
+
UserViewRunID?: string;
|
|
2209
|
+
RowCount: number;
|
|
2210
|
+
TotalRowCount: number;
|
|
2211
|
+
ExecutionTime: number;
|
|
2212
|
+
ErrorMessage?: string;
|
|
2213
|
+
Success: boolean;
|
|
2214
|
+
}
|
|
2215
|
+
export declare class mjBizAppsOrdersProductBundleItemResolver extends ResolverBase {
|
|
2216
|
+
RunmjBizAppsOrdersProductBundleItemViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2217
|
+
RunmjBizAppsOrdersProductBundleItemViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2218
|
+
RunmjBizAppsOrdersProductBundleItemDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2219
|
+
mjBizAppsOrdersProductBundleItem(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersProductBundleItem_ | null>;
|
|
2220
|
+
CreatemjBizAppsOrdersProductBundleItem(input: CreatemjBizAppsOrdersProductBundleItemInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2221
|
+
UpdatemjBizAppsOrdersProductBundleItem(input: UpdatemjBizAppsOrdersProductBundleItemInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2222
|
+
DeletemjBizAppsOrdersProductBundleItem(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2223
|
+
}
|
|
2224
|
+
export declare class mjBizAppsOrdersProductCategory_ {
|
|
2225
|
+
ID: string;
|
|
2226
|
+
CompanyID: string;
|
|
2227
|
+
Code?: string;
|
|
2228
|
+
Name: string;
|
|
2229
|
+
ParentProductCategoryID?: string;
|
|
2230
|
+
Description?: string;
|
|
2231
|
+
IsActive: boolean;
|
|
2232
|
+
DefaultIsTaxable?: boolean;
|
|
2233
|
+
DefaultTaxCategory?: string;
|
|
2234
|
+
DefaultEntitlementGrantTiming?: string;
|
|
2235
|
+
DefaultEntitlementQuantityMode?: string;
|
|
2236
|
+
DefaultEntitlementValidityMode?: string;
|
|
2237
|
+
_mj__CreatedAt: Date;
|
|
2238
|
+
_mj__UpdatedAt: Date;
|
|
2239
|
+
PricingDriverClass?: string;
|
|
2240
|
+
Company: string;
|
|
2241
|
+
ParentProductCategory?: string;
|
|
2242
|
+
RootParentProductCategoryID?: string;
|
|
2243
|
+
ParentProductCategoryIDDepth?: number;
|
|
2244
|
+
ParentProductCategoryIDPath?: string;
|
|
2245
|
+
ParentProductCategoryIDIsLeaf?: boolean;
|
|
2246
|
+
ParentProductCategoryIDChildCount?: number;
|
|
2247
|
+
}
|
|
2248
|
+
export declare class CreatemjBizAppsOrdersProductCategoryInput {
|
|
2249
|
+
ID?: string;
|
|
2250
|
+
CompanyID?: string;
|
|
2251
|
+
Code: string | null;
|
|
2252
|
+
Name?: string;
|
|
2253
|
+
ParentProductCategoryID: string | null;
|
|
2254
|
+
Description: string | null;
|
|
2255
|
+
IsActive?: boolean;
|
|
2256
|
+
DefaultIsTaxable: boolean | null;
|
|
2257
|
+
DefaultTaxCategory: string | null;
|
|
2258
|
+
DefaultEntitlementGrantTiming: string | null;
|
|
2259
|
+
DefaultEntitlementQuantityMode: string | null;
|
|
2260
|
+
DefaultEntitlementValidityMode: string | null;
|
|
2261
|
+
PricingDriverClass: string | null;
|
|
2262
|
+
RestoreContext___?: RestoreContextInput;
|
|
2263
|
+
}
|
|
2264
|
+
export declare class UpdatemjBizAppsOrdersProductCategoryInput {
|
|
2265
|
+
ID: string;
|
|
2266
|
+
CompanyID?: string;
|
|
2267
|
+
Code?: string | null;
|
|
2268
|
+
Name?: string;
|
|
2269
|
+
ParentProductCategoryID?: string | null;
|
|
2270
|
+
Description?: string | null;
|
|
2271
|
+
IsActive?: boolean;
|
|
2272
|
+
DefaultIsTaxable?: boolean | null;
|
|
2273
|
+
DefaultTaxCategory?: string | null;
|
|
2274
|
+
DefaultEntitlementGrantTiming?: string | null;
|
|
2275
|
+
DefaultEntitlementQuantityMode?: string | null;
|
|
2276
|
+
DefaultEntitlementValidityMode?: string | null;
|
|
2277
|
+
PricingDriverClass?: string | null;
|
|
2278
|
+
OldValues___?: KeyValuePairInput[];
|
|
2279
|
+
RestoreContext___?: RestoreContextInput;
|
|
2280
|
+
}
|
|
2281
|
+
export declare class RunmjBizAppsOrdersProductCategoryViewResult {
|
|
2282
|
+
Results: mjBizAppsOrdersProductCategory_[];
|
|
2283
|
+
UserViewRunID?: string;
|
|
2284
|
+
RowCount: number;
|
|
2285
|
+
TotalRowCount: number;
|
|
2286
|
+
ExecutionTime: number;
|
|
2287
|
+
ErrorMessage?: string;
|
|
2288
|
+
Success: boolean;
|
|
2289
|
+
}
|
|
2290
|
+
export declare class mjBizAppsOrdersProductCategoryResolver extends ResolverBase {
|
|
2291
|
+
RunmjBizAppsOrdersProductCategoryViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2292
|
+
RunmjBizAppsOrdersProductCategoryViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2293
|
+
RunmjBizAppsOrdersProductCategoryDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2294
|
+
mjBizAppsOrdersProductCategory(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersProductCategory_ | null>;
|
|
2295
|
+
CreatemjBizAppsOrdersProductCategory(input: CreatemjBizAppsOrdersProductCategoryInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2296
|
+
UpdatemjBizAppsOrdersProductCategory(input: UpdatemjBizAppsOrdersProductCategoryInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2297
|
+
DeletemjBizAppsOrdersProductCategory(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2298
|
+
}
|
|
2299
|
+
export declare class mjBizAppsOrdersProductEntitlement_ {
|
|
2300
|
+
ID: string;
|
|
2301
|
+
ProductID: string;
|
|
2302
|
+
EntitlementType: string;
|
|
2303
|
+
Code: string;
|
|
2304
|
+
Name?: string;
|
|
2305
|
+
Quantity?: number;
|
|
2306
|
+
UnitOfMeasure?: string;
|
|
2307
|
+
IsActive: boolean;
|
|
2308
|
+
ValidityMode?: string;
|
|
2309
|
+
ValidityDurationDays?: number;
|
|
2310
|
+
AccessLeadHours?: number;
|
|
2311
|
+
AccessLagHours?: number;
|
|
2312
|
+
_mj__CreatedAt: Date;
|
|
2313
|
+
_mj__UpdatedAt: Date;
|
|
2314
|
+
Product: string;
|
|
2315
|
+
}
|
|
2316
|
+
export declare class CreatemjBizAppsOrdersProductEntitlementInput {
|
|
2317
|
+
ID?: string;
|
|
2318
|
+
ProductID?: string;
|
|
2319
|
+
EntitlementType?: string;
|
|
2320
|
+
Code?: string;
|
|
2321
|
+
Name: string | null;
|
|
2322
|
+
Quantity: number | null;
|
|
2323
|
+
UnitOfMeasure: string | null;
|
|
2324
|
+
IsActive?: boolean;
|
|
2325
|
+
ValidityMode: string | null;
|
|
2326
|
+
ValidityDurationDays: number | null;
|
|
2327
|
+
AccessLeadHours: number | null;
|
|
2328
|
+
AccessLagHours: number | null;
|
|
2329
|
+
RestoreContext___?: RestoreContextInput;
|
|
2330
|
+
}
|
|
2331
|
+
export declare class UpdatemjBizAppsOrdersProductEntitlementInput {
|
|
2332
|
+
ID: string;
|
|
2333
|
+
ProductID?: string;
|
|
2334
|
+
EntitlementType?: string;
|
|
2335
|
+
Code?: string;
|
|
2336
|
+
Name?: string | null;
|
|
2337
|
+
Quantity?: number | null;
|
|
2338
|
+
UnitOfMeasure?: string | null;
|
|
2339
|
+
IsActive?: boolean;
|
|
2340
|
+
ValidityMode?: string | null;
|
|
2341
|
+
ValidityDurationDays?: number | null;
|
|
2342
|
+
AccessLeadHours?: number | null;
|
|
2343
|
+
AccessLagHours?: number | null;
|
|
2344
|
+
OldValues___?: KeyValuePairInput[];
|
|
2345
|
+
RestoreContext___?: RestoreContextInput;
|
|
2346
|
+
}
|
|
2347
|
+
export declare class RunmjBizAppsOrdersProductEntitlementViewResult {
|
|
2348
|
+
Results: mjBizAppsOrdersProductEntitlement_[];
|
|
2349
|
+
UserViewRunID?: string;
|
|
2350
|
+
RowCount: number;
|
|
2351
|
+
TotalRowCount: number;
|
|
2352
|
+
ExecutionTime: number;
|
|
2353
|
+
ErrorMessage?: string;
|
|
2354
|
+
Success: boolean;
|
|
2355
|
+
}
|
|
2356
|
+
export declare class mjBizAppsOrdersProductEntitlementResolver extends ResolverBase {
|
|
2357
|
+
RunmjBizAppsOrdersProductEntitlementViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2358
|
+
RunmjBizAppsOrdersProductEntitlementViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2359
|
+
RunmjBizAppsOrdersProductEntitlementDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2360
|
+
mjBizAppsOrdersProductEntitlement(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersProductEntitlement_ | null>;
|
|
2361
|
+
CreatemjBizAppsOrdersProductEntitlement(input: CreatemjBizAppsOrdersProductEntitlementInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2362
|
+
UpdatemjBizAppsOrdersProductEntitlement(input: UpdatemjBizAppsOrdersProductEntitlementInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2363
|
+
DeletemjBizAppsOrdersProductEntitlement(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2364
|
+
}
|
|
2365
|
+
export declare class mjBizAppsOrdersProductPrice_ {
|
|
2366
|
+
ID: string;
|
|
2367
|
+
ProductID: string;
|
|
2368
|
+
PriceListID?: string;
|
|
2369
|
+
PricingModel: string;
|
|
2370
|
+
FeeType: string;
|
|
2371
|
+
Amount: number;
|
|
2372
|
+
UnitOfMeasure?: string;
|
|
2373
|
+
PackageQuantity?: number;
|
|
2374
|
+
MinQuantity?: number;
|
|
2375
|
+
MaxQuantity?: number;
|
|
2376
|
+
EffectiveFrom: Date;
|
|
2377
|
+
EffectiveTo?: Date;
|
|
2378
|
+
RecurrenceMonths?: string;
|
|
2379
|
+
RecurrenceDaysOfWeek?: string;
|
|
2380
|
+
RecurrenceDayOfMonthMin?: number;
|
|
2381
|
+
RecurrenceDayOfMonthMax?: number;
|
|
2382
|
+
TimeOfDayStart?: Date;
|
|
2383
|
+
TimeOfDayEnd?: Date;
|
|
2384
|
+
Priority: number;
|
|
2385
|
+
Status: string;
|
|
2386
|
+
Description?: string;
|
|
2387
|
+
_mj__CreatedAt: Date;
|
|
2388
|
+
_mj__UpdatedAt: Date;
|
|
2389
|
+
Product: string;
|
|
2390
|
+
PriceList?: string;
|
|
2391
|
+
}
|
|
2392
|
+
export declare class CreatemjBizAppsOrdersProductPriceInput {
|
|
2393
|
+
ID?: string;
|
|
2394
|
+
ProductID?: string;
|
|
2395
|
+
PriceListID: string | null;
|
|
2396
|
+
PricingModel?: string;
|
|
2397
|
+
FeeType?: string;
|
|
2398
|
+
Amount?: number;
|
|
2399
|
+
UnitOfMeasure: string | null;
|
|
2400
|
+
PackageQuantity: number | null;
|
|
2401
|
+
MinQuantity: number | null;
|
|
2402
|
+
MaxQuantity: number | null;
|
|
2403
|
+
EffectiveFrom?: Date;
|
|
2404
|
+
EffectiveTo: Date | null;
|
|
2405
|
+
RecurrenceMonths: string | null;
|
|
2406
|
+
RecurrenceDaysOfWeek: string | null;
|
|
2407
|
+
RecurrenceDayOfMonthMin: number | null;
|
|
2408
|
+
RecurrenceDayOfMonthMax: number | null;
|
|
2409
|
+
TimeOfDayStart: Date | null;
|
|
2410
|
+
TimeOfDayEnd: Date | null;
|
|
2411
|
+
Priority?: number;
|
|
2412
|
+
Status?: string;
|
|
2413
|
+
Description: string | null;
|
|
2414
|
+
RestoreContext___?: RestoreContextInput;
|
|
2415
|
+
}
|
|
2416
|
+
export declare class UpdatemjBizAppsOrdersProductPriceInput {
|
|
2417
|
+
ID: string;
|
|
2418
|
+
ProductID?: string;
|
|
2419
|
+
PriceListID?: string | null;
|
|
2420
|
+
PricingModel?: string;
|
|
2421
|
+
FeeType?: string;
|
|
2422
|
+
Amount?: number;
|
|
2423
|
+
UnitOfMeasure?: string | null;
|
|
2424
|
+
PackageQuantity?: number | null;
|
|
2425
|
+
MinQuantity?: number | null;
|
|
2426
|
+
MaxQuantity?: number | null;
|
|
2427
|
+
EffectiveFrom?: Date;
|
|
2428
|
+
EffectiveTo?: Date | null;
|
|
2429
|
+
RecurrenceMonths?: string | null;
|
|
2430
|
+
RecurrenceDaysOfWeek?: string | null;
|
|
2431
|
+
RecurrenceDayOfMonthMin?: number | null;
|
|
2432
|
+
RecurrenceDayOfMonthMax?: number | null;
|
|
2433
|
+
TimeOfDayStart?: Date | null;
|
|
2434
|
+
TimeOfDayEnd?: Date | null;
|
|
2435
|
+
Priority?: number;
|
|
2436
|
+
Status?: string;
|
|
2437
|
+
Description?: string | null;
|
|
2438
|
+
OldValues___?: KeyValuePairInput[];
|
|
2439
|
+
RestoreContext___?: RestoreContextInput;
|
|
2440
|
+
}
|
|
2441
|
+
export declare class RunmjBizAppsOrdersProductPriceViewResult {
|
|
2442
|
+
Results: mjBizAppsOrdersProductPrice_[];
|
|
2443
|
+
UserViewRunID?: string;
|
|
2444
|
+
RowCount: number;
|
|
2445
|
+
TotalRowCount: number;
|
|
2446
|
+
ExecutionTime: number;
|
|
2447
|
+
ErrorMessage?: string;
|
|
2448
|
+
Success: boolean;
|
|
2449
|
+
}
|
|
2450
|
+
export declare class mjBizAppsOrdersProductPriceResolver extends ResolverBase {
|
|
2451
|
+
RunmjBizAppsOrdersProductPriceViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2452
|
+
RunmjBizAppsOrdersProductPriceViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2453
|
+
RunmjBizAppsOrdersProductPriceDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2454
|
+
mjBizAppsOrdersProductPrice(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersProductPrice_ | null>;
|
|
2455
|
+
CreatemjBizAppsOrdersProductPrice(input: CreatemjBizAppsOrdersProductPriceInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2456
|
+
UpdatemjBizAppsOrdersProductPrice(input: UpdatemjBizAppsOrdersProductPriceInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2457
|
+
DeletemjBizAppsOrdersProductPrice(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2458
|
+
}
|
|
2459
|
+
export declare class mjBizAppsOrdersProductType_ {
|
|
2460
|
+
ID: string;
|
|
2461
|
+
Code?: string;
|
|
2462
|
+
Name: string;
|
|
2463
|
+
Description?: string;
|
|
2464
|
+
RequiresFulfillment: boolean;
|
|
2465
|
+
DefaultRevenueRecognitionTypeID?: string;
|
|
2466
|
+
DefaultIsTaxable: boolean;
|
|
2467
|
+
DefaultTaxCategory?: string;
|
|
2468
|
+
DefaultSubscriptionTypeID?: string;
|
|
2469
|
+
ProductExtensionEntity?: string;
|
|
2470
|
+
OrderLineExtensionEntity?: string;
|
|
2471
|
+
IsActive: boolean;
|
|
2472
|
+
DefaultEntitlementGrantTiming: string;
|
|
2473
|
+
DefaultEntitlementQuantityMode: string;
|
|
2474
|
+
DefaultEntitlementValidityMode: string;
|
|
2475
|
+
_mj__CreatedAt: Date;
|
|
2476
|
+
_mj__UpdatedAt: Date;
|
|
2477
|
+
PricingDriverClass?: string;
|
|
2478
|
+
Configuration?: string;
|
|
2479
|
+
DefaultRevenueRecognitionType?: string;
|
|
2480
|
+
DefaultSubscriptionType?: string;
|
|
2481
|
+
}
|
|
2482
|
+
export declare class CreatemjBizAppsOrdersProductTypeInput {
|
|
2483
|
+
ID?: string;
|
|
2484
|
+
Code: string | null;
|
|
2485
|
+
Name?: string;
|
|
2486
|
+
Description: string | null;
|
|
2487
|
+
RequiresFulfillment?: boolean;
|
|
2488
|
+
DefaultRevenueRecognitionTypeID: string | null;
|
|
2489
|
+
DefaultIsTaxable?: boolean;
|
|
2490
|
+
DefaultTaxCategory: string | null;
|
|
2491
|
+
DefaultSubscriptionTypeID: string | null;
|
|
2492
|
+
ProductExtensionEntity: string | null;
|
|
2493
|
+
OrderLineExtensionEntity: string | null;
|
|
2494
|
+
IsActive?: boolean;
|
|
2495
|
+
DefaultEntitlementGrantTiming?: string;
|
|
2496
|
+
DefaultEntitlementQuantityMode?: string;
|
|
2497
|
+
DefaultEntitlementValidityMode?: string;
|
|
2498
|
+
PricingDriverClass: string | null;
|
|
2499
|
+
Configuration: string | null;
|
|
2500
|
+
RestoreContext___?: RestoreContextInput;
|
|
2501
|
+
}
|
|
2502
|
+
export declare class UpdatemjBizAppsOrdersProductTypeInput {
|
|
2503
|
+
ID: string;
|
|
2504
|
+
Code?: string | null;
|
|
2505
|
+
Name?: string;
|
|
2506
|
+
Description?: string | null;
|
|
2507
|
+
RequiresFulfillment?: boolean;
|
|
2508
|
+
DefaultRevenueRecognitionTypeID?: string | null;
|
|
2509
|
+
DefaultIsTaxable?: boolean;
|
|
2510
|
+
DefaultTaxCategory?: string | null;
|
|
2511
|
+
DefaultSubscriptionTypeID?: string | null;
|
|
2512
|
+
ProductExtensionEntity?: string | null;
|
|
2513
|
+
OrderLineExtensionEntity?: string | null;
|
|
2514
|
+
IsActive?: boolean;
|
|
2515
|
+
DefaultEntitlementGrantTiming?: string;
|
|
2516
|
+
DefaultEntitlementQuantityMode?: string;
|
|
2517
|
+
DefaultEntitlementValidityMode?: string;
|
|
2518
|
+
PricingDriverClass?: string | null;
|
|
2519
|
+
Configuration?: string | null;
|
|
2520
|
+
OldValues___?: KeyValuePairInput[];
|
|
2521
|
+
RestoreContext___?: RestoreContextInput;
|
|
2522
|
+
}
|
|
2523
|
+
export declare class RunmjBizAppsOrdersProductTypeViewResult {
|
|
2524
|
+
Results: mjBizAppsOrdersProductType_[];
|
|
2525
|
+
UserViewRunID?: string;
|
|
2526
|
+
RowCount: number;
|
|
2527
|
+
TotalRowCount: number;
|
|
2528
|
+
ExecutionTime: number;
|
|
2529
|
+
ErrorMessage?: string;
|
|
2530
|
+
Success: boolean;
|
|
2531
|
+
}
|
|
2532
|
+
export declare class mjBizAppsOrdersProductTypeResolver extends ResolverBase {
|
|
2533
|
+
RunmjBizAppsOrdersProductTypeViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2534
|
+
RunmjBizAppsOrdersProductTypeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2535
|
+
RunmjBizAppsOrdersProductTypeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2536
|
+
mjBizAppsOrdersProductType(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersProductType_ | null>;
|
|
2537
|
+
CreatemjBizAppsOrdersProductType(input: CreatemjBizAppsOrdersProductTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2538
|
+
UpdatemjBizAppsOrdersProductType(input: UpdatemjBizAppsOrdersProductTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2539
|
+
DeletemjBizAppsOrdersProductType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2540
|
+
}
|
|
2541
|
+
export declare class mjBizAppsOrdersProduct_ {
|
|
2542
|
+
ID: string;
|
|
2543
|
+
Name: string;
|
|
2544
|
+
SKU?: string;
|
|
2545
|
+
ProductTypeID: string;
|
|
2546
|
+
ProductCategoryID: string;
|
|
2547
|
+
CompanyID: string;
|
|
2548
|
+
Status: string;
|
|
2549
|
+
SuccessorProductID?: string;
|
|
2550
|
+
AvailableFrom?: Date;
|
|
2551
|
+
AvailableTo?: Date;
|
|
2552
|
+
RevenueRecognitionTypeID: string;
|
|
2553
|
+
StandaloneSellingPrice?: number;
|
|
2554
|
+
SubscriptionTypeID?: string;
|
|
2555
|
+
IsTaxable?: boolean;
|
|
2556
|
+
Description?: string;
|
|
2557
|
+
TaxCategory?: string;
|
|
2558
|
+
EntitlementGrantTiming?: string;
|
|
2559
|
+
EntitlementQuantityMode?: string;
|
|
2560
|
+
EntitlementValidityMode?: string;
|
|
2561
|
+
_mj__CreatedAt: Date;
|
|
2562
|
+
_mj__UpdatedAt: Date;
|
|
2563
|
+
PricingDriverClass?: string;
|
|
2564
|
+
MaxQuantityPerLine?: number;
|
|
2565
|
+
ProductType: string;
|
|
2566
|
+
ProductCategory: string;
|
|
2567
|
+
Company: string;
|
|
2568
|
+
SuccessorProduct?: string;
|
|
2569
|
+
RevenueRecognitionType: string;
|
|
2570
|
+
SubscriptionType?: string;
|
|
2571
|
+
}
|
|
2572
|
+
export declare class CreatemjBizAppsOrdersProductInput {
|
|
2573
|
+
ID?: string;
|
|
2574
|
+
Name?: string;
|
|
2575
|
+
SKU: string | null;
|
|
2576
|
+
ProductTypeID?: string;
|
|
2577
|
+
ProductCategoryID?: string;
|
|
2578
|
+
CompanyID?: string;
|
|
2579
|
+
Status?: string;
|
|
2580
|
+
SuccessorProductID: string | null;
|
|
2581
|
+
AvailableFrom: Date | null;
|
|
2582
|
+
AvailableTo: Date | null;
|
|
2583
|
+
RevenueRecognitionTypeID?: string;
|
|
2584
|
+
StandaloneSellingPrice: number | null;
|
|
2585
|
+
SubscriptionTypeID: string | null;
|
|
2586
|
+
IsTaxable: boolean | null;
|
|
2587
|
+
Description: string | null;
|
|
2588
|
+
TaxCategory: string | null;
|
|
2589
|
+
EntitlementGrantTiming: string | null;
|
|
2590
|
+
EntitlementQuantityMode: string | null;
|
|
2591
|
+
EntitlementValidityMode: string | null;
|
|
2592
|
+
PricingDriverClass: string | null;
|
|
2593
|
+
MaxQuantityPerLine: number | null;
|
|
2594
|
+
RestoreContext___?: RestoreContextInput;
|
|
2595
|
+
}
|
|
2596
|
+
export declare class UpdatemjBizAppsOrdersProductInput {
|
|
2597
|
+
ID: string;
|
|
2598
|
+
Name?: string;
|
|
2599
|
+
SKU?: string | null;
|
|
2600
|
+
ProductTypeID?: string;
|
|
2601
|
+
ProductCategoryID?: string;
|
|
2602
|
+
CompanyID?: string;
|
|
2603
|
+
Status?: string;
|
|
2604
|
+
SuccessorProductID?: string | null;
|
|
2605
|
+
AvailableFrom?: Date | null;
|
|
2606
|
+
AvailableTo?: Date | null;
|
|
2607
|
+
RevenueRecognitionTypeID?: string;
|
|
2608
|
+
StandaloneSellingPrice?: number | null;
|
|
2609
|
+
SubscriptionTypeID?: string | null;
|
|
2610
|
+
IsTaxable?: boolean | null;
|
|
2611
|
+
Description?: string | null;
|
|
2612
|
+
TaxCategory?: string | null;
|
|
2613
|
+
EntitlementGrantTiming?: string | null;
|
|
2614
|
+
EntitlementQuantityMode?: string | null;
|
|
2615
|
+
EntitlementValidityMode?: string | null;
|
|
2616
|
+
PricingDriverClass?: string | null;
|
|
2617
|
+
MaxQuantityPerLine?: number | null;
|
|
2618
|
+
OldValues___?: KeyValuePairInput[];
|
|
2619
|
+
RestoreContext___?: RestoreContextInput;
|
|
2620
|
+
}
|
|
2621
|
+
export declare class RunmjBizAppsOrdersProductViewResult {
|
|
2622
|
+
Results: mjBizAppsOrdersProduct_[];
|
|
2623
|
+
UserViewRunID?: string;
|
|
2624
|
+
RowCount: number;
|
|
2625
|
+
TotalRowCount: number;
|
|
2626
|
+
ExecutionTime: number;
|
|
2627
|
+
ErrorMessage?: string;
|
|
2628
|
+
Success: boolean;
|
|
2629
|
+
}
|
|
2630
|
+
export declare class mjBizAppsOrdersProductResolver extends ResolverBase {
|
|
2631
|
+
RunmjBizAppsOrdersProductViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2632
|
+
RunmjBizAppsOrdersProductViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2633
|
+
RunmjBizAppsOrdersProductDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2634
|
+
mjBizAppsOrdersProduct(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersProduct_ | null>;
|
|
2635
|
+
CreatemjBizAppsOrdersProduct(input: CreatemjBizAppsOrdersProductInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2636
|
+
UpdatemjBizAppsOrdersProduct(input: UpdatemjBizAppsOrdersProductInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2637
|
+
DeletemjBizAppsOrdersProduct(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2638
|
+
}
|
|
2639
|
+
export declare class mjBizAppsOrdersPromotionCode_ {
|
|
2640
|
+
ID: string;
|
|
2641
|
+
PromotionID: string;
|
|
2642
|
+
Code: string;
|
|
2643
|
+
MaxRedemptions?: number;
|
|
2644
|
+
AssignedOrganizationID?: string;
|
|
2645
|
+
AssignedPersonID?: string;
|
|
2646
|
+
EffectiveFrom?: Date;
|
|
2647
|
+
EffectiveTo?: Date;
|
|
2648
|
+
Status: string;
|
|
2649
|
+
_mj__CreatedAt: Date;
|
|
2650
|
+
_mj__UpdatedAt: Date;
|
|
2651
|
+
Promotion: string;
|
|
2652
|
+
AssignedOrganization?: string;
|
|
2653
|
+
AssignedPerson?: string;
|
|
2654
|
+
}
|
|
2655
|
+
export declare class CreatemjBizAppsOrdersPromotionCodeInput {
|
|
2656
|
+
ID?: string;
|
|
2657
|
+
PromotionID?: string;
|
|
2658
|
+
Code?: string;
|
|
2659
|
+
MaxRedemptions: number | null;
|
|
2660
|
+
AssignedOrganizationID: string | null;
|
|
2661
|
+
AssignedPersonID: string | null;
|
|
2662
|
+
EffectiveFrom: Date | null;
|
|
2663
|
+
EffectiveTo: Date | null;
|
|
2664
|
+
Status?: string;
|
|
2665
|
+
RestoreContext___?: RestoreContextInput;
|
|
2666
|
+
}
|
|
2667
|
+
export declare class UpdatemjBizAppsOrdersPromotionCodeInput {
|
|
2668
|
+
ID: string;
|
|
2669
|
+
PromotionID?: string;
|
|
2670
|
+
Code?: string;
|
|
2671
|
+
MaxRedemptions?: number | null;
|
|
2672
|
+
AssignedOrganizationID?: string | null;
|
|
2673
|
+
AssignedPersonID?: string | null;
|
|
2674
|
+
EffectiveFrom?: Date | null;
|
|
2675
|
+
EffectiveTo?: Date | null;
|
|
2676
|
+
Status?: string;
|
|
2677
|
+
OldValues___?: KeyValuePairInput[];
|
|
2678
|
+
RestoreContext___?: RestoreContextInput;
|
|
2679
|
+
}
|
|
2680
|
+
export declare class RunmjBizAppsOrdersPromotionCodeViewResult {
|
|
2681
|
+
Results: mjBizAppsOrdersPromotionCode_[];
|
|
2682
|
+
UserViewRunID?: string;
|
|
2683
|
+
RowCount: number;
|
|
2684
|
+
TotalRowCount: number;
|
|
2685
|
+
ExecutionTime: number;
|
|
2686
|
+
ErrorMessage?: string;
|
|
2687
|
+
Success: boolean;
|
|
2688
|
+
}
|
|
2689
|
+
export declare class mjBizAppsOrdersPromotionCodeResolver extends ResolverBase {
|
|
2690
|
+
RunmjBizAppsOrdersPromotionCodeViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2691
|
+
RunmjBizAppsOrdersPromotionCodeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2692
|
+
RunmjBizAppsOrdersPromotionCodeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2693
|
+
mjBizAppsOrdersPromotionCode(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersPromotionCode_ | null>;
|
|
2694
|
+
CreatemjBizAppsOrdersPromotionCode(input: CreatemjBizAppsOrdersPromotionCodeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2695
|
+
UpdatemjBizAppsOrdersPromotionCode(input: UpdatemjBizAppsOrdersPromotionCodeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2696
|
+
DeletemjBizAppsOrdersPromotionCode(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2697
|
+
}
|
|
2698
|
+
export declare class mjBizAppsOrdersPromotionTarget_ {
|
|
2699
|
+
ID: string;
|
|
2700
|
+
PromotionID: string;
|
|
2701
|
+
ProductID?: string;
|
|
2702
|
+
ProductCategoryID?: string;
|
|
2703
|
+
IncludeDescendants: boolean;
|
|
2704
|
+
_mj__CreatedAt: Date;
|
|
2705
|
+
_mj__UpdatedAt: Date;
|
|
2706
|
+
Promotion: string;
|
|
2707
|
+
Product?: string;
|
|
2708
|
+
ProductCategory?: string;
|
|
2709
|
+
}
|
|
2710
|
+
export declare class CreatemjBizAppsOrdersPromotionTargetInput {
|
|
2711
|
+
ID?: string;
|
|
2712
|
+
PromotionID?: string;
|
|
2713
|
+
ProductID: string | null;
|
|
2714
|
+
ProductCategoryID: string | null;
|
|
2715
|
+
IncludeDescendants?: boolean;
|
|
2716
|
+
RestoreContext___?: RestoreContextInput;
|
|
2717
|
+
}
|
|
2718
|
+
export declare class UpdatemjBizAppsOrdersPromotionTargetInput {
|
|
2719
|
+
ID: string;
|
|
2720
|
+
PromotionID?: string;
|
|
2721
|
+
ProductID?: string | null;
|
|
2722
|
+
ProductCategoryID?: string | null;
|
|
2723
|
+
IncludeDescendants?: boolean;
|
|
2724
|
+
OldValues___?: KeyValuePairInput[];
|
|
2725
|
+
RestoreContext___?: RestoreContextInput;
|
|
2726
|
+
}
|
|
2727
|
+
export declare class RunmjBizAppsOrdersPromotionTargetViewResult {
|
|
2728
|
+
Results: mjBizAppsOrdersPromotionTarget_[];
|
|
2729
|
+
UserViewRunID?: string;
|
|
2730
|
+
RowCount: number;
|
|
2731
|
+
TotalRowCount: number;
|
|
2732
|
+
ExecutionTime: number;
|
|
2733
|
+
ErrorMessage?: string;
|
|
2734
|
+
Success: boolean;
|
|
2735
|
+
}
|
|
2736
|
+
export declare class mjBizAppsOrdersPromotionTargetResolver extends ResolverBase {
|
|
2737
|
+
RunmjBizAppsOrdersPromotionTargetViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2738
|
+
RunmjBizAppsOrdersPromotionTargetViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2739
|
+
RunmjBizAppsOrdersPromotionTargetDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2740
|
+
mjBizAppsOrdersPromotionTarget(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersPromotionTarget_ | null>;
|
|
2741
|
+
CreatemjBizAppsOrdersPromotionTarget(input: CreatemjBizAppsOrdersPromotionTargetInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2742
|
+
UpdatemjBizAppsOrdersPromotionTarget(input: UpdatemjBizAppsOrdersPromotionTargetInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2743
|
+
DeletemjBizAppsOrdersPromotionTarget(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2744
|
+
}
|
|
2745
|
+
export declare class mjBizAppsOrdersPromotionType_ {
|
|
2746
|
+
ID: string;
|
|
2747
|
+
Code: string;
|
|
2748
|
+
Name: string;
|
|
2749
|
+
Description?: string;
|
|
2750
|
+
Sequence: number;
|
|
2751
|
+
IsActive: boolean;
|
|
2752
|
+
_mj__CreatedAt: Date;
|
|
2753
|
+
_mj__UpdatedAt: Date;
|
|
2754
|
+
}
|
|
2755
|
+
export declare class CreatemjBizAppsOrdersPromotionTypeInput {
|
|
2756
|
+
ID?: string;
|
|
2757
|
+
Code?: string;
|
|
2758
|
+
Name?: string;
|
|
2759
|
+
Description: string | null;
|
|
2760
|
+
Sequence?: number;
|
|
2761
|
+
IsActive?: boolean;
|
|
2762
|
+
RestoreContext___?: RestoreContextInput;
|
|
2763
|
+
}
|
|
2764
|
+
export declare class UpdatemjBizAppsOrdersPromotionTypeInput {
|
|
2765
|
+
ID: string;
|
|
2766
|
+
Code?: string;
|
|
2767
|
+
Name?: string;
|
|
2768
|
+
Description?: string | null;
|
|
2769
|
+
Sequence?: number;
|
|
2770
|
+
IsActive?: boolean;
|
|
2771
|
+
OldValues___?: KeyValuePairInput[];
|
|
2772
|
+
RestoreContext___?: RestoreContextInput;
|
|
2773
|
+
}
|
|
2774
|
+
export declare class RunmjBizAppsOrdersPromotionTypeViewResult {
|
|
2775
|
+
Results: mjBizAppsOrdersPromotionType_[];
|
|
2776
|
+
UserViewRunID?: string;
|
|
2777
|
+
RowCount: number;
|
|
2778
|
+
TotalRowCount: number;
|
|
2779
|
+
ExecutionTime: number;
|
|
2780
|
+
ErrorMessage?: string;
|
|
2781
|
+
Success: boolean;
|
|
2782
|
+
}
|
|
2783
|
+
export declare class mjBizAppsOrdersPromotionTypeResolver extends ResolverBase {
|
|
2784
|
+
RunmjBizAppsOrdersPromotionTypeViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2785
|
+
RunmjBizAppsOrdersPromotionTypeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2786
|
+
RunmjBizAppsOrdersPromotionTypeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2787
|
+
mjBizAppsOrdersPromotionType(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersPromotionType_ | null>;
|
|
2788
|
+
CreatemjBizAppsOrdersPromotionType(input: CreatemjBizAppsOrdersPromotionTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2789
|
+
UpdatemjBizAppsOrdersPromotionType(input: UpdatemjBizAppsOrdersPromotionTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2790
|
+
DeletemjBizAppsOrdersPromotionType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2791
|
+
}
|
|
2792
|
+
export declare class mjBizAppsOrdersPromotion_ {
|
|
2793
|
+
ID: string;
|
|
2794
|
+
Code: string;
|
|
2795
|
+
Name: string;
|
|
2796
|
+
Description?: string;
|
|
2797
|
+
PromotionTypeID: string;
|
|
2798
|
+
CompanyID?: string;
|
|
2799
|
+
Value: number;
|
|
2800
|
+
AppliesAt: string;
|
|
2801
|
+
AllowsStacking: boolean;
|
|
2802
|
+
StackSequence: number;
|
|
2803
|
+
MaxRedemptions?: number;
|
|
2804
|
+
MaxRedemptionsPerCustomer?: number;
|
|
2805
|
+
MinimumOrderAmount?: number;
|
|
2806
|
+
MinimumQuantity?: number;
|
|
2807
|
+
EffectiveFrom?: Date;
|
|
2808
|
+
EffectiveTo?: Date;
|
|
2809
|
+
RecurrenceMonths?: string;
|
|
2810
|
+
RecurrenceDaysOfWeek?: string;
|
|
2811
|
+
TimeOfDayStart?: Date;
|
|
2812
|
+
TimeOfDayEnd?: Date;
|
|
2813
|
+
QualifierKey?: string;
|
|
2814
|
+
Status: string;
|
|
2815
|
+
_mj__CreatedAt: Date;
|
|
2816
|
+
_mj__UpdatedAt: Date;
|
|
2817
|
+
PromotionType: string;
|
|
2818
|
+
Company?: string;
|
|
2819
|
+
}
|
|
2820
|
+
export declare class CreatemjBizAppsOrdersPromotionInput {
|
|
2821
|
+
ID?: string;
|
|
2822
|
+
Code?: string;
|
|
2823
|
+
Name?: string;
|
|
2824
|
+
Description: string | null;
|
|
2825
|
+
PromotionTypeID?: string;
|
|
2826
|
+
CompanyID: string | null;
|
|
2827
|
+
Value?: number;
|
|
2828
|
+
AppliesAt?: string;
|
|
2829
|
+
AllowsStacking?: boolean;
|
|
2830
|
+
StackSequence?: number;
|
|
2831
|
+
MaxRedemptions: number | null;
|
|
2832
|
+
MaxRedemptionsPerCustomer: number | null;
|
|
2833
|
+
MinimumOrderAmount: number | null;
|
|
2834
|
+
MinimumQuantity: number | null;
|
|
2835
|
+
EffectiveFrom: Date | null;
|
|
2836
|
+
EffectiveTo: Date | null;
|
|
2837
|
+
RecurrenceMonths: string | null;
|
|
2838
|
+
RecurrenceDaysOfWeek: string | null;
|
|
2839
|
+
TimeOfDayStart: Date | null;
|
|
2840
|
+
TimeOfDayEnd: Date | null;
|
|
2841
|
+
QualifierKey: string | null;
|
|
2842
|
+
Status?: string;
|
|
2843
|
+
RestoreContext___?: RestoreContextInput;
|
|
2844
|
+
}
|
|
2845
|
+
export declare class UpdatemjBizAppsOrdersPromotionInput {
|
|
2846
|
+
ID: string;
|
|
2847
|
+
Code?: string;
|
|
2848
|
+
Name?: string;
|
|
2849
|
+
Description?: string | null;
|
|
2850
|
+
PromotionTypeID?: string;
|
|
2851
|
+
CompanyID?: string | null;
|
|
2852
|
+
Value?: number;
|
|
2853
|
+
AppliesAt?: string;
|
|
2854
|
+
AllowsStacking?: boolean;
|
|
2855
|
+
StackSequence?: number;
|
|
2856
|
+
MaxRedemptions?: number | null;
|
|
2857
|
+
MaxRedemptionsPerCustomer?: number | null;
|
|
2858
|
+
MinimumOrderAmount?: number | null;
|
|
2859
|
+
MinimumQuantity?: number | null;
|
|
2860
|
+
EffectiveFrom?: Date | null;
|
|
2861
|
+
EffectiveTo?: Date | null;
|
|
2862
|
+
RecurrenceMonths?: string | null;
|
|
2863
|
+
RecurrenceDaysOfWeek?: string | null;
|
|
2864
|
+
TimeOfDayStart?: Date | null;
|
|
2865
|
+
TimeOfDayEnd?: Date | null;
|
|
2866
|
+
QualifierKey?: string | null;
|
|
2867
|
+
Status?: string;
|
|
2868
|
+
OldValues___?: KeyValuePairInput[];
|
|
2869
|
+
RestoreContext___?: RestoreContextInput;
|
|
2870
|
+
}
|
|
2871
|
+
export declare class RunmjBizAppsOrdersPromotionViewResult {
|
|
2872
|
+
Results: mjBizAppsOrdersPromotion_[];
|
|
2873
|
+
UserViewRunID?: string;
|
|
2874
|
+
RowCount: number;
|
|
2875
|
+
TotalRowCount: number;
|
|
2876
|
+
ExecutionTime: number;
|
|
2877
|
+
ErrorMessage?: string;
|
|
2878
|
+
Success: boolean;
|
|
2879
|
+
}
|
|
2880
|
+
export declare class mjBizAppsOrdersPromotionResolver extends ResolverBase {
|
|
2881
|
+
RunmjBizAppsOrdersPromotionViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2882
|
+
RunmjBizAppsOrdersPromotionViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2883
|
+
RunmjBizAppsOrdersPromotionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2884
|
+
mjBizAppsOrdersPromotion(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersPromotion_ | null>;
|
|
2885
|
+
CreatemjBizAppsOrdersPromotion(input: CreatemjBizAppsOrdersPromotionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2886
|
+
UpdatemjBizAppsOrdersPromotion(input: UpdatemjBizAppsOrdersPromotionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2887
|
+
DeletemjBizAppsOrdersPromotion(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2888
|
+
}
|
|
2889
|
+
export declare class mjBizAppsOrdersRevenueRecognitionType_ {
|
|
2890
|
+
ID: string;
|
|
2891
|
+
Code: string;
|
|
2892
|
+
Name: string;
|
|
2893
|
+
Description?: string;
|
|
2894
|
+
DriverClass: string;
|
|
2895
|
+
IsDeferred: boolean;
|
|
2896
|
+
RequiresServicePeriod: boolean;
|
|
2897
|
+
Sequence: number;
|
|
2898
|
+
IsActive: boolean;
|
|
2899
|
+
_mj__CreatedAt: Date;
|
|
2900
|
+
_mj__UpdatedAt: Date;
|
|
2901
|
+
}
|
|
2902
|
+
export declare class CreatemjBizAppsOrdersRevenueRecognitionTypeInput {
|
|
2903
|
+
ID?: string;
|
|
2904
|
+
Code?: string;
|
|
2905
|
+
Name?: string;
|
|
2906
|
+
Description: string | null;
|
|
2907
|
+
DriverClass?: string;
|
|
2908
|
+
IsDeferred?: boolean;
|
|
2909
|
+
RequiresServicePeriod?: boolean;
|
|
2910
|
+
Sequence?: number;
|
|
2911
|
+
IsActive?: boolean;
|
|
2912
|
+
RestoreContext___?: RestoreContextInput;
|
|
2913
|
+
}
|
|
2914
|
+
export declare class UpdatemjBizAppsOrdersRevenueRecognitionTypeInput {
|
|
2915
|
+
ID: string;
|
|
2916
|
+
Code?: string;
|
|
2917
|
+
Name?: string;
|
|
2918
|
+
Description?: string | null;
|
|
2919
|
+
DriverClass?: string;
|
|
2920
|
+
IsDeferred?: boolean;
|
|
2921
|
+
RequiresServicePeriod?: boolean;
|
|
2922
|
+
Sequence?: number;
|
|
2923
|
+
IsActive?: boolean;
|
|
2924
|
+
OldValues___?: KeyValuePairInput[];
|
|
2925
|
+
RestoreContext___?: RestoreContextInput;
|
|
2926
|
+
}
|
|
2927
|
+
export declare class RunmjBizAppsOrdersRevenueRecognitionTypeViewResult {
|
|
2928
|
+
Results: mjBizAppsOrdersRevenueRecognitionType_[];
|
|
2929
|
+
UserViewRunID?: string;
|
|
2930
|
+
RowCount: number;
|
|
2931
|
+
TotalRowCount: number;
|
|
2932
|
+
ExecutionTime: number;
|
|
2933
|
+
ErrorMessage?: string;
|
|
2934
|
+
Success: boolean;
|
|
2935
|
+
}
|
|
2936
|
+
export declare class mjBizAppsOrdersRevenueRecognitionTypeResolver extends ResolverBase {
|
|
2937
|
+
RunmjBizAppsOrdersRevenueRecognitionTypeViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2938
|
+
RunmjBizAppsOrdersRevenueRecognitionTypeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2939
|
+
RunmjBizAppsOrdersRevenueRecognitionTypeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2940
|
+
mjBizAppsOrdersRevenueRecognitionType(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersRevenueRecognitionType_ | null>;
|
|
2941
|
+
CreatemjBizAppsOrdersRevenueRecognitionType(input: CreatemjBizAppsOrdersRevenueRecognitionTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2942
|
+
UpdatemjBizAppsOrdersRevenueRecognitionType(input: UpdatemjBizAppsOrdersRevenueRecognitionTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2943
|
+
DeletemjBizAppsOrdersRevenueRecognitionType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2944
|
+
}
|
|
2945
|
+
export declare class mjBizAppsOrdersSalesAuthority_ {
|
|
2946
|
+
ID: string;
|
|
2947
|
+
SalesRepUserID: string;
|
|
2948
|
+
MaxDiscountPct?: number;
|
|
2949
|
+
MaxOrderValue?: number;
|
|
2950
|
+
AllowedPaymentTermsTypeIDs?: string;
|
|
2951
|
+
AllowedProductCategoryIDs?: string;
|
|
2952
|
+
IsActive: boolean;
|
|
2953
|
+
_mj__CreatedAt: Date;
|
|
2954
|
+
_mj__UpdatedAt: Date;
|
|
2955
|
+
SalesRepUser: string;
|
|
2956
|
+
}
|
|
2957
|
+
export declare class CreatemjBizAppsOrdersSalesAuthorityInput {
|
|
2958
|
+
ID?: string;
|
|
2959
|
+
SalesRepUserID?: string;
|
|
2960
|
+
MaxDiscountPct: number | null;
|
|
2961
|
+
MaxOrderValue: number | null;
|
|
2962
|
+
AllowedPaymentTermsTypeIDs: string | null;
|
|
2963
|
+
AllowedProductCategoryIDs: string | null;
|
|
2964
|
+
IsActive?: boolean;
|
|
2965
|
+
RestoreContext___?: RestoreContextInput;
|
|
2966
|
+
}
|
|
2967
|
+
export declare class UpdatemjBizAppsOrdersSalesAuthorityInput {
|
|
2968
|
+
ID: string;
|
|
2969
|
+
SalesRepUserID?: string;
|
|
2970
|
+
MaxDiscountPct?: number | null;
|
|
2971
|
+
MaxOrderValue?: number | null;
|
|
2972
|
+
AllowedPaymentTermsTypeIDs?: string | null;
|
|
2973
|
+
AllowedProductCategoryIDs?: string | null;
|
|
2974
|
+
IsActive?: boolean;
|
|
2975
|
+
OldValues___?: KeyValuePairInput[];
|
|
2976
|
+
RestoreContext___?: RestoreContextInput;
|
|
2977
|
+
}
|
|
2978
|
+
export declare class RunmjBizAppsOrdersSalesAuthorityViewResult {
|
|
2979
|
+
Results: mjBizAppsOrdersSalesAuthority_[];
|
|
2980
|
+
UserViewRunID?: string;
|
|
2981
|
+
RowCount: number;
|
|
2982
|
+
TotalRowCount: number;
|
|
2983
|
+
ExecutionTime: number;
|
|
2984
|
+
ErrorMessage?: string;
|
|
2985
|
+
Success: boolean;
|
|
2986
|
+
}
|
|
2987
|
+
export declare class mjBizAppsOrdersSalesAuthorityResolver extends ResolverBase {
|
|
2988
|
+
RunmjBizAppsOrdersSalesAuthorityViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2989
|
+
RunmjBizAppsOrdersSalesAuthorityViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2990
|
+
RunmjBizAppsOrdersSalesAuthorityDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
2991
|
+
mjBizAppsOrdersSalesAuthority(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersSalesAuthority_ | null>;
|
|
2992
|
+
CreatemjBizAppsOrdersSalesAuthority(input: CreatemjBizAppsOrdersSalesAuthorityInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2993
|
+
UpdatemjBizAppsOrdersSalesAuthority(input: UpdatemjBizAppsOrdersSalesAuthorityInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2994
|
+
DeletemjBizAppsOrdersSalesAuthority(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
2995
|
+
}
|
|
2996
|
+
export declare class mjBizAppsOrdersSalesRule_ {
|
|
2997
|
+
ID: string;
|
|
2998
|
+
Name: string;
|
|
2999
|
+
RuleType: string;
|
|
3000
|
+
Scope: string;
|
|
3001
|
+
ScopeReferenceID?: string;
|
|
3002
|
+
PredicateJson?: string;
|
|
3003
|
+
ApprovalRequiredRoleID?: string;
|
|
3004
|
+
IsActive: boolean;
|
|
3005
|
+
_mj__CreatedAt: Date;
|
|
3006
|
+
_mj__UpdatedAt: Date;
|
|
3007
|
+
ApprovalRequiredRole?: string;
|
|
3008
|
+
}
|
|
3009
|
+
export declare class CreatemjBizAppsOrdersSalesRuleInput {
|
|
3010
|
+
ID?: string;
|
|
3011
|
+
Name?: string;
|
|
3012
|
+
RuleType?: string;
|
|
3013
|
+
Scope?: string;
|
|
3014
|
+
ScopeReferenceID: string | null;
|
|
3015
|
+
PredicateJson: string | null;
|
|
3016
|
+
ApprovalRequiredRoleID: string | null;
|
|
3017
|
+
IsActive?: boolean;
|
|
3018
|
+
RestoreContext___?: RestoreContextInput;
|
|
3019
|
+
}
|
|
3020
|
+
export declare class UpdatemjBizAppsOrdersSalesRuleInput {
|
|
3021
|
+
ID: string;
|
|
3022
|
+
Name?: string;
|
|
3023
|
+
RuleType?: string;
|
|
3024
|
+
Scope?: string;
|
|
3025
|
+
ScopeReferenceID?: string | null;
|
|
3026
|
+
PredicateJson?: string | null;
|
|
3027
|
+
ApprovalRequiredRoleID?: string | null;
|
|
3028
|
+
IsActive?: boolean;
|
|
3029
|
+
OldValues___?: KeyValuePairInput[];
|
|
3030
|
+
RestoreContext___?: RestoreContextInput;
|
|
3031
|
+
}
|
|
3032
|
+
export declare class RunmjBizAppsOrdersSalesRuleViewResult {
|
|
3033
|
+
Results: mjBizAppsOrdersSalesRule_[];
|
|
3034
|
+
UserViewRunID?: string;
|
|
3035
|
+
RowCount: number;
|
|
3036
|
+
TotalRowCount: number;
|
|
3037
|
+
ExecutionTime: number;
|
|
3038
|
+
ErrorMessage?: string;
|
|
3039
|
+
Success: boolean;
|
|
3040
|
+
}
|
|
3041
|
+
export declare class mjBizAppsOrdersSalesRuleResolver extends ResolverBase {
|
|
3042
|
+
RunmjBizAppsOrdersSalesRuleViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3043
|
+
RunmjBizAppsOrdersSalesRuleViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3044
|
+
RunmjBizAppsOrdersSalesRuleDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3045
|
+
mjBizAppsOrdersSalesRule(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersSalesRule_ | null>;
|
|
3046
|
+
CreatemjBizAppsOrdersSalesRule(input: CreatemjBizAppsOrdersSalesRuleInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3047
|
+
UpdatemjBizAppsOrdersSalesRule(input: UpdatemjBizAppsOrdersSalesRuleInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3048
|
+
DeletemjBizAppsOrdersSalesRule(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3049
|
+
}
|
|
3050
|
+
export declare class mjBizAppsOrdersStoredValueAccount_ {
|
|
3051
|
+
ID: string;
|
|
3052
|
+
Code: string;
|
|
3053
|
+
IssuingCompanyID: string;
|
|
3054
|
+
InitialAmount: number;
|
|
3055
|
+
CurrentBalance: number;
|
|
3056
|
+
Status: string;
|
|
3057
|
+
IssuedFromOrderLineID?: string;
|
|
3058
|
+
BeneficiaryPersonID?: string;
|
|
3059
|
+
BeneficiaryOrganizationID?: string;
|
|
3060
|
+
ExpiresAt?: Date;
|
|
3061
|
+
_mj__CreatedAt: Date;
|
|
3062
|
+
_mj__UpdatedAt: Date;
|
|
3063
|
+
IssuingCompany: string;
|
|
3064
|
+
BeneficiaryPerson?: string;
|
|
3065
|
+
BeneficiaryOrganization?: string;
|
|
3066
|
+
}
|
|
3067
|
+
export declare class CreatemjBizAppsOrdersStoredValueAccountInput {
|
|
3068
|
+
ID?: string;
|
|
3069
|
+
Code?: string;
|
|
3070
|
+
IssuingCompanyID?: string;
|
|
3071
|
+
InitialAmount?: number;
|
|
3072
|
+
CurrentBalance?: number;
|
|
3073
|
+
Status?: string;
|
|
3074
|
+
IssuedFromOrderLineID: string | null;
|
|
3075
|
+
BeneficiaryPersonID: string | null;
|
|
3076
|
+
BeneficiaryOrganizationID: string | null;
|
|
3077
|
+
ExpiresAt: Date | null;
|
|
3078
|
+
RestoreContext___?: RestoreContextInput;
|
|
3079
|
+
}
|
|
3080
|
+
export declare class UpdatemjBizAppsOrdersStoredValueAccountInput {
|
|
3081
|
+
ID: string;
|
|
3082
|
+
Code?: string;
|
|
3083
|
+
IssuingCompanyID?: string;
|
|
3084
|
+
InitialAmount?: number;
|
|
3085
|
+
CurrentBalance?: number;
|
|
3086
|
+
Status?: string;
|
|
3087
|
+
IssuedFromOrderLineID?: string | null;
|
|
3088
|
+
BeneficiaryPersonID?: string | null;
|
|
3089
|
+
BeneficiaryOrganizationID?: string | null;
|
|
3090
|
+
ExpiresAt?: Date | null;
|
|
3091
|
+
OldValues___?: KeyValuePairInput[];
|
|
3092
|
+
RestoreContext___?: RestoreContextInput;
|
|
3093
|
+
}
|
|
3094
|
+
export declare class RunmjBizAppsOrdersStoredValueAccountViewResult {
|
|
3095
|
+
Results: mjBizAppsOrdersStoredValueAccount_[];
|
|
3096
|
+
UserViewRunID?: string;
|
|
3097
|
+
RowCount: number;
|
|
3098
|
+
TotalRowCount: number;
|
|
3099
|
+
ExecutionTime: number;
|
|
3100
|
+
ErrorMessage?: string;
|
|
3101
|
+
Success: boolean;
|
|
3102
|
+
}
|
|
3103
|
+
export declare class mjBizAppsOrdersStoredValueAccountResolver extends ResolverBase {
|
|
3104
|
+
RunmjBizAppsOrdersStoredValueAccountViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3105
|
+
RunmjBizAppsOrdersStoredValueAccountViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3106
|
+
RunmjBizAppsOrdersStoredValueAccountDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3107
|
+
mjBizAppsOrdersStoredValueAccount(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersStoredValueAccount_ | null>;
|
|
3108
|
+
CreatemjBizAppsOrdersStoredValueAccount(input: CreatemjBizAppsOrdersStoredValueAccountInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3109
|
+
UpdatemjBizAppsOrdersStoredValueAccount(input: UpdatemjBizAppsOrdersStoredValueAccountInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3110
|
+
DeletemjBizAppsOrdersStoredValueAccount(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3111
|
+
}
|
|
3112
|
+
export declare class mjBizAppsOrdersStoredValueTransaction_ {
|
|
3113
|
+
ID: string;
|
|
3114
|
+
StoredValueAccountID: string;
|
|
3115
|
+
TransactionType: string;
|
|
3116
|
+
Amount: number;
|
|
3117
|
+
BalanceAfter: number;
|
|
3118
|
+
RelatedPaymentID?: string;
|
|
3119
|
+
RelatedOrderHeaderID?: string;
|
|
3120
|
+
OccurredAt: Date;
|
|
3121
|
+
_mj__CreatedAt: Date;
|
|
3122
|
+
_mj__UpdatedAt: Date;
|
|
3123
|
+
StoredValueAccount: string;
|
|
3124
|
+
RelatedPayment?: string;
|
|
3125
|
+
RelatedOrderHeader?: string;
|
|
3126
|
+
}
|
|
3127
|
+
export declare class CreatemjBizAppsOrdersStoredValueTransactionInput {
|
|
3128
|
+
ID?: string;
|
|
3129
|
+
StoredValueAccountID?: string;
|
|
3130
|
+
TransactionType?: string;
|
|
3131
|
+
Amount?: number;
|
|
3132
|
+
BalanceAfter?: number;
|
|
3133
|
+
RelatedPaymentID: string | null;
|
|
3134
|
+
RelatedOrderHeaderID: string | null;
|
|
3135
|
+
OccurredAt?: Date;
|
|
3136
|
+
RestoreContext___?: RestoreContextInput;
|
|
3137
|
+
}
|
|
3138
|
+
export declare class UpdatemjBizAppsOrdersStoredValueTransactionInput {
|
|
3139
|
+
ID: string;
|
|
3140
|
+
StoredValueAccountID?: string;
|
|
3141
|
+
TransactionType?: string;
|
|
3142
|
+
Amount?: number;
|
|
3143
|
+
BalanceAfter?: number;
|
|
3144
|
+
RelatedPaymentID?: string | null;
|
|
3145
|
+
RelatedOrderHeaderID?: string | null;
|
|
3146
|
+
OccurredAt?: Date;
|
|
3147
|
+
OldValues___?: KeyValuePairInput[];
|
|
3148
|
+
RestoreContext___?: RestoreContextInput;
|
|
3149
|
+
}
|
|
3150
|
+
export declare class RunmjBizAppsOrdersStoredValueTransactionViewResult {
|
|
3151
|
+
Results: mjBizAppsOrdersStoredValueTransaction_[];
|
|
3152
|
+
UserViewRunID?: string;
|
|
3153
|
+
RowCount: number;
|
|
3154
|
+
TotalRowCount: number;
|
|
3155
|
+
ExecutionTime: number;
|
|
3156
|
+
ErrorMessage?: string;
|
|
3157
|
+
Success: boolean;
|
|
3158
|
+
}
|
|
3159
|
+
export declare class mjBizAppsOrdersStoredValueTransactionResolver extends ResolverBase {
|
|
3160
|
+
RunmjBizAppsOrdersStoredValueTransactionViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3161
|
+
RunmjBizAppsOrdersStoredValueTransactionViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3162
|
+
RunmjBizAppsOrdersStoredValueTransactionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3163
|
+
mjBizAppsOrdersStoredValueTransaction(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersStoredValueTransaction_ | null>;
|
|
3164
|
+
CreatemjBizAppsOrdersStoredValueTransaction(input: CreatemjBizAppsOrdersStoredValueTransactionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3165
|
+
UpdatemjBizAppsOrdersStoredValueTransaction(input: UpdatemjBizAppsOrdersStoredValueTransactionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3166
|
+
DeletemjBizAppsOrdersStoredValueTransaction(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3167
|
+
}
|
|
3168
|
+
export declare class mjBizAppsOrdersSubscriptionEvent_ {
|
|
3169
|
+
ID: string;
|
|
3170
|
+
SubscriptionID: string;
|
|
3171
|
+
EventType: string;
|
|
3172
|
+
OccurredAt: Date;
|
|
3173
|
+
EventData?: string;
|
|
3174
|
+
ProviderEventID?: string;
|
|
3175
|
+
RelatedPaymentID?: string;
|
|
3176
|
+
RelatedOrderHeaderID?: string;
|
|
3177
|
+
_mj__CreatedAt: Date;
|
|
3178
|
+
_mj__UpdatedAt: Date;
|
|
3179
|
+
Subscription: string;
|
|
3180
|
+
RelatedPayment?: string;
|
|
3181
|
+
RelatedOrderHeader?: string;
|
|
3182
|
+
}
|
|
3183
|
+
export declare class CreatemjBizAppsOrdersSubscriptionEventInput {
|
|
3184
|
+
ID?: string;
|
|
3185
|
+
SubscriptionID?: string;
|
|
3186
|
+
EventType?: string;
|
|
3187
|
+
OccurredAt?: Date;
|
|
3188
|
+
EventData: string | null;
|
|
3189
|
+
ProviderEventID: string | null;
|
|
3190
|
+
RelatedPaymentID: string | null;
|
|
3191
|
+
RelatedOrderHeaderID: string | null;
|
|
3192
|
+
RestoreContext___?: RestoreContextInput;
|
|
3193
|
+
}
|
|
3194
|
+
export declare class UpdatemjBizAppsOrdersSubscriptionEventInput {
|
|
3195
|
+
ID: string;
|
|
3196
|
+
SubscriptionID?: string;
|
|
3197
|
+
EventType?: string;
|
|
3198
|
+
OccurredAt?: Date;
|
|
3199
|
+
EventData?: string | null;
|
|
3200
|
+
ProviderEventID?: string | null;
|
|
3201
|
+
RelatedPaymentID?: string | null;
|
|
3202
|
+
RelatedOrderHeaderID?: string | null;
|
|
3203
|
+
OldValues___?: KeyValuePairInput[];
|
|
3204
|
+
RestoreContext___?: RestoreContextInput;
|
|
3205
|
+
}
|
|
3206
|
+
export declare class RunmjBizAppsOrdersSubscriptionEventViewResult {
|
|
3207
|
+
Results: mjBizAppsOrdersSubscriptionEvent_[];
|
|
3208
|
+
UserViewRunID?: string;
|
|
3209
|
+
RowCount: number;
|
|
3210
|
+
TotalRowCount: number;
|
|
3211
|
+
ExecutionTime: number;
|
|
3212
|
+
ErrorMessage?: string;
|
|
3213
|
+
Success: boolean;
|
|
3214
|
+
}
|
|
3215
|
+
export declare class mjBizAppsOrdersSubscriptionEventResolver extends ResolverBase {
|
|
3216
|
+
RunmjBizAppsOrdersSubscriptionEventViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3217
|
+
RunmjBizAppsOrdersSubscriptionEventViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3218
|
+
RunmjBizAppsOrdersSubscriptionEventDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3219
|
+
mjBizAppsOrdersSubscriptionEvent(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersSubscriptionEvent_ | null>;
|
|
3220
|
+
CreatemjBizAppsOrdersSubscriptionEvent(input: CreatemjBizAppsOrdersSubscriptionEventInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3221
|
+
UpdatemjBizAppsOrdersSubscriptionEvent(input: UpdatemjBizAppsOrdersSubscriptionEventInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3222
|
+
DeletemjBizAppsOrdersSubscriptionEvent(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3223
|
+
}
|
|
3224
|
+
export declare class mjBizAppsOrdersSubscriptionSequence_ {
|
|
3225
|
+
ID: number;
|
|
3226
|
+
NextSequenceNumber: number;
|
|
3227
|
+
_mj__CreatedAt: Date;
|
|
3228
|
+
_mj__UpdatedAt: Date;
|
|
3229
|
+
}
|
|
3230
|
+
export declare class CreatemjBizAppsOrdersSubscriptionSequenceInput {
|
|
3231
|
+
ID?: number;
|
|
3232
|
+
NextSequenceNumber?: number;
|
|
3233
|
+
RestoreContext___?: RestoreContextInput;
|
|
3234
|
+
}
|
|
3235
|
+
export declare class UpdatemjBizAppsOrdersSubscriptionSequenceInput {
|
|
3236
|
+
ID: number;
|
|
3237
|
+
NextSequenceNumber?: number;
|
|
3238
|
+
OldValues___?: KeyValuePairInput[];
|
|
3239
|
+
RestoreContext___?: RestoreContextInput;
|
|
3240
|
+
}
|
|
3241
|
+
export declare class RunmjBizAppsOrdersSubscriptionSequenceViewResult {
|
|
3242
|
+
Results: mjBizAppsOrdersSubscriptionSequence_[];
|
|
3243
|
+
UserViewRunID?: string;
|
|
3244
|
+
RowCount: number;
|
|
3245
|
+
TotalRowCount: number;
|
|
3246
|
+
ExecutionTime: number;
|
|
3247
|
+
ErrorMessage?: string;
|
|
3248
|
+
Success: boolean;
|
|
3249
|
+
}
|
|
3250
|
+
export declare class mjBizAppsOrdersSubscriptionSequenceResolver extends ResolverBase {
|
|
3251
|
+
RunmjBizAppsOrdersSubscriptionSequenceViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3252
|
+
RunmjBizAppsOrdersSubscriptionSequenceViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3253
|
+
RunmjBizAppsOrdersSubscriptionSequenceDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3254
|
+
mjBizAppsOrdersSubscriptionSequence(ID: number, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersSubscriptionSequence_ | null>;
|
|
3255
|
+
CreatemjBizAppsOrdersSubscriptionSequence(input: CreatemjBizAppsOrdersSubscriptionSequenceInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3256
|
+
UpdatemjBizAppsOrdersSubscriptionSequence(input: UpdatemjBizAppsOrdersSubscriptionSequenceInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3257
|
+
DeletemjBizAppsOrdersSubscriptionSequence(ID: number, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3258
|
+
}
|
|
3259
|
+
export declare class mjBizAppsOrdersSubscriptionTerm_ {
|
|
3260
|
+
ID: string;
|
|
3261
|
+
SubscriptionID: string;
|
|
3262
|
+
TermNumber: number;
|
|
3263
|
+
OrderLineID: string;
|
|
3264
|
+
StartDate: Date;
|
|
3265
|
+
EndDate: Date;
|
|
3266
|
+
Amount: number;
|
|
3267
|
+
IsProrated: boolean;
|
|
3268
|
+
ProrationFactor?: number;
|
|
3269
|
+
RevenueRecognitionTypeID: string;
|
|
3270
|
+
Status: string;
|
|
3271
|
+
CanceledAt?: Date;
|
|
3272
|
+
CancellationEffectiveDate?: Date;
|
|
3273
|
+
_mj__CreatedAt: Date;
|
|
3274
|
+
_mj__UpdatedAt: Date;
|
|
3275
|
+
Subscription: string;
|
|
3276
|
+
RevenueRecognitionType: string;
|
|
3277
|
+
}
|
|
3278
|
+
export declare class CreatemjBizAppsOrdersSubscriptionTermInput {
|
|
3279
|
+
ID?: string;
|
|
3280
|
+
SubscriptionID?: string;
|
|
3281
|
+
TermNumber?: number;
|
|
3282
|
+
OrderLineID?: string;
|
|
3283
|
+
StartDate?: Date;
|
|
3284
|
+
EndDate?: Date;
|
|
3285
|
+
Amount?: number;
|
|
3286
|
+
IsProrated?: boolean;
|
|
3287
|
+
ProrationFactor: number | null;
|
|
3288
|
+
RevenueRecognitionTypeID?: string;
|
|
3289
|
+
Status?: string;
|
|
3290
|
+
CanceledAt: Date | null;
|
|
3291
|
+
CancellationEffectiveDate: Date | null;
|
|
3292
|
+
RestoreContext___?: RestoreContextInput;
|
|
3293
|
+
}
|
|
3294
|
+
export declare class UpdatemjBizAppsOrdersSubscriptionTermInput {
|
|
3295
|
+
ID: string;
|
|
3296
|
+
SubscriptionID?: string;
|
|
3297
|
+
TermNumber?: number;
|
|
3298
|
+
OrderLineID?: string;
|
|
3299
|
+
StartDate?: Date;
|
|
3300
|
+
EndDate?: Date;
|
|
3301
|
+
Amount?: number;
|
|
3302
|
+
IsProrated?: boolean;
|
|
3303
|
+
ProrationFactor?: number | null;
|
|
3304
|
+
RevenueRecognitionTypeID?: string;
|
|
3305
|
+
Status?: string;
|
|
3306
|
+
CanceledAt?: Date | null;
|
|
3307
|
+
CancellationEffectiveDate?: Date | null;
|
|
3308
|
+
OldValues___?: KeyValuePairInput[];
|
|
3309
|
+
RestoreContext___?: RestoreContextInput;
|
|
3310
|
+
}
|
|
3311
|
+
export declare class RunmjBizAppsOrdersSubscriptionTermViewResult {
|
|
3312
|
+
Results: mjBizAppsOrdersSubscriptionTerm_[];
|
|
3313
|
+
UserViewRunID?: string;
|
|
3314
|
+
RowCount: number;
|
|
3315
|
+
TotalRowCount: number;
|
|
3316
|
+
ExecutionTime: number;
|
|
3317
|
+
ErrorMessage?: string;
|
|
3318
|
+
Success: boolean;
|
|
3319
|
+
}
|
|
3320
|
+
export declare class mjBizAppsOrdersSubscriptionTermResolver extends ResolverBase {
|
|
3321
|
+
RunmjBizAppsOrdersSubscriptionTermViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3322
|
+
RunmjBizAppsOrdersSubscriptionTermViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3323
|
+
RunmjBizAppsOrdersSubscriptionTermDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3324
|
+
mjBizAppsOrdersSubscriptionTerm(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersSubscriptionTerm_ | null>;
|
|
3325
|
+
CreatemjBizAppsOrdersSubscriptionTerm(input: CreatemjBizAppsOrdersSubscriptionTermInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3326
|
+
UpdatemjBizAppsOrdersSubscriptionTerm(input: UpdatemjBizAppsOrdersSubscriptionTermInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3327
|
+
DeletemjBizAppsOrdersSubscriptionTerm(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3328
|
+
}
|
|
3329
|
+
export declare class mjBizAppsOrdersSubscriptionType_ {
|
|
3330
|
+
ID: string;
|
|
3331
|
+
Code: string;
|
|
3332
|
+
Name: string;
|
|
3333
|
+
Description?: string;
|
|
3334
|
+
DriverClass?: string;
|
|
3335
|
+
SubscriberScope: string;
|
|
3336
|
+
BenefitModel: string;
|
|
3337
|
+
StartMode: string;
|
|
3338
|
+
DeferredStartDays?: number;
|
|
3339
|
+
AnchorMonth?: number;
|
|
3340
|
+
AnchorDay?: number;
|
|
3341
|
+
PartialPeriodMode?: string;
|
|
3342
|
+
DefaultTermMonths?: number;
|
|
3343
|
+
BillingCadence: string;
|
|
3344
|
+
RecognitionCadence: string;
|
|
3345
|
+
CustomCycleDays?: number;
|
|
3346
|
+
TrialDays: number;
|
|
3347
|
+
ConcurrencyMode: string;
|
|
3348
|
+
ReactivationMode: string;
|
|
3349
|
+
ReactivationWindowDays?: number;
|
|
3350
|
+
AutoRenewDefault: boolean;
|
|
3351
|
+
RenewalLeadDays?: number;
|
|
3352
|
+
CancellationMode: string;
|
|
3353
|
+
CancellationRefundMode: string;
|
|
3354
|
+
CancellationWindowDays?: number;
|
|
3355
|
+
GracePeriodDays: number;
|
|
3356
|
+
Sequence: number;
|
|
3357
|
+
IsActive: boolean;
|
|
3358
|
+
_mj__CreatedAt: Date;
|
|
3359
|
+
_mj__UpdatedAt: Date;
|
|
3360
|
+
}
|
|
3361
|
+
export declare class CreatemjBizAppsOrdersSubscriptionTypeInput {
|
|
3362
|
+
ID?: string;
|
|
3363
|
+
Code?: string;
|
|
3364
|
+
Name?: string;
|
|
3365
|
+
Description: string | null;
|
|
3366
|
+
DriverClass: string | null;
|
|
3367
|
+
SubscriberScope?: string;
|
|
3368
|
+
BenefitModel?: string;
|
|
3369
|
+
StartMode?: string;
|
|
3370
|
+
DeferredStartDays: number | null;
|
|
3371
|
+
AnchorMonth: number | null;
|
|
3372
|
+
AnchorDay: number | null;
|
|
3373
|
+
PartialPeriodMode: string | null;
|
|
3374
|
+
DefaultTermMonths: number | null;
|
|
3375
|
+
BillingCadence?: string;
|
|
3376
|
+
RecognitionCadence?: string;
|
|
3377
|
+
CustomCycleDays: number | null;
|
|
3378
|
+
TrialDays?: number;
|
|
3379
|
+
ConcurrencyMode?: string;
|
|
3380
|
+
ReactivationMode?: string;
|
|
3381
|
+
ReactivationWindowDays: number | null;
|
|
3382
|
+
AutoRenewDefault?: boolean;
|
|
3383
|
+
RenewalLeadDays: number | null;
|
|
3384
|
+
CancellationMode?: string;
|
|
3385
|
+
CancellationRefundMode?: string;
|
|
3386
|
+
CancellationWindowDays: number | null;
|
|
3387
|
+
GracePeriodDays?: number;
|
|
3388
|
+
Sequence?: number;
|
|
3389
|
+
IsActive?: boolean;
|
|
3390
|
+
RestoreContext___?: RestoreContextInput;
|
|
3391
|
+
}
|
|
3392
|
+
export declare class UpdatemjBizAppsOrdersSubscriptionTypeInput {
|
|
3393
|
+
ID: string;
|
|
3394
|
+
Code?: string;
|
|
3395
|
+
Name?: string;
|
|
3396
|
+
Description?: string | null;
|
|
3397
|
+
DriverClass?: string | null;
|
|
3398
|
+
SubscriberScope?: string;
|
|
3399
|
+
BenefitModel?: string;
|
|
3400
|
+
StartMode?: string;
|
|
3401
|
+
DeferredStartDays?: number | null;
|
|
3402
|
+
AnchorMonth?: number | null;
|
|
3403
|
+
AnchorDay?: number | null;
|
|
3404
|
+
PartialPeriodMode?: string | null;
|
|
3405
|
+
DefaultTermMonths?: number | null;
|
|
3406
|
+
BillingCadence?: string;
|
|
3407
|
+
RecognitionCadence?: string;
|
|
3408
|
+
CustomCycleDays?: number | null;
|
|
3409
|
+
TrialDays?: number;
|
|
3410
|
+
ConcurrencyMode?: string;
|
|
3411
|
+
ReactivationMode?: string;
|
|
3412
|
+
ReactivationWindowDays?: number | null;
|
|
3413
|
+
AutoRenewDefault?: boolean;
|
|
3414
|
+
RenewalLeadDays?: number | null;
|
|
3415
|
+
CancellationMode?: string;
|
|
3416
|
+
CancellationRefundMode?: string;
|
|
3417
|
+
CancellationWindowDays?: number | null;
|
|
3418
|
+
GracePeriodDays?: number;
|
|
3419
|
+
Sequence?: number;
|
|
3420
|
+
IsActive?: boolean;
|
|
3421
|
+
OldValues___?: KeyValuePairInput[];
|
|
3422
|
+
RestoreContext___?: RestoreContextInput;
|
|
3423
|
+
}
|
|
3424
|
+
export declare class RunmjBizAppsOrdersSubscriptionTypeViewResult {
|
|
3425
|
+
Results: mjBizAppsOrdersSubscriptionType_[];
|
|
3426
|
+
UserViewRunID?: string;
|
|
3427
|
+
RowCount: number;
|
|
3428
|
+
TotalRowCount: number;
|
|
3429
|
+
ExecutionTime: number;
|
|
3430
|
+
ErrorMessage?: string;
|
|
3431
|
+
Success: boolean;
|
|
3432
|
+
}
|
|
3433
|
+
export declare class mjBizAppsOrdersSubscriptionTypeResolver extends ResolverBase {
|
|
3434
|
+
RunmjBizAppsOrdersSubscriptionTypeViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3435
|
+
RunmjBizAppsOrdersSubscriptionTypeViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3436
|
+
RunmjBizAppsOrdersSubscriptionTypeDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3437
|
+
mjBizAppsOrdersSubscriptionType(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersSubscriptionType_ | null>;
|
|
3438
|
+
CreatemjBizAppsOrdersSubscriptionType(input: CreatemjBizAppsOrdersSubscriptionTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3439
|
+
UpdatemjBizAppsOrdersSubscriptionType(input: UpdatemjBizAppsOrdersSubscriptionTypeInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3440
|
+
DeletemjBizAppsOrdersSubscriptionType(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3441
|
+
}
|
|
3442
|
+
export declare class mjBizAppsOrdersSubscription_ {
|
|
3443
|
+
ID: string;
|
|
3444
|
+
SubscriptionNumber: string;
|
|
3445
|
+
CompanyID: string;
|
|
3446
|
+
OrderLineID: string;
|
|
3447
|
+
SubscriptionTypeID: string;
|
|
3448
|
+
ProductID: string;
|
|
3449
|
+
HolderOrganizationID?: string;
|
|
3450
|
+
BeneficiaryPersonID?: string;
|
|
3451
|
+
Status: string;
|
|
3452
|
+
StartDate: Date;
|
|
3453
|
+
TrialEndDate?: Date;
|
|
3454
|
+
CanceledAt?: Date;
|
|
3455
|
+
EndDate?: Date;
|
|
3456
|
+
AutoRenew: boolean;
|
|
3457
|
+
RenewalLeadDays?: number;
|
|
3458
|
+
PaymentProviderID?: string;
|
|
3459
|
+
ProviderSubscriptionID?: string;
|
|
3460
|
+
MigratesFromSubscriptionID?: string;
|
|
3461
|
+
MigratesToSubscriptionID?: string;
|
|
3462
|
+
_mj__CreatedAt: Date;
|
|
3463
|
+
_mj__UpdatedAt: Date;
|
|
3464
|
+
Company: string;
|
|
3465
|
+
SubscriptionType: string;
|
|
3466
|
+
Product: string;
|
|
3467
|
+
HolderOrganization?: string;
|
|
3468
|
+
BeneficiaryPerson?: string;
|
|
3469
|
+
PaymentProvider?: string;
|
|
3470
|
+
MigratesFromSubscription?: string;
|
|
3471
|
+
MigratesToSubscription?: string;
|
|
3472
|
+
}
|
|
3473
|
+
export declare class CreatemjBizAppsOrdersSubscriptionInput {
|
|
3474
|
+
ID?: string;
|
|
3475
|
+
SubscriptionNumber?: string;
|
|
3476
|
+
CompanyID?: string;
|
|
3477
|
+
OrderLineID?: string;
|
|
3478
|
+
SubscriptionTypeID?: string;
|
|
3479
|
+
ProductID?: string;
|
|
3480
|
+
HolderOrganizationID: string | null;
|
|
3481
|
+
BeneficiaryPersonID: string | null;
|
|
3482
|
+
Status?: string;
|
|
3483
|
+
StartDate?: Date;
|
|
3484
|
+
TrialEndDate: Date | null;
|
|
3485
|
+
CanceledAt: Date | null;
|
|
3486
|
+
EndDate: Date | null;
|
|
3487
|
+
AutoRenew?: boolean;
|
|
3488
|
+
RenewalLeadDays: number | null;
|
|
3489
|
+
PaymentProviderID: string | null;
|
|
3490
|
+
ProviderSubscriptionID: string | null;
|
|
3491
|
+
MigratesFromSubscriptionID: string | null;
|
|
3492
|
+
MigratesToSubscriptionID: string | null;
|
|
3493
|
+
RestoreContext___?: RestoreContextInput;
|
|
3494
|
+
}
|
|
3495
|
+
export declare class UpdatemjBizAppsOrdersSubscriptionInput {
|
|
3496
|
+
ID: string;
|
|
3497
|
+
SubscriptionNumber?: string;
|
|
3498
|
+
CompanyID?: string;
|
|
3499
|
+
OrderLineID?: string;
|
|
3500
|
+
SubscriptionTypeID?: string;
|
|
3501
|
+
ProductID?: string;
|
|
3502
|
+
HolderOrganizationID?: string | null;
|
|
3503
|
+
BeneficiaryPersonID?: string | null;
|
|
3504
|
+
Status?: string;
|
|
3505
|
+
StartDate?: Date;
|
|
3506
|
+
TrialEndDate?: Date | null;
|
|
3507
|
+
CanceledAt?: Date | null;
|
|
3508
|
+
EndDate?: Date | null;
|
|
3509
|
+
AutoRenew?: boolean;
|
|
3510
|
+
RenewalLeadDays?: number | null;
|
|
3511
|
+
PaymentProviderID?: string | null;
|
|
3512
|
+
ProviderSubscriptionID?: string | null;
|
|
3513
|
+
MigratesFromSubscriptionID?: string | null;
|
|
3514
|
+
MigratesToSubscriptionID?: string | null;
|
|
3515
|
+
OldValues___?: KeyValuePairInput[];
|
|
3516
|
+
RestoreContext___?: RestoreContextInput;
|
|
3517
|
+
}
|
|
3518
|
+
export declare class RunmjBizAppsOrdersSubscriptionViewResult {
|
|
3519
|
+
Results: mjBizAppsOrdersSubscription_[];
|
|
3520
|
+
UserViewRunID?: string;
|
|
3521
|
+
RowCount: number;
|
|
3522
|
+
TotalRowCount: number;
|
|
3523
|
+
ExecutionTime: number;
|
|
3524
|
+
ErrorMessage?: string;
|
|
3525
|
+
Success: boolean;
|
|
3526
|
+
}
|
|
3527
|
+
export declare class mjBizAppsOrdersSubscriptionResolver extends ResolverBase {
|
|
3528
|
+
RunmjBizAppsOrdersSubscriptionViewByID(input: RunViewByIDInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3529
|
+
RunmjBizAppsOrdersSubscriptionViewByName(input: RunViewByNameInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3530
|
+
RunmjBizAppsOrdersSubscriptionDynamicView(input: RunDynamicViewInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<import("@memberjunction/core").RunViewResult<any>>;
|
|
3531
|
+
mjBizAppsOrdersSubscription(ID: string, { userPayload, providers }: AppContext, pubSub: PubSubEngine): Promise<mjBizAppsOrdersSubscription_ | null>;
|
|
3532
|
+
CreatemjBizAppsOrdersSubscription(input: CreatemjBizAppsOrdersSubscriptionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3533
|
+
UpdatemjBizAppsOrdersSubscription(input: UpdatemjBizAppsOrdersSubscriptionInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3534
|
+
DeletemjBizAppsOrdersSubscription(ID: string, options: DeleteOptionsInput, { providers, userPayload }: AppContext, pubSub: PubSubEngine): Promise<any>;
|
|
3535
|
+
}
|
|
3536
|
+
//# sourceMappingURL=generated.d.ts.map
|