@wix/ecom 1.0.811 → 1.0.813
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.
|
@@ -6990,11 +6990,15 @@ interface ImageNonNullableFields$7 {
|
|
|
6990
6990
|
height: number;
|
|
6991
6991
|
width: number;
|
|
6992
6992
|
}
|
|
6993
|
+
interface PaymentOptionNonNullableFields$7 {
|
|
6994
|
+
paymentOption: PaymentOptionType$d;
|
|
6995
|
+
}
|
|
6993
6996
|
interface CatalogOverrideFieldsNonNullableFields$7 {
|
|
6994
6997
|
productName?: ProductNameNonNullableFields$b;
|
|
6995
6998
|
descriptionLines: DescriptionLineNonNullableFields$b[];
|
|
6996
6999
|
physicalProperties?: PhysicalPropertiesNonNullableFields$b;
|
|
6997
7000
|
image?: ImageNonNullableFields$7;
|
|
7001
|
+
paymentOption?: PaymentOptionNonNullableFields$7;
|
|
6998
7002
|
}
|
|
6999
7003
|
interface TaxableAddressNonNullableFields$b {
|
|
7000
7004
|
addressType: TaxableAddressType$b;
|
|
@@ -8920,11 +8924,15 @@ interface SelectedMembershipNonNullableFields$6 {
|
|
|
8920
8924
|
_id: string;
|
|
8921
8925
|
appId: string;
|
|
8922
8926
|
}
|
|
8927
|
+
interface PaymentOptionNonNullableFields$6 {
|
|
8928
|
+
paymentOption: PaymentOptionType$c;
|
|
8929
|
+
}
|
|
8923
8930
|
interface CatalogOverrideFieldsNonNullableFields$6 {
|
|
8924
8931
|
productName?: ProductNameNonNullableFields$a;
|
|
8925
8932
|
descriptionLines: DescriptionLineNonNullableFields$a[];
|
|
8926
8933
|
physicalProperties?: PhysicalPropertiesNonNullableFields$a;
|
|
8927
8934
|
image: string;
|
|
8935
|
+
paymentOption?: PaymentOptionNonNullableFields$6;
|
|
8928
8936
|
}
|
|
8929
8937
|
interface TaxableAddressNonNullableFields$a {
|
|
8930
8938
|
addressType: TaxableAddressType$a;
|
|
@@ -10939,11 +10947,15 @@ interface ImageNonNullableFields$6 {
|
|
|
10939
10947
|
height: number;
|
|
10940
10948
|
width: number;
|
|
10941
10949
|
}
|
|
10950
|
+
interface PaymentOptionNonNullableFields$5 {
|
|
10951
|
+
paymentOption: PaymentOptionType$b;
|
|
10952
|
+
}
|
|
10942
10953
|
interface CatalogOverrideFieldsNonNullableFields$5 {
|
|
10943
10954
|
productName?: ProductNameNonNullableFields$9;
|
|
10944
10955
|
descriptionLines: DescriptionLineNonNullableFields$9[];
|
|
10945
10956
|
physicalProperties?: PhysicalPropertiesNonNullableFields$9;
|
|
10946
10957
|
image?: ImageNonNullableFields$6;
|
|
10958
|
+
paymentOption?: PaymentOptionNonNullableFields$5;
|
|
10947
10959
|
}
|
|
10948
10960
|
interface TaxableAddressNonNullableFields$9 {
|
|
10949
10961
|
addressType: TaxableAddressType$9;
|
|
@@ -12829,11 +12841,15 @@ interface SelectedMembershipNonNullableFields$4 {
|
|
|
12829
12841
|
_id: string;
|
|
12830
12842
|
appId: string;
|
|
12831
12843
|
}
|
|
12844
|
+
interface PaymentOptionNonNullableFields$4 {
|
|
12845
|
+
paymentOption: PaymentOptionType$a;
|
|
12846
|
+
}
|
|
12832
12847
|
interface CatalogOverrideFieldsNonNullableFields$4 {
|
|
12833
12848
|
productName?: ProductNameNonNullableFields$8;
|
|
12834
12849
|
descriptionLines: DescriptionLineNonNullableFields$8[];
|
|
12835
12850
|
physicalProperties?: PhysicalPropertiesNonNullableFields$8;
|
|
12836
12851
|
image: string;
|
|
12852
|
+
paymentOption?: PaymentOptionNonNullableFields$4;
|
|
12837
12853
|
}
|
|
12838
12854
|
interface TaxableAddressNonNullableFields$8 {
|
|
12839
12855
|
addressType: TaxableAddressType$8;
|
|
@@ -14984,9 +15000,9 @@ interface GetCheckoutPaymentSettingsRequest$1 {
|
|
|
14984
15000
|
id: string;
|
|
14985
15001
|
}
|
|
14986
15002
|
interface GetCheckoutPaymentSettingsResponse$1 {
|
|
14987
|
-
blockedPaymentOptions?:
|
|
15003
|
+
blockedPaymentOptions?: GetCheckoutPaymentSettingsResponsePaymentOption$1[];
|
|
14988
15004
|
}
|
|
14989
|
-
declare enum
|
|
15005
|
+
declare enum GetCheckoutPaymentSettingsResponsePaymentOption$1 {
|
|
14990
15006
|
UNKNOWN_PAYMENT_OPTION = "UNKNOWN_PAYMENT_OPTION",
|
|
14991
15007
|
MANUAL = "MANUAL"
|
|
14992
15008
|
}
|
|
@@ -15097,11 +15113,15 @@ interface ImageNonNullableFields$5 {
|
|
|
15097
15113
|
height: number;
|
|
15098
15114
|
width: number;
|
|
15099
15115
|
}
|
|
15116
|
+
interface PaymentOptionNonNullableFields$3 {
|
|
15117
|
+
paymentOption: PaymentOptionType$9;
|
|
15118
|
+
}
|
|
15100
15119
|
interface CatalogOverrideFieldsNonNullableFields$3 {
|
|
15101
15120
|
productName?: ProductNameNonNullableFields$7;
|
|
15102
15121
|
descriptionLines: DescriptionLineNonNullableFields$7[];
|
|
15103
15122
|
physicalProperties?: PhysicalPropertiesNonNullableFields$7;
|
|
15104
15123
|
image?: ImageNonNullableFields$5;
|
|
15124
|
+
paymentOption?: PaymentOptionNonNullableFields$3;
|
|
15105
15125
|
}
|
|
15106
15126
|
interface TaxableAddressNonNullableFields$7 {
|
|
15107
15127
|
addressType: TaxableAddressType$7;
|
|
@@ -15469,7 +15489,7 @@ interface UpdateLineItemsQuantityResponseNonNullableFields$1 {
|
|
|
15469
15489
|
checkout?: CheckoutNonNullableFields$1;
|
|
15470
15490
|
}
|
|
15471
15491
|
interface GetCheckoutPaymentSettingsResponseNonNullableFields$1 {
|
|
15472
|
-
blockedPaymentOptions:
|
|
15492
|
+
blockedPaymentOptions: GetCheckoutPaymentSettingsResponsePaymentOption$1[];
|
|
15473
15493
|
}
|
|
15474
15494
|
|
|
15475
15495
|
interface Checkout {
|
|
@@ -17154,9 +17174,9 @@ interface GetCheckoutPaymentSettingsRequest {
|
|
|
17154
17174
|
_id: string;
|
|
17155
17175
|
}
|
|
17156
17176
|
interface GetCheckoutPaymentSettingsResponse {
|
|
17157
|
-
blockedPaymentOptions?:
|
|
17177
|
+
blockedPaymentOptions?: GetCheckoutPaymentSettingsResponsePaymentOption[];
|
|
17158
17178
|
}
|
|
17159
|
-
declare enum
|
|
17179
|
+
declare enum GetCheckoutPaymentSettingsResponsePaymentOption {
|
|
17160
17180
|
UNKNOWN_PAYMENT_OPTION = "UNKNOWN_PAYMENT_OPTION",
|
|
17161
17181
|
MANUAL = "MANUAL"
|
|
17162
17182
|
}
|
|
@@ -17253,11 +17273,15 @@ interface SecuredMediaNonNullableFields$2 {
|
|
|
17253
17273
|
interface PriceDescriptionNonNullableFields$6 {
|
|
17254
17274
|
original: string;
|
|
17255
17275
|
}
|
|
17276
|
+
interface PaymentOptionNonNullableFields$2 {
|
|
17277
|
+
paymentOption: PaymentOptionType$8;
|
|
17278
|
+
}
|
|
17256
17279
|
interface CatalogOverrideFieldsNonNullableFields$2 {
|
|
17257
17280
|
productName?: ProductNameNonNullableFields$6;
|
|
17258
17281
|
descriptionLines: DescriptionLineNonNullableFields$6[];
|
|
17259
17282
|
physicalProperties?: PhysicalPropertiesNonNullableFields$6;
|
|
17260
17283
|
image: string;
|
|
17284
|
+
paymentOption?: PaymentOptionNonNullableFields$2;
|
|
17261
17285
|
}
|
|
17262
17286
|
interface TaxableAddressNonNullableFields$6 {
|
|
17263
17287
|
addressType: TaxableAddressType$6;
|
|
@@ -17625,7 +17649,7 @@ interface UpdateLineItemsQuantityResponseNonNullableFields {
|
|
|
17625
17649
|
checkout?: CheckoutNonNullableFields;
|
|
17626
17650
|
}
|
|
17627
17651
|
interface GetCheckoutPaymentSettingsResponseNonNullableFields {
|
|
17628
|
-
blockedPaymentOptions:
|
|
17652
|
+
blockedPaymentOptions: GetCheckoutPaymentSettingsResponsePaymentOption[];
|
|
17629
17653
|
}
|
|
17630
17654
|
|
|
17631
17655
|
type __PublicMethodMetaInfo$i<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = {
|
|
@@ -18381,6 +18405,19 @@ interface Image$3 {
|
|
|
18381
18405
|
/** Image filename. Optional. */
|
|
18382
18406
|
filename?: string | null;
|
|
18383
18407
|
}
|
|
18408
|
+
/** Type of selected payment option for catalog item */
|
|
18409
|
+
declare enum PaymentOptionType$7 {
|
|
18410
|
+
/** The entire payment for this item happens as part of the checkout. */
|
|
18411
|
+
FULL_PAYMENT_ONLINE = "FULL_PAYMENT_ONLINE",
|
|
18412
|
+
/** The entire payment for this item happens after the checkout. For example, when using cash, check, or other offline payment methods. */
|
|
18413
|
+
FULL_PAYMENT_OFFLINE = "FULL_PAYMENT_OFFLINE",
|
|
18414
|
+
/** Payment for this item is done by charging a membership. When selected, `price` is `0`. */
|
|
18415
|
+
MEMBERSHIP = "MEMBERSHIP",
|
|
18416
|
+
/** Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`. */
|
|
18417
|
+
DEPOSIT_ONLINE = "DEPOSIT_ONLINE",
|
|
18418
|
+
/** Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`. */
|
|
18419
|
+
MEMBERSHIP_OFFLINE = "MEMBERSHIP_OFFLINE"
|
|
18420
|
+
}
|
|
18384
18421
|
interface CustomLineItem$3 {
|
|
18385
18422
|
/**
|
|
18386
18423
|
* Custom line item quantity.
|
|
@@ -18520,19 +18557,6 @@ declare enum FileType$1 {
|
|
|
18520
18557
|
SECURE_MUSIC = "SECURE_MUSIC",
|
|
18521
18558
|
SECURE_ARCHIVE = "SECURE_ARCHIVE"
|
|
18522
18559
|
}
|
|
18523
|
-
/** Type of selected payment option for catalog item */
|
|
18524
|
-
declare enum PaymentOptionType$7 {
|
|
18525
|
-
/** The entire payment for this item happens as part of the checkout. */
|
|
18526
|
-
FULL_PAYMENT_ONLINE = "FULL_PAYMENT_ONLINE",
|
|
18527
|
-
/** The entire payment for this item happens after the checkout. For example, when using cash, check, or other offline payment methods. */
|
|
18528
|
-
FULL_PAYMENT_OFFLINE = "FULL_PAYMENT_OFFLINE",
|
|
18529
|
-
/** Payment for this item is done by charging a membership. When selected, `price` is `0`. */
|
|
18530
|
-
MEMBERSHIP = "MEMBERSHIP",
|
|
18531
|
-
/** Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`. */
|
|
18532
|
-
DEPOSIT_ONLINE = "DEPOSIT_ONLINE",
|
|
18533
|
-
/** Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`. */
|
|
18534
|
-
MEMBERSHIP_OFFLINE = "MEMBERSHIP_OFFLINE"
|
|
18535
|
-
}
|
|
18536
18560
|
interface ServiceProperties$3 {
|
|
18537
18561
|
/**
|
|
18538
18562
|
* Date and time the service is to be provided, in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
|
|
@@ -18731,11 +18755,15 @@ interface ImageNonNullableFields$3 {
|
|
|
18731
18755
|
height: number;
|
|
18732
18756
|
width: number;
|
|
18733
18757
|
}
|
|
18758
|
+
interface PaymentOptionNonNullableFields$1 {
|
|
18759
|
+
paymentOption: PaymentOptionType$7;
|
|
18760
|
+
}
|
|
18734
18761
|
interface CatalogOverrideFieldsNonNullableFields$1 {
|
|
18735
18762
|
productName?: ProductNameNonNullableFields$5;
|
|
18736
18763
|
descriptionLines: DescriptionLineNonNullableFields$5[];
|
|
18737
18764
|
physicalProperties?: PhysicalPropertiesNonNullableFields$5;
|
|
18738
18765
|
image?: ImageNonNullableFields$3;
|
|
18766
|
+
paymentOption?: PaymentOptionNonNullableFields$1;
|
|
18739
18767
|
}
|
|
18740
18768
|
interface V1LineItemNonNullableFields$1 {
|
|
18741
18769
|
quantity: number;
|
|
@@ -19050,6 +19078,19 @@ interface PhysicalProperties$8 {
|
|
|
19050
19078
|
/** Whether this line item is shippable. */
|
|
19051
19079
|
shippable?: boolean;
|
|
19052
19080
|
}
|
|
19081
|
+
/** Type of selected payment option for catalog item */
|
|
19082
|
+
declare enum PaymentOptionType$6 {
|
|
19083
|
+
/** The entire payment for this item happens as part of the checkout. */
|
|
19084
|
+
FULL_PAYMENT_ONLINE = "FULL_PAYMENT_ONLINE",
|
|
19085
|
+
/** The entire payment for this item happens after the checkout. For example, when using cash, check, or other offline payment methods. */
|
|
19086
|
+
FULL_PAYMENT_OFFLINE = "FULL_PAYMENT_OFFLINE",
|
|
19087
|
+
/** Payment for this item is done by charging a membership. When selected, `price` is `0`. */
|
|
19088
|
+
MEMBERSHIP = "MEMBERSHIP",
|
|
19089
|
+
/** Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`. */
|
|
19090
|
+
DEPOSIT_ONLINE = "DEPOSIT_ONLINE",
|
|
19091
|
+
/** Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`. */
|
|
19092
|
+
MEMBERSHIP_OFFLINE = "MEMBERSHIP_OFFLINE"
|
|
19093
|
+
}
|
|
19053
19094
|
interface CustomLineItem$2 {
|
|
19054
19095
|
/**
|
|
19055
19096
|
* Custom line item quantity.
|
|
@@ -19183,19 +19224,6 @@ declare enum FileType {
|
|
|
19183
19224
|
SECURE_MUSIC = "SECURE_MUSIC",
|
|
19184
19225
|
SECURE_ARCHIVE = "SECURE_ARCHIVE"
|
|
19185
19226
|
}
|
|
19186
|
-
/** Type of selected payment option for catalog item */
|
|
19187
|
-
declare enum PaymentOptionType$6 {
|
|
19188
|
-
/** The entire payment for this item happens as part of the checkout. */
|
|
19189
|
-
FULL_PAYMENT_ONLINE = "FULL_PAYMENT_ONLINE",
|
|
19190
|
-
/** The entire payment for this item happens after the checkout. For example, when using cash, check, or other offline payment methods. */
|
|
19191
|
-
FULL_PAYMENT_OFFLINE = "FULL_PAYMENT_OFFLINE",
|
|
19192
|
-
/** Payment for this item is done by charging a membership. When selected, `price` is `0`. */
|
|
19193
|
-
MEMBERSHIP = "MEMBERSHIP",
|
|
19194
|
-
/** Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`. */
|
|
19195
|
-
DEPOSIT_ONLINE = "DEPOSIT_ONLINE",
|
|
19196
|
-
/** Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`. */
|
|
19197
|
-
MEMBERSHIP_OFFLINE = "MEMBERSHIP_OFFLINE"
|
|
19198
|
-
}
|
|
19199
19227
|
interface ServiceProperties$2 {
|
|
19200
19228
|
/**
|
|
19201
19229
|
* Date and time the service is to be provided, in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations) format.
|
|
@@ -19389,11 +19417,15 @@ interface DescriptionLineNonNullableFields$4 {
|
|
|
19389
19417
|
interface PhysicalPropertiesNonNullableFields$4 {
|
|
19390
19418
|
shippable: boolean;
|
|
19391
19419
|
}
|
|
19420
|
+
interface PaymentOptionNonNullableFields {
|
|
19421
|
+
paymentOption: PaymentOptionType$6;
|
|
19422
|
+
}
|
|
19392
19423
|
interface CatalogOverrideFieldsNonNullableFields {
|
|
19393
19424
|
productName?: ProductNameNonNullableFields$4;
|
|
19394
19425
|
descriptionLines: DescriptionLineNonNullableFields$4[];
|
|
19395
19426
|
physicalProperties?: PhysicalPropertiesNonNullableFields$4;
|
|
19396
19427
|
image: string;
|
|
19428
|
+
paymentOption?: PaymentOptionNonNullableFields;
|
|
19397
19429
|
}
|
|
19398
19430
|
interface V1LineItemNonNullableFields {
|
|
19399
19431
|
quantity: number;
|
|
@@ -39258,6 +39290,17 @@ interface GetTipByDraftOrderIdResponse$1 {
|
|
|
39258
39290
|
/** Retrieved tip. */
|
|
39259
39291
|
tip?: Tip$1;
|
|
39260
39292
|
}
|
|
39293
|
+
interface GetTipChoiceRequest$1 {
|
|
39294
|
+
/**
|
|
39295
|
+
* ID of the [eCommerce purchase flow](https://dev.wix.com/docs/rest/business-solutions/e-commerce/wix-e-commerce-platform-handbook/overview/architecture-data-flow)
|
|
39296
|
+
* to retrieve the tip choice for.
|
|
39297
|
+
*/
|
|
39298
|
+
purchaseFlowId: string | null;
|
|
39299
|
+
}
|
|
39300
|
+
interface GetTipChoiceResponse$1 {
|
|
39301
|
+
/** Tip choice that's currently selected for the given purchase flow. */
|
|
39302
|
+
tipChoice?: TipChoice$1;
|
|
39303
|
+
}
|
|
39261
39304
|
interface UpdateTipChoiceRequest$1 {
|
|
39262
39305
|
/**
|
|
39263
39306
|
* Tip choice to select for the purchase flow. The call fails if you provide a
|
|
@@ -39282,17 +39325,6 @@ interface UpdateTipChoiceResponse$1 {
|
|
|
39282
39325
|
*/
|
|
39283
39326
|
tipChoice?: TipChoice$1;
|
|
39284
39327
|
}
|
|
39285
|
-
interface GetTipChoiceRequest$1 {
|
|
39286
|
-
/**
|
|
39287
|
-
* ID of the [eCommerce purchase flow](https://dev.wix.com/docs/rest/business-solutions/e-commerce/wix-e-commerce-platform-handbook/overview/architecture-data-flow)
|
|
39288
|
-
* to retrieve the tip choice for.
|
|
39289
|
-
*/
|
|
39290
|
-
purchaseFlowId: string | null;
|
|
39291
|
-
}
|
|
39292
|
-
interface GetTipChoiceResponse$1 {
|
|
39293
|
-
/** Tip choice that's currently selected for the given purchase flow. */
|
|
39294
|
-
tipChoice?: TipChoice$1;
|
|
39295
|
-
}
|
|
39296
39328
|
interface SetTipOnOrderRequest$1 extends SetTipOnOrderRequestIdentifierOneOf$1 {
|
|
39297
39329
|
/** ID of the order for which to set the tip. */
|
|
39298
39330
|
orderId?: string | null;
|
|
@@ -39480,10 +39512,10 @@ interface GetTipByDraftOrderIdResponseNonNullableFields$1 {
|
|
|
39480
39512
|
interface TipChoiceNonNullableFields$1 {
|
|
39481
39513
|
tipType: TipType$1;
|
|
39482
39514
|
}
|
|
39483
|
-
interface
|
|
39515
|
+
interface GetTipChoiceResponseNonNullableFields$1 {
|
|
39484
39516
|
tipChoice?: TipChoiceNonNullableFields$1;
|
|
39485
39517
|
}
|
|
39486
|
-
interface
|
|
39518
|
+
interface UpdateTipChoiceResponseNonNullableFields$1 {
|
|
39487
39519
|
tipChoice?: TipChoiceNonNullableFields$1;
|
|
39488
39520
|
}
|
|
39489
39521
|
interface PriceNonNullableFields$1 {
|
|
@@ -39795,6 +39827,17 @@ interface GetTipByDraftOrderIdResponse {
|
|
|
39795
39827
|
/** Retrieved tip. */
|
|
39796
39828
|
tip?: Tip;
|
|
39797
39829
|
}
|
|
39830
|
+
interface GetTipChoiceRequest {
|
|
39831
|
+
/**
|
|
39832
|
+
* ID of the [eCommerce purchase flow](https://dev.wix.com/docs/rest/business-solutions/e-commerce/wix-e-commerce-platform-handbook/overview/architecture-data-flow)
|
|
39833
|
+
* to retrieve the tip choice for.
|
|
39834
|
+
*/
|
|
39835
|
+
purchaseFlowId: string | null;
|
|
39836
|
+
}
|
|
39837
|
+
interface GetTipChoiceResponse {
|
|
39838
|
+
/** Tip choice that's currently selected for the given purchase flow. */
|
|
39839
|
+
tipChoice?: TipChoice;
|
|
39840
|
+
}
|
|
39798
39841
|
interface UpdateTipChoiceRequest {
|
|
39799
39842
|
/**
|
|
39800
39843
|
* Tip choice to select for the purchase flow. The call fails if you provide a
|
|
@@ -39819,17 +39862,6 @@ interface UpdateTipChoiceResponse {
|
|
|
39819
39862
|
*/
|
|
39820
39863
|
tipChoice?: TipChoice;
|
|
39821
39864
|
}
|
|
39822
|
-
interface GetTipChoiceRequest {
|
|
39823
|
-
/**
|
|
39824
|
-
* ID of the [eCommerce purchase flow](https://dev.wix.com/docs/rest/business-solutions/e-commerce/wix-e-commerce-platform-handbook/overview/architecture-data-flow)
|
|
39825
|
-
* to retrieve the tip choice for.
|
|
39826
|
-
*/
|
|
39827
|
-
purchaseFlowId: string | null;
|
|
39828
|
-
}
|
|
39829
|
-
interface GetTipChoiceResponse {
|
|
39830
|
-
/** Tip choice that's currently selected for the given purchase flow. */
|
|
39831
|
-
tipChoice?: TipChoice;
|
|
39832
|
-
}
|
|
39833
39865
|
interface SetTipOnOrderRequest extends SetTipOnOrderRequestIdentifierOneOf {
|
|
39834
39866
|
/** ID of the order for which to set the tip. */
|
|
39835
39867
|
orderId?: string | null;
|
|
@@ -40017,10 +40049,10 @@ interface GetTipByDraftOrderIdResponseNonNullableFields {
|
|
|
40017
40049
|
interface TipChoiceNonNullableFields {
|
|
40018
40050
|
tipType: TipType;
|
|
40019
40051
|
}
|
|
40020
|
-
interface
|
|
40052
|
+
interface GetTipChoiceResponseNonNullableFields {
|
|
40021
40053
|
tipChoice?: TipChoiceNonNullableFields;
|
|
40022
40054
|
}
|
|
40023
|
-
interface
|
|
40055
|
+
interface UpdateTipChoiceResponseNonNullableFields {
|
|
40024
40056
|
tipChoice?: TipChoiceNonNullableFields;
|
|
40025
40057
|
}
|
|
40026
40058
|
interface PriceNonNullableFields {
|
|
@@ -40062,10 +40094,10 @@ declare function getTipByOrderId(): __PublicMethodMetaInfo<'GET', {
|
|
|
40062
40094
|
declare function getTipByDraftOrderId(): __PublicMethodMetaInfo<'GET', {
|
|
40063
40095
|
draftOrderId: string;
|
|
40064
40096
|
}, GetTipByDraftOrderIdRequest, GetTipByDraftOrderIdRequest$1, GetTipByDraftOrderIdResponse & GetTipByDraftOrderIdResponseNonNullableFields, GetTipByDraftOrderIdResponse$1 & GetTipByDraftOrderIdResponseNonNullableFields$1>;
|
|
40065
|
-
declare function updateTipChoice(): __PublicMethodMetaInfo<'PATCH', {}, UpdateTipChoiceRequest, UpdateTipChoiceRequest$1, UpdateTipChoiceResponse & UpdateTipChoiceResponseNonNullableFields, UpdateTipChoiceResponse$1 & UpdateTipChoiceResponseNonNullableFields$1>;
|
|
40066
40097
|
declare function getTipChoice(): __PublicMethodMetaInfo<'GET', {
|
|
40067
40098
|
purchaseFlowId: string;
|
|
40068
40099
|
}, GetTipChoiceRequest, GetTipChoiceRequest$1, GetTipChoiceResponse & GetTipChoiceResponseNonNullableFields, GetTipChoiceResponse$1 & GetTipChoiceResponseNonNullableFields$1>;
|
|
40100
|
+
declare function updateTipChoice(): __PublicMethodMetaInfo<'PATCH', {}, UpdateTipChoiceRequest, UpdateTipChoiceRequest$1, UpdateTipChoiceResponse & UpdateTipChoiceResponseNonNullableFields, UpdateTipChoiceResponse$1 & UpdateTipChoiceResponseNonNullableFields$1>;
|
|
40069
40101
|
declare function setTipOnOrder(): __PublicMethodMetaInfo<'POST', {}, SetTipOnOrderRequest, SetTipOnOrderRequest$1, SetTipOnOrderResponse & SetTipOnOrderResponseNonNullableFields, SetTipOnOrderResponse$1 & SetTipOnOrderResponseNonNullableFields$1>;
|
|
40070
40102
|
declare function removeTipFromOrder(): __PublicMethodMetaInfo<'POST', {}, RemoveTipFromOrderRequest, RemoveTipFromOrderRequest$1, RemoveTipFromOrderResponse & RemoveTipFromOrderResponseNonNullableFields, RemoveTipFromOrderResponse$1 & RemoveTipFromOrderResponseNonNullableFields$1>;
|
|
40071
40103
|
declare function addTipDistributionsToOrder(): __PublicMethodMetaInfo<'POST', {}, AddTipDistributionsToOrderRequest, AddTipDistributionsToOrderRequest$1, AddTipDistributionsToOrderResponse & AddTipDistributionsToOrderResponseNonNullableFields, AddTipDistributionsToOrderResponse$1 & AddTipDistributionsToOrderResponseNonNullableFields$1>;
|
|
@@ -4647,6 +4647,16 @@ interface CatalogOverrideFields {
|
|
|
4647
4647
|
*/
|
|
4648
4648
|
savePaymentMethod?: boolean | null;
|
|
4649
4649
|
}
|
|
4650
|
+
interface PaymentOption {
|
|
4651
|
+
/**
|
|
4652
|
+
* + `FULL_PAYMENT_ONLINE`: The entire payment for this item happens as part of the checkout.
|
|
4653
|
+
* + `FULL_PAYMENT_OFFLINE`: The entire payment for this item happens after the checkout. For example, when using cash, check, or other offline payment methods.
|
|
4654
|
+
* + `MEMBERSHIP`: Payment for this item is done by charging a membership. When selected, `price` is `0`.
|
|
4655
|
+
* + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
|
|
4656
|
+
* + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
|
|
4657
|
+
*/
|
|
4658
|
+
paymentOption?: PaymentOptionType;
|
|
4659
|
+
}
|
|
4650
4660
|
/** Billing Info and shipping details */
|
|
4651
4661
|
interface AddressWithContact$1 {
|
|
4652
4662
|
/** Address. */
|
|
@@ -5368,9 +5378,9 @@ interface ExternalReference$1 {
|
|
|
5368
5378
|
}
|
|
5369
5379
|
interface GetPaymentSettingsForCheckoutResponse {
|
|
5370
5380
|
/** Blocked payment options. */
|
|
5371
|
-
blockedPaymentOptions?:
|
|
5381
|
+
blockedPaymentOptions?: V1PaymentOption[];
|
|
5372
5382
|
}
|
|
5373
|
-
declare enum
|
|
5383
|
+
declare enum V1PaymentOption {
|
|
5374
5384
|
UNKNOWN_PAYMENT_OPTION = "UNKNOWN_PAYMENT_OPTION",
|
|
5375
5385
|
MANUAL = "MANUAL"
|
|
5376
5386
|
}
|
|
@@ -5589,7 +5599,6 @@ type context$1_PaymentCanceledPaymentDetailsOneOf = PaymentCanceledPaymentDetail
|
|
|
5589
5599
|
type context$1_PaymentDeclined = PaymentDeclined;
|
|
5590
5600
|
type context$1_PaymentDeclinedPaymentDetailsOneOf = PaymentDeclinedPaymentDetailsOneOf;
|
|
5591
5601
|
type context$1_PaymentOption = PaymentOption;
|
|
5592
|
-
declare const context$1_PaymentOption: typeof PaymentOption;
|
|
5593
5602
|
type context$1_PaymentOptionType = PaymentOptionType;
|
|
5594
5603
|
declare const context$1_PaymentOptionType: typeof PaymentOptionType;
|
|
5595
5604
|
type context$1_PaymentPending = PaymentPending;
|
|
@@ -5663,6 +5672,8 @@ type context$1_V1JurisdictionType = V1JurisdictionType;
|
|
|
5663
5672
|
declare const context$1_V1JurisdictionType: typeof V1JurisdictionType;
|
|
5664
5673
|
type context$1_V1LineItemDiscount = V1LineItemDiscount;
|
|
5665
5674
|
type context$1_V1MerchantDiscount = V1MerchantDiscount;
|
|
5675
|
+
type context$1_V1PaymentOption = V1PaymentOption;
|
|
5676
|
+
declare const context$1_V1PaymentOption: typeof V1PaymentOption;
|
|
5666
5677
|
type context$1_V1PickupDetails = V1PickupDetails;
|
|
5667
5678
|
type context$1_V1PriceSummary = V1PriceSummary;
|
|
5668
5679
|
type context$1_V1ShippingInformation = V1ShippingInformation;
|
|
@@ -5672,7 +5683,7 @@ type context$1_V1SubscriptionSettings = V1SubscriptionSettings;
|
|
|
5672
5683
|
type context$1_V1TaxSummary = V1TaxSummary;
|
|
5673
5684
|
type context$1_ValidationError = ValidationError;
|
|
5674
5685
|
declare namespace context$1 {
|
|
5675
|
-
export { type context$1_Activity as Activity, type context$1_ActivityContentOneOf as ActivityContentOneOf, context$1_ActivityType as ActivityType, type context$1_AdditionalFee as AdditionalFee, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type context$1_AggregatedTaxBreakdown as AggregatedTaxBreakdown, type context$1_ApiAddressWithContact as ApiAddressWithContact, type context$1_ApplicationError as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, context$1_AppliedDiscountDiscountType as AppliedDiscountDiscountType, context$1_AttributionSource as AttributionSource, type context$1_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type context$1_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type context$1_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type context$1_AutoTaxFallbackCalculationDetails as AutoTaxFallbackCalculationDetails, type context$1_Balance as Balance, type context$1_BalanceSummary as BalanceSummary, type context$1_BuyerInfo as BuyerInfo, type context$1_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type context$1_CalculationErrors as CalculationErrors, type context$1_CalculationErrorsShippingCalculationErrorOneOf as CalculationErrorsShippingCalculationErrorOneOf, type context$1_CarrierError as CarrierError, type context$1_CarrierErrors as CarrierErrors, type context$1_CarrierServiceOption as CarrierServiceOption, type context$1_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$1 as CatalogReference, type context$1_ChannelInfo as ChannelInfo, context$1_ChannelType as ChannelType, context$1_ChargeType as ChargeType, type context$1_Checkout as Checkout, type context$1_Color as Color, type Context$1 as Context, type context$1_ConversionInfo as ConversionInfo, type Coupon$1 as Coupon, type context$1_CreatedBy as CreatedBy, type context$1_CreatedByIdOneOf as CreatedByIdOneOf, type context$1_CreditCardDetails as CreditCardDetails, type context$1_CustomActivity as CustomActivity, type context$1_CustomContentReference as CustomContentReference, type CustomField$1 as CustomField, type context$1_CustomSettings as CustomSettings, type context$1_DeliveryLogistics as DeliveryLogistics, type context$1_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type context$1_DeliveryTimeSlot as DeliveryTimeSlot, type Description$1 as Description, type context$1_DescriptionLine as DescriptionLine, type context$1_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type context$1_DescriptionLineName as DescriptionLineName, context$1_DescriptionLineType as DescriptionLineType, type context$1_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type context$1_Details as Details, type context$1_DetailsKindOneOf as DetailsKindOneOf, type context$1_DigitalFile as DigitalFile, context$1_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type context$1_DraftOrderChangesApplied as DraftOrderChangesApplied, type ExtendedFields$1 as ExtendedFields, type ExternalReference$1 as ExternalReference, context$1_FallbackReason as FallbackReason, type context$1_FieldViolation as FieldViolation, context$1_FileType as FileType, context$1_FulfillmentStatus as FulfillmentStatus, type context$1_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$1_GetPaymentSettingsForCheckoutRequest as GetPaymentSettingsForCheckoutRequest, type context$1_GetPaymentSettingsForCheckoutResponse as GetPaymentSettingsForCheckoutResponse, type context$1_GetPaymentSettingsRequest as GetPaymentSettingsRequest, type context$1_GetPaymentSettingsResponse as GetPaymentSettingsResponse, type GiftCard$1 as GiftCard, type context$1_GiftCardPaymentRefund as GiftCardPaymentRefund, type context$1_Group as Group, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type context$1_InvalidMembership as InvalidMembership, type context$1_ItemAvailabilityInfo as ItemAvailabilityInfo, context$1_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, JurisdictionType$1 as JurisdictionType, type LineItem$1 as LineItem, type context$1_LineItemAmount as LineItemAmount, type context$1_LineItemChanges as LineItemChanges, type context$1_LineItemDiscount as LineItemDiscount, type context$1_LineItemExchangeData as LineItemExchangeData, type context$1_LineItemPriceChange as LineItemPriceChange, type context$1_LineItemQuantityChange as LineItemQuantityChange, context$1_LineItemQuantityChangeType as LineItemQuantityChangeType, type context$1_LineItemTaxBreakdown as LineItemTaxBreakdown, type context$1_LineItemTaxInfo as LineItemTaxInfo, type context$1_LocationAndQuantity as LocationAndQuantity, type context$1_ManagedAdditionalFee as ManagedAdditionalFee, type context$1_ManagedDiscount as ManagedDiscount, type context$1_ManagedLineItem as ManagedLineItem, context$1_ManualCalculationReason as ManualCalculationReason, type context$1_Membership as Membership, type context$1_MembershipName as MembershipName, type context$1_MembershipOptions as MembershipOptions, type context$1_MembershipPaymentCredits as MembershipPaymentCredits, type context$1_MembershipPaymentRefund as MembershipPaymentRefund, type context$1_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type context$1_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MultiCurrencyPrice$1 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type context$1_NewExchangeOrderCreated as NewExchangeOrderCreated, type context$1_Order as Order, type context$1_OrderChange as OrderChange, type context$1_OrderChangeValueOneOf as OrderChangeValueOneOf, type context$1_OrderCreatedFromExchange as OrderCreatedFromExchange, type context$1_OrderLineItem as OrderLineItem, type context$1_OrderRefunded as OrderRefunded, context$1_OrderStatus as OrderStatus, type context$1_OrderTaxBreakdown as OrderTaxBreakdown, type context$1_OrderTaxInfo as OrderTaxInfo, type Other$1 as Other, type context$1_OtherCharge as OtherCharge, type context$1_PaymentCanceled as PaymentCanceled, type context$1_PaymentCanceledPaymentDetailsOneOf as PaymentCanceledPaymentDetailsOneOf, type context$1_PaymentDeclined as PaymentDeclined, type context$1_PaymentDeclinedPaymentDetailsOneOf as PaymentDeclinedPaymentDetailsOneOf, context$1_PaymentOption as PaymentOption, context$1_PaymentOptionType as PaymentOptionType, type context$1_PaymentPending as PaymentPending, type context$1_PaymentPendingPaymentDetailsOneOf as PaymentPendingPaymentDetailsOneOf, type context$1_PaymentRefundFailed as PaymentRefundFailed, type context$1_PaymentRefunded as PaymentRefunded, type context$1_PaymentSettings as PaymentSettings, type context$1_PaymentSettingsSPIConfig as PaymentSettingsSPIConfig, context$1_PaymentStatus as PaymentStatus, type PhysicalProperties$1 as PhysicalProperties, type context$1_PickupAddress as PickupAddress, type context$1_PickupDetails as PickupDetails, context$1_PickupDetailsPickupMethod as PickupDetailsPickupMethod, context$1_PickupMethod as PickupMethod, type context$1_PlainTextValue as PlainTextValue, type context$1_Price as Price, type context$1_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type ProductName$1 as ProductName, context$1_RateType as RateType, type context$1_RefundInitiated as RefundInitiated, type context$1_RefundedAsStoreCredit as RefundedAsStoreCredit, type context$1_RefundedPayment as RefundedPayment, type context$1_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type context$1_RegularPayment as RegularPayment, type context$1_RegularPaymentPaymentMethodDetailsOneOf as RegularPaymentPaymentMethodDetailsOneOf, type context$1_RegularPaymentRefund as RegularPaymentRefund, context$1_RuleType as RuleType, type context$1_SavedPaymentMethod as SavedPaymentMethod, type context$1_Scope as Scope, type context$1_SecuredMedia as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type context$1_SelectedCarrierServiceOptionOtherCharge as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type context$1_SelectedMembership as SelectedMembership, type context$1_SelectedMemberships as SelectedMemberships, type context$1_ServiceProperties as ServiceProperties, Severity$1 as Severity, type ShippingInfo$1 as ShippingInfo, type context$1_ShippingInformation as ShippingInformation, type context$1_ShippingInformationChange as ShippingInformationChange, type context$1_ShippingOption as ShippingOption, type context$1_ShippingPrice as ShippingPrice, type context$1_ShippingRegion as ShippingRegion, type StreetAddress$1 as StreetAddress, SubscriptionFrequency$1 as SubscriptionFrequency, type context$1_SubscriptionInfo as SubscriptionInfo, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, SuggestedFix$1 as SuggestedFix, type context$1_SystemError as SystemError, type context$1_TagList as TagList, type context$1_Tags as Tags, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type context$1_TaxCalculationDetails as TaxCalculationDetails, type context$1_TaxCalculationDetailsCalculationDetailsOneOf as TaxCalculationDetailsCalculationDetailsOneOf, type context$1_TaxRateBreakdown as TaxRateBreakdown, type context$1_TaxSummary as TaxSummary, type context$1_TaxableAddress as TaxableAddress, type context$1_TaxableAddressTaxableAddressDataOneOf as TaxableAddressTaxableAddressDataOneOf, context$1_TaxableAddressType as TaxableAddressType, type Title$1 as Title, type context$1_TotalPriceChange as TotalPriceChange, type context$1_TranslatedValue as TranslatedValue, type context$1_V1AdditionalFee as V1AdditionalFee, type context$1_V1AppliedDiscount as V1AppliedDiscount, type context$1_V1AppliedDiscountDiscountSourceOneOf as V1AppliedDiscountDiscountSourceOneOf, type context$1_V1BuyerInfo as V1BuyerInfo, type context$1_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type context$1_V1Coupon as V1Coupon, type context$1_V1CreatedBy as V1CreatedBy, type context$1_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type context$1_V1DeliveryLogistics as V1DeliveryLogistics, type context$1_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type context$1_V1DiscountRule as V1DiscountRule, type context$1_V1DiscountRuleName as V1DiscountRuleName, type context$1_V1ItemTaxFullDetails as V1ItemTaxFullDetails, context$1_V1JurisdictionType as V1JurisdictionType, type context$1_V1LineItemDiscount as V1LineItemDiscount, type context$1_V1MerchantDiscount as V1MerchantDiscount, type context$1_V1PickupDetails as V1PickupDetails, type context$1_V1PriceSummary as V1PriceSummary, type context$1_V1ShippingInformation as V1ShippingInformation, type context$1_V1ShippingPrice as V1ShippingPrice, type context$1_V1ShippingRegion as V1ShippingRegion, type context$1_V1SubscriptionSettings as V1SubscriptionSettings, type context$1_V1TaxSummary as V1TaxSummary, type context$1_ValidationError as ValidationError, type VatId$1 as VatId, VatType$1 as VatType, type Violation$1 as Violation, WeightUnit$1 as WeightUnit, type _publicProvideHandlersType$1 as _publicProvideHandlersType, provideHandlers$2 as provideHandlers, provideHandlers$3 as publicProvideHandlers };
|
|
5686
|
+
export { type context$1_Activity as Activity, type context$1_ActivityContentOneOf as ActivityContentOneOf, context$1_ActivityType as ActivityType, type context$1_AdditionalFee as AdditionalFee, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type context$1_AggregatedTaxBreakdown as AggregatedTaxBreakdown, type context$1_ApiAddressWithContact as ApiAddressWithContact, type context$1_ApplicationError as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, context$1_AppliedDiscountDiscountType as AppliedDiscountDiscountType, context$1_AttributionSource as AttributionSource, type context$1_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type context$1_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type context$1_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type context$1_AutoTaxFallbackCalculationDetails as AutoTaxFallbackCalculationDetails, type context$1_Balance as Balance, type context$1_BalanceSummary as BalanceSummary, type context$1_BuyerInfo as BuyerInfo, type context$1_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type context$1_CalculationErrors as CalculationErrors, type context$1_CalculationErrorsShippingCalculationErrorOneOf as CalculationErrorsShippingCalculationErrorOneOf, type context$1_CarrierError as CarrierError, type context$1_CarrierErrors as CarrierErrors, type context$1_CarrierServiceOption as CarrierServiceOption, type context$1_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$1 as CatalogReference, type context$1_ChannelInfo as ChannelInfo, context$1_ChannelType as ChannelType, context$1_ChargeType as ChargeType, type context$1_Checkout as Checkout, type context$1_Color as Color, type Context$1 as Context, type context$1_ConversionInfo as ConversionInfo, type Coupon$1 as Coupon, type context$1_CreatedBy as CreatedBy, type context$1_CreatedByIdOneOf as CreatedByIdOneOf, type context$1_CreditCardDetails as CreditCardDetails, type context$1_CustomActivity as CustomActivity, type context$1_CustomContentReference as CustomContentReference, type CustomField$1 as CustomField, type context$1_CustomSettings as CustomSettings, type context$1_DeliveryLogistics as DeliveryLogistics, type context$1_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type context$1_DeliveryTimeSlot as DeliveryTimeSlot, type Description$1 as Description, type context$1_DescriptionLine as DescriptionLine, type context$1_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type context$1_DescriptionLineName as DescriptionLineName, context$1_DescriptionLineType as DescriptionLineType, type context$1_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type context$1_Details as Details, type context$1_DetailsKindOneOf as DetailsKindOneOf, type context$1_DigitalFile as DigitalFile, context$1_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type context$1_DraftOrderChangesApplied as DraftOrderChangesApplied, type ExtendedFields$1 as ExtendedFields, type ExternalReference$1 as ExternalReference, context$1_FallbackReason as FallbackReason, type context$1_FieldViolation as FieldViolation, context$1_FileType as FileType, context$1_FulfillmentStatus as FulfillmentStatus, type context$1_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$1_GetPaymentSettingsForCheckoutRequest as GetPaymentSettingsForCheckoutRequest, type context$1_GetPaymentSettingsForCheckoutResponse as GetPaymentSettingsForCheckoutResponse, type context$1_GetPaymentSettingsRequest as GetPaymentSettingsRequest, type context$1_GetPaymentSettingsResponse as GetPaymentSettingsResponse, type GiftCard$1 as GiftCard, type context$1_GiftCardPaymentRefund as GiftCardPaymentRefund, type context$1_Group as Group, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type context$1_InvalidMembership as InvalidMembership, type context$1_ItemAvailabilityInfo as ItemAvailabilityInfo, context$1_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, JurisdictionType$1 as JurisdictionType, type LineItem$1 as LineItem, type context$1_LineItemAmount as LineItemAmount, type context$1_LineItemChanges as LineItemChanges, type context$1_LineItemDiscount as LineItemDiscount, type context$1_LineItemExchangeData as LineItemExchangeData, type context$1_LineItemPriceChange as LineItemPriceChange, type context$1_LineItemQuantityChange as LineItemQuantityChange, context$1_LineItemQuantityChangeType as LineItemQuantityChangeType, type context$1_LineItemTaxBreakdown as LineItemTaxBreakdown, type context$1_LineItemTaxInfo as LineItemTaxInfo, type context$1_LocationAndQuantity as LocationAndQuantity, type context$1_ManagedAdditionalFee as ManagedAdditionalFee, type context$1_ManagedDiscount as ManagedDiscount, type context$1_ManagedLineItem as ManagedLineItem, context$1_ManualCalculationReason as ManualCalculationReason, type context$1_Membership as Membership, type context$1_MembershipName as MembershipName, type context$1_MembershipOptions as MembershipOptions, type context$1_MembershipPaymentCredits as MembershipPaymentCredits, type context$1_MembershipPaymentRefund as MembershipPaymentRefund, type context$1_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type context$1_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MultiCurrencyPrice$1 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type context$1_NewExchangeOrderCreated as NewExchangeOrderCreated, type context$1_Order as Order, type context$1_OrderChange as OrderChange, type context$1_OrderChangeValueOneOf as OrderChangeValueOneOf, type context$1_OrderCreatedFromExchange as OrderCreatedFromExchange, type context$1_OrderLineItem as OrderLineItem, type context$1_OrderRefunded as OrderRefunded, context$1_OrderStatus as OrderStatus, type context$1_OrderTaxBreakdown as OrderTaxBreakdown, type context$1_OrderTaxInfo as OrderTaxInfo, type Other$1 as Other, type context$1_OtherCharge as OtherCharge, type context$1_PaymentCanceled as PaymentCanceled, type context$1_PaymentCanceledPaymentDetailsOneOf as PaymentCanceledPaymentDetailsOneOf, type context$1_PaymentDeclined as PaymentDeclined, type context$1_PaymentDeclinedPaymentDetailsOneOf as PaymentDeclinedPaymentDetailsOneOf, type context$1_PaymentOption as PaymentOption, context$1_PaymentOptionType as PaymentOptionType, type context$1_PaymentPending as PaymentPending, type context$1_PaymentPendingPaymentDetailsOneOf as PaymentPendingPaymentDetailsOneOf, type context$1_PaymentRefundFailed as PaymentRefundFailed, type context$1_PaymentRefunded as PaymentRefunded, type context$1_PaymentSettings as PaymentSettings, type context$1_PaymentSettingsSPIConfig as PaymentSettingsSPIConfig, context$1_PaymentStatus as PaymentStatus, type PhysicalProperties$1 as PhysicalProperties, type context$1_PickupAddress as PickupAddress, type context$1_PickupDetails as PickupDetails, context$1_PickupDetailsPickupMethod as PickupDetailsPickupMethod, context$1_PickupMethod as PickupMethod, type context$1_PlainTextValue as PlainTextValue, type context$1_Price as Price, type context$1_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type ProductName$1 as ProductName, context$1_RateType as RateType, type context$1_RefundInitiated as RefundInitiated, type context$1_RefundedAsStoreCredit as RefundedAsStoreCredit, type context$1_RefundedPayment as RefundedPayment, type context$1_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type context$1_RegularPayment as RegularPayment, type context$1_RegularPaymentPaymentMethodDetailsOneOf as RegularPaymentPaymentMethodDetailsOneOf, type context$1_RegularPaymentRefund as RegularPaymentRefund, context$1_RuleType as RuleType, type context$1_SavedPaymentMethod as SavedPaymentMethod, type context$1_Scope as Scope, type context$1_SecuredMedia as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type context$1_SelectedCarrierServiceOptionOtherCharge as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type context$1_SelectedMembership as SelectedMembership, type context$1_SelectedMemberships as SelectedMemberships, type context$1_ServiceProperties as ServiceProperties, Severity$1 as Severity, type ShippingInfo$1 as ShippingInfo, type context$1_ShippingInformation as ShippingInformation, type context$1_ShippingInformationChange as ShippingInformationChange, type context$1_ShippingOption as ShippingOption, type context$1_ShippingPrice as ShippingPrice, type context$1_ShippingRegion as ShippingRegion, type StreetAddress$1 as StreetAddress, SubscriptionFrequency$1 as SubscriptionFrequency, type context$1_SubscriptionInfo as SubscriptionInfo, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, SuggestedFix$1 as SuggestedFix, type context$1_SystemError as SystemError, type context$1_TagList as TagList, type context$1_Tags as Tags, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type context$1_TaxCalculationDetails as TaxCalculationDetails, type context$1_TaxCalculationDetailsCalculationDetailsOneOf as TaxCalculationDetailsCalculationDetailsOneOf, type context$1_TaxRateBreakdown as TaxRateBreakdown, type context$1_TaxSummary as TaxSummary, type context$1_TaxableAddress as TaxableAddress, type context$1_TaxableAddressTaxableAddressDataOneOf as TaxableAddressTaxableAddressDataOneOf, context$1_TaxableAddressType as TaxableAddressType, type Title$1 as Title, type context$1_TotalPriceChange as TotalPriceChange, type context$1_TranslatedValue as TranslatedValue, type context$1_V1AdditionalFee as V1AdditionalFee, type context$1_V1AppliedDiscount as V1AppliedDiscount, type context$1_V1AppliedDiscountDiscountSourceOneOf as V1AppliedDiscountDiscountSourceOneOf, type context$1_V1BuyerInfo as V1BuyerInfo, type context$1_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type context$1_V1Coupon as V1Coupon, type context$1_V1CreatedBy as V1CreatedBy, type context$1_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type context$1_V1DeliveryLogistics as V1DeliveryLogistics, type context$1_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type context$1_V1DiscountRule as V1DiscountRule, type context$1_V1DiscountRuleName as V1DiscountRuleName, type context$1_V1ItemTaxFullDetails as V1ItemTaxFullDetails, context$1_V1JurisdictionType as V1JurisdictionType, type context$1_V1LineItemDiscount as V1LineItemDiscount, type context$1_V1MerchantDiscount as V1MerchantDiscount, context$1_V1PaymentOption as V1PaymentOption, type context$1_V1PickupDetails as V1PickupDetails, type context$1_V1PriceSummary as V1PriceSummary, type context$1_V1ShippingInformation as V1ShippingInformation, type context$1_V1ShippingPrice as V1ShippingPrice, type context$1_V1ShippingRegion as V1ShippingRegion, type context$1_V1SubscriptionSettings as V1SubscriptionSettings, type context$1_V1TaxSummary as V1TaxSummary, type context$1_ValidationError as ValidationError, type VatId$1 as VatId, VatType$1 as VatType, type Violation$1 as Violation, WeightUnit$1 as WeightUnit, type _publicProvideHandlersType$1 as _publicProvideHandlersType, provideHandlers$2 as provideHandlers, provideHandlers$3 as publicProvideHandlers };
|
|
5676
5687
|
}
|
|
5677
5688
|
|
|
5678
5689
|
interface GetValidationViolationsRequest {
|
|
@@ -4647,6 +4647,16 @@ interface CatalogOverrideFields {
|
|
|
4647
4647
|
*/
|
|
4648
4648
|
savePaymentMethod?: boolean | null;
|
|
4649
4649
|
}
|
|
4650
|
+
interface PaymentOption {
|
|
4651
|
+
/**
|
|
4652
|
+
* + `FULL_PAYMENT_ONLINE`: The entire payment for this item happens as part of the checkout.
|
|
4653
|
+
* + `FULL_PAYMENT_OFFLINE`: The entire payment for this item happens after the checkout. For example, when using cash, check, or other offline payment methods.
|
|
4654
|
+
* + `MEMBERSHIP`: Payment for this item is done by charging a membership. When selected, `price` is `0`.
|
|
4655
|
+
* + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
|
|
4656
|
+
* + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
|
|
4657
|
+
*/
|
|
4658
|
+
paymentOption?: PaymentOptionType;
|
|
4659
|
+
}
|
|
4650
4660
|
/** Billing Info and shipping details */
|
|
4651
4661
|
interface AddressWithContact$1 {
|
|
4652
4662
|
/** Address. */
|
|
@@ -5368,9 +5378,9 @@ interface ExternalReference$1 {
|
|
|
5368
5378
|
}
|
|
5369
5379
|
interface GetPaymentSettingsForCheckoutResponse {
|
|
5370
5380
|
/** Blocked payment options. */
|
|
5371
|
-
blockedPaymentOptions?:
|
|
5381
|
+
blockedPaymentOptions?: V1PaymentOption[];
|
|
5372
5382
|
}
|
|
5373
|
-
declare enum
|
|
5383
|
+
declare enum V1PaymentOption {
|
|
5374
5384
|
UNKNOWN_PAYMENT_OPTION = "UNKNOWN_PAYMENT_OPTION",
|
|
5375
5385
|
MANUAL = "MANUAL"
|
|
5376
5386
|
}
|
|
@@ -5589,7 +5599,6 @@ type index_d$1_PaymentCanceledPaymentDetailsOneOf = PaymentCanceledPaymentDetail
|
|
|
5589
5599
|
type index_d$1_PaymentDeclined = PaymentDeclined;
|
|
5590
5600
|
type index_d$1_PaymentDeclinedPaymentDetailsOneOf = PaymentDeclinedPaymentDetailsOneOf;
|
|
5591
5601
|
type index_d$1_PaymentOption = PaymentOption;
|
|
5592
|
-
declare const index_d$1_PaymentOption: typeof PaymentOption;
|
|
5593
5602
|
type index_d$1_PaymentOptionType = PaymentOptionType;
|
|
5594
5603
|
declare const index_d$1_PaymentOptionType: typeof PaymentOptionType;
|
|
5595
5604
|
type index_d$1_PaymentPending = PaymentPending;
|
|
@@ -5663,6 +5672,8 @@ type index_d$1_V1JurisdictionType = V1JurisdictionType;
|
|
|
5663
5672
|
declare const index_d$1_V1JurisdictionType: typeof V1JurisdictionType;
|
|
5664
5673
|
type index_d$1_V1LineItemDiscount = V1LineItemDiscount;
|
|
5665
5674
|
type index_d$1_V1MerchantDiscount = V1MerchantDiscount;
|
|
5675
|
+
type index_d$1_V1PaymentOption = V1PaymentOption;
|
|
5676
|
+
declare const index_d$1_V1PaymentOption: typeof V1PaymentOption;
|
|
5666
5677
|
type index_d$1_V1PickupDetails = V1PickupDetails;
|
|
5667
5678
|
type index_d$1_V1PriceSummary = V1PriceSummary;
|
|
5668
5679
|
type index_d$1_V1ShippingInformation = V1ShippingInformation;
|
|
@@ -5672,7 +5683,7 @@ type index_d$1_V1SubscriptionSettings = V1SubscriptionSettings;
|
|
|
5672
5683
|
type index_d$1_V1TaxSummary = V1TaxSummary;
|
|
5673
5684
|
type index_d$1_ValidationError = ValidationError;
|
|
5674
5685
|
declare namespace index_d$1 {
|
|
5675
|
-
export { type index_d$1_Activity as Activity, type index_d$1_ActivityContentOneOf as ActivityContentOneOf, index_d$1_ActivityType as ActivityType, type index_d$1_AdditionalFee as AdditionalFee, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type index_d$1_AggregatedTaxBreakdown as AggregatedTaxBreakdown, type index_d$1_ApiAddressWithContact as ApiAddressWithContact, type index_d$1_ApplicationError as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, index_d$1_AppliedDiscountDiscountType as AppliedDiscountDiscountType, index_d$1_AttributionSource as AttributionSource, type index_d$1_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$1_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$1_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$1_AutoTaxFallbackCalculationDetails as AutoTaxFallbackCalculationDetails, type index_d$1_Balance as Balance, type index_d$1_BalanceSummary as BalanceSummary, type index_d$1_BuyerInfo as BuyerInfo, type index_d$1_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$1_CalculationErrors as CalculationErrors, type index_d$1_CalculationErrorsShippingCalculationErrorOneOf as CalculationErrorsShippingCalculationErrorOneOf, type index_d$1_CarrierError as CarrierError, type index_d$1_CarrierErrors as CarrierErrors, type index_d$1_CarrierServiceOption as CarrierServiceOption, type index_d$1_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$1 as CatalogReference, type index_d$1_ChannelInfo as ChannelInfo, index_d$1_ChannelType as ChannelType, index_d$1_ChargeType as ChargeType, type index_d$1_Checkout as Checkout, type index_d$1_Color as Color, type Context$1 as Context, type index_d$1_ConversionInfo as ConversionInfo, type Coupon$1 as Coupon, type index_d$1_CreatedBy as CreatedBy, type index_d$1_CreatedByIdOneOf as CreatedByIdOneOf, type index_d$1_CreditCardDetails as CreditCardDetails, type index_d$1_CustomActivity as CustomActivity, type index_d$1_CustomContentReference as CustomContentReference, type CustomField$1 as CustomField, type index_d$1_CustomSettings as CustomSettings, type index_d$1_DeliveryLogistics as DeliveryLogistics, type index_d$1_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type index_d$1_DeliveryTimeSlot as DeliveryTimeSlot, type Description$1 as Description, type index_d$1_DescriptionLine as DescriptionLine, type index_d$1_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$1_DescriptionLineName as DescriptionLineName, index_d$1_DescriptionLineType as DescriptionLineType, type index_d$1_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type index_d$1_Details as Details, type index_d$1_DetailsKindOneOf as DetailsKindOneOf, type index_d$1_DigitalFile as DigitalFile, index_d$1_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type index_d$1_DraftOrderChangesApplied as DraftOrderChangesApplied, type ExtendedFields$1 as ExtendedFields, type ExternalReference$1 as ExternalReference, index_d$1_FallbackReason as FallbackReason, type index_d$1_FieldViolation as FieldViolation, index_d$1_FileType as FileType, index_d$1_FulfillmentStatus as FulfillmentStatus, type index_d$1_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type index_d$1_GetPaymentSettingsForCheckoutRequest as GetPaymentSettingsForCheckoutRequest, type index_d$1_GetPaymentSettingsForCheckoutResponse as GetPaymentSettingsForCheckoutResponse, type index_d$1_GetPaymentSettingsRequest as GetPaymentSettingsRequest, type index_d$1_GetPaymentSettingsResponse as GetPaymentSettingsResponse, type GiftCard$1 as GiftCard, type index_d$1_GiftCardPaymentRefund as GiftCardPaymentRefund, type index_d$1_Group as Group, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type index_d$1_InvalidMembership as InvalidMembership, type index_d$1_ItemAvailabilityInfo as ItemAvailabilityInfo, index_d$1_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, JurisdictionType$1 as JurisdictionType, type LineItem$1 as LineItem, type index_d$1_LineItemAmount as LineItemAmount, type index_d$1_LineItemChanges as LineItemChanges, type index_d$1_LineItemDiscount as LineItemDiscount, type index_d$1_LineItemExchangeData as LineItemExchangeData, type index_d$1_LineItemPriceChange as LineItemPriceChange, type index_d$1_LineItemQuantityChange as LineItemQuantityChange, index_d$1_LineItemQuantityChangeType as LineItemQuantityChangeType, type index_d$1_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$1_LineItemTaxInfo as LineItemTaxInfo, type index_d$1_LocationAndQuantity as LocationAndQuantity, type index_d$1_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$1_ManagedDiscount as ManagedDiscount, type index_d$1_ManagedLineItem as ManagedLineItem, index_d$1_ManualCalculationReason as ManualCalculationReason, type index_d$1_Membership as Membership, type index_d$1_MembershipName as MembershipName, type index_d$1_MembershipOptions as MembershipOptions, type index_d$1_MembershipPaymentCredits as MembershipPaymentCredits, type index_d$1_MembershipPaymentRefund as MembershipPaymentRefund, type index_d$1_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type index_d$1_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MultiCurrencyPrice$1 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type index_d$1_NewExchangeOrderCreated as NewExchangeOrderCreated, type index_d$1_Order as Order, type index_d$1_OrderChange as OrderChange, type index_d$1_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$1_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$1_OrderLineItem as OrderLineItem, type index_d$1_OrderRefunded as OrderRefunded, index_d$1_OrderStatus as OrderStatus, type index_d$1_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$1_OrderTaxInfo as OrderTaxInfo, type Other$1 as Other, type index_d$1_OtherCharge as OtherCharge, type index_d$1_PaymentCanceled as PaymentCanceled, type index_d$1_PaymentCanceledPaymentDetailsOneOf as PaymentCanceledPaymentDetailsOneOf, type index_d$1_PaymentDeclined as PaymentDeclined, type index_d$1_PaymentDeclinedPaymentDetailsOneOf as PaymentDeclinedPaymentDetailsOneOf, index_d$1_PaymentOption as PaymentOption, index_d$1_PaymentOptionType as PaymentOptionType, type index_d$1_PaymentPending as PaymentPending, type index_d$1_PaymentPendingPaymentDetailsOneOf as PaymentPendingPaymentDetailsOneOf, type index_d$1_PaymentRefundFailed as PaymentRefundFailed, type index_d$1_PaymentRefunded as PaymentRefunded, type index_d$1_PaymentSettings as PaymentSettings, type index_d$1_PaymentSettingsSPIConfig as PaymentSettingsSPIConfig, index_d$1_PaymentStatus as PaymentStatus, type PhysicalProperties$1 as PhysicalProperties, type index_d$1_PickupAddress as PickupAddress, type index_d$1_PickupDetails as PickupDetails, index_d$1_PickupDetailsPickupMethod as PickupDetailsPickupMethod, index_d$1_PickupMethod as PickupMethod, type index_d$1_PlainTextValue as PlainTextValue, type index_d$1_Price as Price, type index_d$1_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type ProductName$1 as ProductName, index_d$1_RateType as RateType, type index_d$1_RefundInitiated as RefundInitiated, type index_d$1_RefundedAsStoreCredit as RefundedAsStoreCredit, type index_d$1_RefundedPayment as RefundedPayment, type index_d$1_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type index_d$1_RegularPayment as RegularPayment, type index_d$1_RegularPaymentPaymentMethodDetailsOneOf as RegularPaymentPaymentMethodDetailsOneOf, type index_d$1_RegularPaymentRefund as RegularPaymentRefund, index_d$1_RuleType as RuleType, type index_d$1_SavedPaymentMethod as SavedPaymentMethod, type index_d$1_Scope as Scope, type index_d$1_SecuredMedia as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type index_d$1_SelectedCarrierServiceOptionOtherCharge as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type index_d$1_SelectedMembership as SelectedMembership, type index_d$1_SelectedMemberships as SelectedMemberships, type index_d$1_ServiceProperties as ServiceProperties, Severity$1 as Severity, type ShippingInfo$1 as ShippingInfo, type index_d$1_ShippingInformation as ShippingInformation, type index_d$1_ShippingInformationChange as ShippingInformationChange, type index_d$1_ShippingOption as ShippingOption, type index_d$1_ShippingPrice as ShippingPrice, type index_d$1_ShippingRegion as ShippingRegion, type StreetAddress$1 as StreetAddress, SubscriptionFrequency$1 as SubscriptionFrequency, type index_d$1_SubscriptionInfo as SubscriptionInfo, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, SuggestedFix$1 as SuggestedFix, type index_d$1_SystemError as SystemError, type index_d$1_TagList as TagList, type index_d$1_Tags as Tags, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type index_d$1_TaxCalculationDetails as TaxCalculationDetails, type index_d$1_TaxCalculationDetailsCalculationDetailsOneOf as TaxCalculationDetailsCalculationDetailsOneOf, type index_d$1_TaxRateBreakdown as TaxRateBreakdown, type index_d$1_TaxSummary as TaxSummary, type index_d$1_TaxableAddress as TaxableAddress, type index_d$1_TaxableAddressTaxableAddressDataOneOf as TaxableAddressTaxableAddressDataOneOf, index_d$1_TaxableAddressType as TaxableAddressType, type Title$1 as Title, type index_d$1_TotalPriceChange as TotalPriceChange, type index_d$1_TranslatedValue as TranslatedValue, type index_d$1_V1AdditionalFee as V1AdditionalFee, type index_d$1_V1AppliedDiscount as V1AppliedDiscount, type index_d$1_V1AppliedDiscountDiscountSourceOneOf as V1AppliedDiscountDiscountSourceOneOf, type index_d$1_V1BuyerInfo as V1BuyerInfo, type index_d$1_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type index_d$1_V1Coupon as V1Coupon, type index_d$1_V1CreatedBy as V1CreatedBy, type index_d$1_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type index_d$1_V1DeliveryLogistics as V1DeliveryLogistics, type index_d$1_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type index_d$1_V1DiscountRule as V1DiscountRule, type index_d$1_V1DiscountRuleName as V1DiscountRuleName, type index_d$1_V1ItemTaxFullDetails as V1ItemTaxFullDetails, index_d$1_V1JurisdictionType as V1JurisdictionType, type index_d$1_V1LineItemDiscount as V1LineItemDiscount, type index_d$1_V1MerchantDiscount as V1MerchantDiscount, type index_d$1_V1PickupDetails as V1PickupDetails, type index_d$1_V1PriceSummary as V1PriceSummary, type index_d$1_V1ShippingInformation as V1ShippingInformation, type index_d$1_V1ShippingPrice as V1ShippingPrice, type index_d$1_V1ShippingRegion as V1ShippingRegion, type index_d$1_V1SubscriptionSettings as V1SubscriptionSettings, type index_d$1_V1TaxSummary as V1TaxSummary, type index_d$1_ValidationError as ValidationError, type VatId$1 as VatId, VatType$1 as VatType, type Violation$1 as Violation, WeightUnit$1 as WeightUnit, type _publicProvideHandlersType$1 as _publicProvideHandlersType, provideHandlers$2 as provideHandlers, provideHandlers$3 as publicProvideHandlers };
|
|
5686
|
+
export { type index_d$1_Activity as Activity, type index_d$1_ActivityContentOneOf as ActivityContentOneOf, index_d$1_ActivityType as ActivityType, type index_d$1_AdditionalFee as AdditionalFee, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type index_d$1_AggregatedTaxBreakdown as AggregatedTaxBreakdown, type index_d$1_ApiAddressWithContact as ApiAddressWithContact, type index_d$1_ApplicationError as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, index_d$1_AppliedDiscountDiscountType as AppliedDiscountDiscountType, index_d$1_AttributionSource as AttributionSource, type index_d$1_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$1_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$1_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$1_AutoTaxFallbackCalculationDetails as AutoTaxFallbackCalculationDetails, type index_d$1_Balance as Balance, type index_d$1_BalanceSummary as BalanceSummary, type index_d$1_BuyerInfo as BuyerInfo, type index_d$1_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$1_CalculationErrors as CalculationErrors, type index_d$1_CalculationErrorsShippingCalculationErrorOneOf as CalculationErrorsShippingCalculationErrorOneOf, type index_d$1_CarrierError as CarrierError, type index_d$1_CarrierErrors as CarrierErrors, type index_d$1_CarrierServiceOption as CarrierServiceOption, type index_d$1_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$1 as CatalogReference, type index_d$1_ChannelInfo as ChannelInfo, index_d$1_ChannelType as ChannelType, index_d$1_ChargeType as ChargeType, type index_d$1_Checkout as Checkout, type index_d$1_Color as Color, type Context$1 as Context, type index_d$1_ConversionInfo as ConversionInfo, type Coupon$1 as Coupon, type index_d$1_CreatedBy as CreatedBy, type index_d$1_CreatedByIdOneOf as CreatedByIdOneOf, type index_d$1_CreditCardDetails as CreditCardDetails, type index_d$1_CustomActivity as CustomActivity, type index_d$1_CustomContentReference as CustomContentReference, type CustomField$1 as CustomField, type index_d$1_CustomSettings as CustomSettings, type index_d$1_DeliveryLogistics as DeliveryLogistics, type index_d$1_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type index_d$1_DeliveryTimeSlot as DeliveryTimeSlot, type Description$1 as Description, type index_d$1_DescriptionLine as DescriptionLine, type index_d$1_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$1_DescriptionLineName as DescriptionLineName, index_d$1_DescriptionLineType as DescriptionLineType, type index_d$1_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type index_d$1_Details as Details, type index_d$1_DetailsKindOneOf as DetailsKindOneOf, type index_d$1_DigitalFile as DigitalFile, index_d$1_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type index_d$1_DraftOrderChangesApplied as DraftOrderChangesApplied, type ExtendedFields$1 as ExtendedFields, type ExternalReference$1 as ExternalReference, index_d$1_FallbackReason as FallbackReason, type index_d$1_FieldViolation as FieldViolation, index_d$1_FileType as FileType, index_d$1_FulfillmentStatus as FulfillmentStatus, type index_d$1_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type index_d$1_GetPaymentSettingsForCheckoutRequest as GetPaymentSettingsForCheckoutRequest, type index_d$1_GetPaymentSettingsForCheckoutResponse as GetPaymentSettingsForCheckoutResponse, type index_d$1_GetPaymentSettingsRequest as GetPaymentSettingsRequest, type index_d$1_GetPaymentSettingsResponse as GetPaymentSettingsResponse, type GiftCard$1 as GiftCard, type index_d$1_GiftCardPaymentRefund as GiftCardPaymentRefund, type index_d$1_Group as Group, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type index_d$1_InvalidMembership as InvalidMembership, type index_d$1_ItemAvailabilityInfo as ItemAvailabilityInfo, index_d$1_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, JurisdictionType$1 as JurisdictionType, type LineItem$1 as LineItem, type index_d$1_LineItemAmount as LineItemAmount, type index_d$1_LineItemChanges as LineItemChanges, type index_d$1_LineItemDiscount as LineItemDiscount, type index_d$1_LineItemExchangeData as LineItemExchangeData, type index_d$1_LineItemPriceChange as LineItemPriceChange, type index_d$1_LineItemQuantityChange as LineItemQuantityChange, index_d$1_LineItemQuantityChangeType as LineItemQuantityChangeType, type index_d$1_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$1_LineItemTaxInfo as LineItemTaxInfo, type index_d$1_LocationAndQuantity as LocationAndQuantity, type index_d$1_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$1_ManagedDiscount as ManagedDiscount, type index_d$1_ManagedLineItem as ManagedLineItem, index_d$1_ManualCalculationReason as ManualCalculationReason, type index_d$1_Membership as Membership, type index_d$1_MembershipName as MembershipName, type index_d$1_MembershipOptions as MembershipOptions, type index_d$1_MembershipPaymentCredits as MembershipPaymentCredits, type index_d$1_MembershipPaymentRefund as MembershipPaymentRefund, type index_d$1_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type index_d$1_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MultiCurrencyPrice$1 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type index_d$1_NewExchangeOrderCreated as NewExchangeOrderCreated, type index_d$1_Order as Order, type index_d$1_OrderChange as OrderChange, type index_d$1_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$1_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$1_OrderLineItem as OrderLineItem, type index_d$1_OrderRefunded as OrderRefunded, index_d$1_OrderStatus as OrderStatus, type index_d$1_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$1_OrderTaxInfo as OrderTaxInfo, type Other$1 as Other, type index_d$1_OtherCharge as OtherCharge, type index_d$1_PaymentCanceled as PaymentCanceled, type index_d$1_PaymentCanceledPaymentDetailsOneOf as PaymentCanceledPaymentDetailsOneOf, type index_d$1_PaymentDeclined as PaymentDeclined, type index_d$1_PaymentDeclinedPaymentDetailsOneOf as PaymentDeclinedPaymentDetailsOneOf, type index_d$1_PaymentOption as PaymentOption, index_d$1_PaymentOptionType as PaymentOptionType, type index_d$1_PaymentPending as PaymentPending, type index_d$1_PaymentPendingPaymentDetailsOneOf as PaymentPendingPaymentDetailsOneOf, type index_d$1_PaymentRefundFailed as PaymentRefundFailed, type index_d$1_PaymentRefunded as PaymentRefunded, type index_d$1_PaymentSettings as PaymentSettings, type index_d$1_PaymentSettingsSPIConfig as PaymentSettingsSPIConfig, index_d$1_PaymentStatus as PaymentStatus, type PhysicalProperties$1 as PhysicalProperties, type index_d$1_PickupAddress as PickupAddress, type index_d$1_PickupDetails as PickupDetails, index_d$1_PickupDetailsPickupMethod as PickupDetailsPickupMethod, index_d$1_PickupMethod as PickupMethod, type index_d$1_PlainTextValue as PlainTextValue, type index_d$1_Price as Price, type index_d$1_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type ProductName$1 as ProductName, index_d$1_RateType as RateType, type index_d$1_RefundInitiated as RefundInitiated, type index_d$1_RefundedAsStoreCredit as RefundedAsStoreCredit, type index_d$1_RefundedPayment as RefundedPayment, type index_d$1_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type index_d$1_RegularPayment as RegularPayment, type index_d$1_RegularPaymentPaymentMethodDetailsOneOf as RegularPaymentPaymentMethodDetailsOneOf, type index_d$1_RegularPaymentRefund as RegularPaymentRefund, index_d$1_RuleType as RuleType, type index_d$1_SavedPaymentMethod as SavedPaymentMethod, type index_d$1_Scope as Scope, type index_d$1_SecuredMedia as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type index_d$1_SelectedCarrierServiceOptionOtherCharge as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type index_d$1_SelectedMembership as SelectedMembership, type index_d$1_SelectedMemberships as SelectedMemberships, type index_d$1_ServiceProperties as ServiceProperties, Severity$1 as Severity, type ShippingInfo$1 as ShippingInfo, type index_d$1_ShippingInformation as ShippingInformation, type index_d$1_ShippingInformationChange as ShippingInformationChange, type index_d$1_ShippingOption as ShippingOption, type index_d$1_ShippingPrice as ShippingPrice, type index_d$1_ShippingRegion as ShippingRegion, type StreetAddress$1 as StreetAddress, SubscriptionFrequency$1 as SubscriptionFrequency, type index_d$1_SubscriptionInfo as SubscriptionInfo, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, SuggestedFix$1 as SuggestedFix, type index_d$1_SystemError as SystemError, type index_d$1_TagList as TagList, type index_d$1_Tags as Tags, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type index_d$1_TaxCalculationDetails as TaxCalculationDetails, type index_d$1_TaxCalculationDetailsCalculationDetailsOneOf as TaxCalculationDetailsCalculationDetailsOneOf, type index_d$1_TaxRateBreakdown as TaxRateBreakdown, type index_d$1_TaxSummary as TaxSummary, type index_d$1_TaxableAddress as TaxableAddress, type index_d$1_TaxableAddressTaxableAddressDataOneOf as TaxableAddressTaxableAddressDataOneOf, index_d$1_TaxableAddressType as TaxableAddressType, type Title$1 as Title, type index_d$1_TotalPriceChange as TotalPriceChange, type index_d$1_TranslatedValue as TranslatedValue, type index_d$1_V1AdditionalFee as V1AdditionalFee, type index_d$1_V1AppliedDiscount as V1AppliedDiscount, type index_d$1_V1AppliedDiscountDiscountSourceOneOf as V1AppliedDiscountDiscountSourceOneOf, type index_d$1_V1BuyerInfo as V1BuyerInfo, type index_d$1_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type index_d$1_V1Coupon as V1Coupon, type index_d$1_V1CreatedBy as V1CreatedBy, type index_d$1_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type index_d$1_V1DeliveryLogistics as V1DeliveryLogistics, type index_d$1_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type index_d$1_V1DiscountRule as V1DiscountRule, type index_d$1_V1DiscountRuleName as V1DiscountRuleName, type index_d$1_V1ItemTaxFullDetails as V1ItemTaxFullDetails, index_d$1_V1JurisdictionType as V1JurisdictionType, type index_d$1_V1LineItemDiscount as V1LineItemDiscount, type index_d$1_V1MerchantDiscount as V1MerchantDiscount, index_d$1_V1PaymentOption as V1PaymentOption, type index_d$1_V1PickupDetails as V1PickupDetails, type index_d$1_V1PriceSummary as V1PriceSummary, type index_d$1_V1ShippingInformation as V1ShippingInformation, type index_d$1_V1ShippingPrice as V1ShippingPrice, type index_d$1_V1ShippingRegion as V1ShippingRegion, type index_d$1_V1SubscriptionSettings as V1SubscriptionSettings, type index_d$1_V1TaxSummary as V1TaxSummary, type index_d$1_ValidationError as ValidationError, type VatId$1 as VatId, VatType$1 as VatType, type Violation$1 as Violation, WeightUnit$1 as WeightUnit, type _publicProvideHandlersType$1 as _publicProvideHandlersType, provideHandlers$2 as provideHandlers, provideHandlers$3 as publicProvideHandlers };
|
|
5676
5687
|
}
|
|
5677
5688
|
|
|
5678
5689
|
interface GetValidationViolationsRequest {
|