@flowio/api-constants 2.13.32 → 2.13.34
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/dist/api.d.ts +30 -9
- package/dist/api.js +42 -17
- package/package.json +2 -2
- package/src/api.ts +35 -10
package/dist/api.d.ts
CHANGED
|
@@ -33,9 +33,6 @@ export declare enum Aggregate {
|
|
|
33
33
|
MAXIMUM = "maximum",
|
|
34
34
|
MINIMUM = "minimum"
|
|
35
35
|
}
|
|
36
|
-
export declare enum AttachmentType {
|
|
37
|
-
CSV = "csv"
|
|
38
|
-
}
|
|
39
36
|
export declare enum AttributeDataType {
|
|
40
37
|
BOOLEAN = "boolean",
|
|
41
38
|
INTEGER = "integer",
|
|
@@ -344,6 +341,7 @@ export declare enum Environment {
|
|
|
344
341
|
PRODUCTION = "production"
|
|
345
342
|
}
|
|
346
343
|
export declare enum EventType {
|
|
344
|
+
TEST_UPSERTED = "test_upserted",
|
|
347
345
|
TRANSACTION_UPSERTED = "transaction_upserted",
|
|
348
346
|
ORGANIZATION_TRANSACTION_UPSERTED = "organization_transaction_upserted",
|
|
349
347
|
ORGANIZATION_TRANSACTION_DELETED = "organization_transaction_deleted",
|
|
@@ -1041,6 +1039,26 @@ export declare enum PaymentMethodType {
|
|
|
1041
1039
|
ONLINE = "online",
|
|
1042
1040
|
OFFLINE = "offline"
|
|
1043
1041
|
}
|
|
1042
|
+
export declare enum PaymentRequestReviewCheckStatus {
|
|
1043
|
+
PASSED = "passed",
|
|
1044
|
+
FAILED = "failed"
|
|
1045
|
+
}
|
|
1046
|
+
export declare enum PaymentRequestReviewCheckType {
|
|
1047
|
+
RESTRICTED_PARTY_SCREENING = "restricted_party_screening",
|
|
1048
|
+
FRAUD_SUSPICIOUS_BEHAVIOR = "fraud_suspicious_behavior",
|
|
1049
|
+
FRAUD_SUSPICIOUS_PAST_ACTIVITY = "fraud_suspicious_past_activity",
|
|
1050
|
+
FRAUD_RISKY_VELOCITY = "fraud_risky_velocity",
|
|
1051
|
+
FRAUD_PREVIOUS_CHARGEBACKS = "fraud_previous_chargebacks",
|
|
1052
|
+
ORDER_RESTRICTED_GOODS = "order_restricted_goods",
|
|
1053
|
+
ORDER_UNSUPPORTED_DESTINATION = "order_unsupported_destination",
|
|
1054
|
+
ORDER_MISSING_INFORMATION = "order_missing_information",
|
|
1055
|
+
ORDER_DOMESTIC = "order_domestic"
|
|
1056
|
+
}
|
|
1057
|
+
export declare enum PaymentRequestReviewStatus {
|
|
1058
|
+
PENDING = "pending",
|
|
1059
|
+
APPROVED = "approved",
|
|
1060
|
+
REJECTED = "rejected"
|
|
1061
|
+
}
|
|
1044
1062
|
export declare enum PaymentSourceConfirmationActionType {
|
|
1045
1063
|
CVV = "cvv",
|
|
1046
1064
|
BILLING_ADDRESS = "billing_address",
|
|
@@ -1070,12 +1088,12 @@ export declare enum PaymentType {
|
|
|
1070
1088
|
AFTERPAY = "afterpay",
|
|
1071
1089
|
BANCONTACT = "bancontact"
|
|
1072
1090
|
}
|
|
1073
|
-
export declare enum
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1091
|
+
export declare enum PayoutAttachmentType {
|
|
1092
|
+
TRANSACTIONS = "transactions"
|
|
1093
|
+
}
|
|
1094
|
+
export declare enum PayoutStatusFailureCode {
|
|
1095
|
+
INVALID_ACCOUNT_NUMBER = "invalid_account_number",
|
|
1096
|
+
COULD_NOT_PROCESS = "could_not_process"
|
|
1079
1097
|
}
|
|
1080
1098
|
export declare enum PermittedHttpMethod {
|
|
1081
1099
|
GET = "GET",
|
|
@@ -1295,6 +1313,9 @@ export declare enum SortDirection {
|
|
|
1295
1313
|
ASCENDING = "ascending",
|
|
1296
1314
|
DESCENDING = "descending"
|
|
1297
1315
|
}
|
|
1316
|
+
export declare enum StatementAttachmentType {
|
|
1317
|
+
CSV = "csv"
|
|
1318
|
+
}
|
|
1298
1319
|
export declare enum Strategy {
|
|
1299
1320
|
RANGE = "range",
|
|
1300
1321
|
FROM = "from",
|
package/dist/api.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DiscountTarget = exports.DiscountRuleSubsidyTarget = exports.DiscountRuleStatus = exports.Direction = exports.DeliveryWindowLocation = exports.DeliveryWindowComponentSource = exports.DeliveryOptionCostDetailSource = exports.DeliveryOptionCostDetailComponentKey = exports.DeliveredDutyDisplayType = exports.DeliveredDuty = exports.DayOfWeek = exports.CvvResultCode = exports.CvvCode = exports.CustomerAddressType = exports.CurrencySymbolFormat = exports.CurrencyLabelFormatter = exports.CreditPaymentErrorCode = exports.CountryPickerSource = exports.CostEstimateSource = exports.ConsumerInvoiceStatus = exports.ConsumerInvoiceDocumentType = exports.ConsumerInvoiceCustomerType = exports.ChannelCurrencyCapability = exports.ChangeType = exports.CenterCapability = exports.CardType = exports.CardErrorCode = exports.CaptureStatus = exports.CaptureDeclineCode = exports.Capability = exports.CancelReason = exports.Calendar = exports.B2BInvoiceType = exports.AvsCode = exports.AvailableFilterFormat = exports.AvailabilityStatus = exports.AuthorizationStatus = exports.AuthorizationResultActionType = exports.AuthorizationOption = exports.AuthorizationDeclineCode = exports.AuthenticationTechnique = exports.AttributeIntent = exports.AttributeDataType = exports.
|
|
4
|
-
exports.MeasurementSystem = exports.MarginType = exports.LogisticsFormatPreference = exports.LocationErrorCode = exports.LevyStrategy = exports.LevyInclusion = exports.LevyComponent = exports.LaneStrategy = exports.LanePreselectPreference = exports.LaneDirection = exports.LabelTriggerMethod = exports.LabelRequestMethod = exports.ItemIdentifier = exports.ItemAvailabilityStatus = exports.InvitationErrorCode = exports.InventoryStatus = exports.InputSpecificationType = exports.InlineWindowViewportSize = exports.Incoterm = exports.IncludedLevyKey = exports.ImportType = exports.ImageTag = exports.HolidayCalendar = exports.GoodsSupply = exports.GenericErrorCode = exports.FulfillmentMethodValue = exports.FulfillmentMethodType = exports.FulfillmentItemQuantityStatus = exports.FtpFileSource = exports.FraudStatus = exports.FraudLiability = exports.FraudEmailRuleDecision = exports.FlowRole = exports.FlowEntity = exports.FlowBehavior = exports.FeeDeductionType = exports.ExporterOfRecord = exports.ExportStatus = exports.ExperienceStatus = exports.ExperiencePaymentMethodTag = exports.ExperienceCountryStatus = exports.ExperienceCloneStatus = exports.ExclusionRuleState = exports.ExceptionType = exports.EventType = exports.Environment = exports.EntityIdentifierType = exports.EconomicTitleLocation = exports.EcommercePlatformType =
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.ZeroLevyReasonCode = exports.ZeroAmountIndicator = exports.WithholdingDeductionType = void 0;
|
|
3
|
+
exports.DutyItemApprovalStatus = exports.DiscountTarget = exports.DiscountRuleSubsidyTarget = exports.DiscountRuleStatus = exports.Direction = exports.DeliveryWindowLocation = exports.DeliveryWindowComponentSource = exports.DeliveryOptionCostDetailSource = exports.DeliveryOptionCostDetailComponentKey = exports.DeliveredDutyDisplayType = exports.DeliveredDuty = exports.DayOfWeek = exports.CvvResultCode = exports.CvvCode = exports.CustomerAddressType = exports.CurrencySymbolFormat = exports.CurrencyLabelFormatter = exports.CreditPaymentErrorCode = exports.CountryPickerSource = exports.CostEstimateSource = exports.ConsumerInvoiceStatus = exports.ConsumerInvoiceDocumentType = exports.ConsumerInvoiceCustomerType = exports.ChannelCurrencyCapability = exports.ChangeType = exports.CenterCapability = exports.CardType = exports.CardErrorCode = exports.CaptureStatus = exports.CaptureDeclineCode = exports.Capability = exports.CancelReason = exports.Calendar = exports.B2BInvoiceType = exports.AvsCode = exports.AvailableFilterFormat = exports.AvailabilityStatus = exports.AuthorizationStatus = exports.AuthorizationResultActionType = exports.AuthorizationOption = exports.AuthorizationDeclineCode = exports.AuthenticationTechnique = exports.AttributeIntent = exports.AttributeDataType = exports.Aggregate = exports.AdjustmentReasonKey = exports.AddressVerificationResultFieldCode = exports.AddressFieldName = exports.AbandonedOrderSettingStatus = exports.AbandonedOrderPromotionStatus = void 0;
|
|
4
|
+
exports.MerchantGiftCardErrorCode = exports.MeasurementSystem = exports.MarginType = exports.LogisticsFormatPreference = exports.LocationErrorCode = exports.LevyStrategy = exports.LevyInclusion = exports.LevyComponent = exports.LaneStrategy = exports.LanePreselectPreference = exports.LaneDirection = exports.LabelTriggerMethod = exports.LabelRequestMethod = exports.ItemIdentifier = exports.ItemAvailabilityStatus = exports.InvitationErrorCode = exports.InventoryStatus = exports.InputSpecificationType = exports.InlineWindowViewportSize = exports.Incoterm = exports.IncludedLevyKey = exports.ImportType = exports.ImageTag = exports.HolidayCalendar = exports.GoodsSupply = exports.GenericErrorCode = exports.FulfillmentMethodValue = exports.FulfillmentMethodType = exports.FulfillmentItemQuantityStatus = exports.FtpFileSource = exports.FraudStatus = exports.FraudLiability = exports.FraudEmailRuleDecision = exports.FlowRole = exports.FlowEntity = exports.FlowBehavior = exports.FeeDeductionType = exports.ExporterOfRecord = exports.ExportStatus = exports.ExperienceStatus = exports.ExperiencePaymentMethodTag = exports.ExperienceCountryStatus = exports.ExperienceCloneStatus = exports.ExclusionRuleState = exports.ExceptionType = exports.EventType = exports.Environment = exports.EntityIdentifierType = exports.EconomicTitleLocation = exports.EcommercePlatformType = void 0;
|
|
5
|
+
exports.ProvinceType = exports.PromotionTriggerType = exports.PricingLevySetting = exports.PriceFacetBoundary = exports.PriceDetailKey = exports.PriceDetailComponentKey = exports.PriceBookStatus = exports.PriceAccuracy = exports.PostalType = exports.PhysicalDeliverySpecialSerivce = exports.PermittedHttpMethod = exports.PayoutStatusFailureCode = exports.PayoutAttachmentType = exports.PaymentType = exports.PaymentStatus = exports.PaymentSourceConfirmationActionType = exports.PaymentRequestReviewStatus = exports.PaymentRequestReviewCheckType = exports.PaymentRequestReviewCheckStatus = exports.PaymentMethodType = exports.PaymentMethodRuleContentKey = exports.PaymentMethodDataOptionType = exports.PaymentMethodCapability = exports.PaymentFailureCode = exports.PaymentErrorCode = exports.PaymentActionType = exports.OrganizationType = exports.OrganizationStatus = exports.OrganizationPaymentMethodTag = exports.OrderType = exports.OrderStorage = exports.OrderStatus = exports.OrderRefundSummaryPartialCharged = exports.OrderRefundSummaryIncludes = exports.OrderQuoteLineErrorCode = exports.OrderQuoteErrorCode = exports.OrderQuoteAddressType = exports.OrderPriceDetailKey = exports.OrderPriceDetailComponentKey = exports.OrderPaymentType = exports.OrderMerchantOfRecord = exports.OrderErrorCode = exports.OrderChangeSource = exports.OptinResponseType = exports.OnboardingTradeSector = exports.OnboardingBlockedReason = exports.OnboardingApplicationStatus = exports.Method = exports.MerchantRejectedReason = exports.MerchantOfRecord = void 0;
|
|
6
|
+
exports.UpdateType = exports.UpdatePolicy = exports.UnitOfTime = exports.UnitOfMeasurement = exports.TransactionSource = exports.TradeAgreementStatus = exports.TradeAgreementName = exports.TrackingStatus = exports.TrackingNumberType = exports.TokenType = exports.TierStrategy = exports.TierEstimateType = exports.TierAvailability = exports.ThreedsTwoChallengeViewport = exports.ThreeDSecureCode = exports.TaxabilityValue = exports.TaxabilityType = exports.TaxVerificationResult = exports.TaxReportType = exports.TaxDutyCalculatorValidationErrorCode = exports.TaxApplicability = exports.SyncUnitOfTime = exports.SyncStreamType = exports.SyncRecordFailureReason = exports.SurchargeResponsibleParty = exports.SubcatalogItemStatus = exports.Strategy = exports.StatementAttachmentType = exports.SortDirection = exports.ShopifySyncCheck = exports.ShopifyLocalizationMethod = exports.ShopifyGrant = exports.ShippingConfigurationType = exports.ShipmentRecipient = exports.ShipmentIntegrationType = exports.ScheduleExceptionStatus = exports.RoundingType = exports.RoundingMethod = exports.Role = exports.ReversalStatus = exports.ReversalErrorCode = exports.ReturnTrackingStatus = exports.ReturnStatus = exports.ReturnPolicyState = exports.ReturnItemStatus = exports.RegionType = exports.RefundStatus = exports.RefundDeclineCode = exports.RatecardOwner = exports.QuoteErrorCode = void 0;
|
|
7
|
+
exports.ZeroLevyReasonCode = exports.ZeroAmountIndicator = exports.WithholdingDeductionType = exports.WebhookStatus = exports.Visibility = exports.ValueAddedService = exports.UserStatus = void 0;
|
|
8
8
|
var AbandonedOrderPromotionStatus;
|
|
9
9
|
(function (AbandonedOrderPromotionStatus) {
|
|
10
10
|
AbandonedOrderPromotionStatus["ACTIVE"] = "active";
|
|
@@ -46,10 +46,6 @@ var Aggregate;
|
|
|
46
46
|
Aggregate["MAXIMUM"] = "maximum";
|
|
47
47
|
Aggregate["MINIMUM"] = "minimum";
|
|
48
48
|
})(Aggregate = exports.Aggregate || (exports.Aggregate = {}));
|
|
49
|
-
var AttachmentType;
|
|
50
|
-
(function (AttachmentType) {
|
|
51
|
-
AttachmentType["CSV"] = "csv";
|
|
52
|
-
})(AttachmentType = exports.AttachmentType || (exports.AttachmentType = {}));
|
|
53
49
|
var AttributeDataType;
|
|
54
50
|
(function (AttributeDataType) {
|
|
55
51
|
AttributeDataType["BOOLEAN"] = "boolean";
|
|
@@ -407,6 +403,7 @@ var Environment;
|
|
|
407
403
|
})(Environment = exports.Environment || (exports.Environment = {}));
|
|
408
404
|
var EventType;
|
|
409
405
|
(function (EventType) {
|
|
406
|
+
EventType["TEST_UPSERTED"] = "test_upserted";
|
|
410
407
|
EventType["TRANSACTION_UPSERTED"] = "transaction_upserted";
|
|
411
408
|
EventType["ORGANIZATION_TRANSACTION_UPSERTED"] = "organization_transaction_upserted";
|
|
412
409
|
EventType["ORGANIZATION_TRANSACTION_DELETED"] = "organization_transaction_deleted";
|
|
@@ -1180,6 +1177,29 @@ var PaymentMethodType;
|
|
|
1180
1177
|
PaymentMethodType["ONLINE"] = "online";
|
|
1181
1178
|
PaymentMethodType["OFFLINE"] = "offline";
|
|
1182
1179
|
})(PaymentMethodType = exports.PaymentMethodType || (exports.PaymentMethodType = {}));
|
|
1180
|
+
var PaymentRequestReviewCheckStatus;
|
|
1181
|
+
(function (PaymentRequestReviewCheckStatus) {
|
|
1182
|
+
PaymentRequestReviewCheckStatus["PASSED"] = "passed";
|
|
1183
|
+
PaymentRequestReviewCheckStatus["FAILED"] = "failed";
|
|
1184
|
+
})(PaymentRequestReviewCheckStatus = exports.PaymentRequestReviewCheckStatus || (exports.PaymentRequestReviewCheckStatus = {}));
|
|
1185
|
+
var PaymentRequestReviewCheckType;
|
|
1186
|
+
(function (PaymentRequestReviewCheckType) {
|
|
1187
|
+
PaymentRequestReviewCheckType["RESTRICTED_PARTY_SCREENING"] = "restricted_party_screening";
|
|
1188
|
+
PaymentRequestReviewCheckType["FRAUD_SUSPICIOUS_BEHAVIOR"] = "fraud_suspicious_behavior";
|
|
1189
|
+
PaymentRequestReviewCheckType["FRAUD_SUSPICIOUS_PAST_ACTIVITY"] = "fraud_suspicious_past_activity";
|
|
1190
|
+
PaymentRequestReviewCheckType["FRAUD_RISKY_VELOCITY"] = "fraud_risky_velocity";
|
|
1191
|
+
PaymentRequestReviewCheckType["FRAUD_PREVIOUS_CHARGEBACKS"] = "fraud_previous_chargebacks";
|
|
1192
|
+
PaymentRequestReviewCheckType["ORDER_RESTRICTED_GOODS"] = "order_restricted_goods";
|
|
1193
|
+
PaymentRequestReviewCheckType["ORDER_UNSUPPORTED_DESTINATION"] = "order_unsupported_destination";
|
|
1194
|
+
PaymentRequestReviewCheckType["ORDER_MISSING_INFORMATION"] = "order_missing_information";
|
|
1195
|
+
PaymentRequestReviewCheckType["ORDER_DOMESTIC"] = "order_domestic";
|
|
1196
|
+
})(PaymentRequestReviewCheckType = exports.PaymentRequestReviewCheckType || (exports.PaymentRequestReviewCheckType = {}));
|
|
1197
|
+
var PaymentRequestReviewStatus;
|
|
1198
|
+
(function (PaymentRequestReviewStatus) {
|
|
1199
|
+
PaymentRequestReviewStatus["PENDING"] = "pending";
|
|
1200
|
+
PaymentRequestReviewStatus["APPROVED"] = "approved";
|
|
1201
|
+
PaymentRequestReviewStatus["REJECTED"] = "rejected";
|
|
1202
|
+
})(PaymentRequestReviewStatus = exports.PaymentRequestReviewStatus || (exports.PaymentRequestReviewStatus = {}));
|
|
1183
1203
|
var PaymentSourceConfirmationActionType;
|
|
1184
1204
|
(function (PaymentSourceConfirmationActionType) {
|
|
1185
1205
|
PaymentSourceConfirmationActionType["CVV"] = "cvv";
|
|
@@ -1212,14 +1232,15 @@ var PaymentType;
|
|
|
1212
1232
|
PaymentType["AFTERPAY"] = "afterpay";
|
|
1213
1233
|
PaymentType["BANCONTACT"] = "bancontact";
|
|
1214
1234
|
})(PaymentType = exports.PaymentType || (exports.PaymentType = {}));
|
|
1215
|
-
var
|
|
1216
|
-
(function (
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1235
|
+
var PayoutAttachmentType;
|
|
1236
|
+
(function (PayoutAttachmentType) {
|
|
1237
|
+
PayoutAttachmentType["TRANSACTIONS"] = "transactions";
|
|
1238
|
+
})(PayoutAttachmentType = exports.PayoutAttachmentType || (exports.PayoutAttachmentType = {}));
|
|
1239
|
+
var PayoutStatusFailureCode;
|
|
1240
|
+
(function (PayoutStatusFailureCode) {
|
|
1241
|
+
PayoutStatusFailureCode["INVALID_ACCOUNT_NUMBER"] = "invalid_account_number";
|
|
1242
|
+
PayoutStatusFailureCode["COULD_NOT_PROCESS"] = "could_not_process";
|
|
1243
|
+
})(PayoutStatusFailureCode = exports.PayoutStatusFailureCode || (exports.PayoutStatusFailureCode = {}));
|
|
1223
1244
|
var PermittedHttpMethod;
|
|
1224
1245
|
(function (PermittedHttpMethod) {
|
|
1225
1246
|
PermittedHttpMethod["GET"] = "GET";
|
|
@@ -1471,6 +1492,10 @@ var SortDirection;
|
|
|
1471
1492
|
SortDirection["ASCENDING"] = "ascending";
|
|
1472
1493
|
SortDirection["DESCENDING"] = "descending";
|
|
1473
1494
|
})(SortDirection = exports.SortDirection || (exports.SortDirection = {}));
|
|
1495
|
+
var StatementAttachmentType;
|
|
1496
|
+
(function (StatementAttachmentType) {
|
|
1497
|
+
StatementAttachmentType["CSV"] = "csv";
|
|
1498
|
+
})(StatementAttachmentType = exports.StatementAttachmentType || (exports.StatementAttachmentType = {}));
|
|
1474
1499
|
var Strategy;
|
|
1475
1500
|
(function (Strategy) {
|
|
1476
1501
|
Strategy["RANGE"] = "range";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-constants",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.34",
|
|
4
4
|
"description": "Definitions for enumerations found in the Flow API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flow",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"postgenerate": "npm run format",
|
|
27
27
|
"prepublish": "npm run clean && npm run build"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "2a8c847a3c7fe6a3a62ff7d19d7bacba4063d9a9"
|
|
30
30
|
}
|
package/src/api.ts
CHANGED
|
@@ -39,10 +39,6 @@ export enum Aggregate {
|
|
|
39
39
|
MINIMUM = 'minimum',
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
export enum AttachmentType {
|
|
43
|
-
CSV = 'csv',
|
|
44
|
-
}
|
|
45
|
-
|
|
46
42
|
export enum AttributeDataType {
|
|
47
43
|
BOOLEAN = 'boolean',
|
|
48
44
|
INTEGER = 'integer',
|
|
@@ -399,6 +395,7 @@ export enum Environment {
|
|
|
399
395
|
}
|
|
400
396
|
|
|
401
397
|
export enum EventType {
|
|
398
|
+
TEST_UPSERTED = 'test_upserted',
|
|
402
399
|
TRANSACTION_UPSERTED = 'transaction_upserted',
|
|
403
400
|
ORGANIZATION_TRANSACTION_UPSERTED = 'organization_transaction_upserted',
|
|
404
401
|
ORGANIZATION_TRANSACTION_DELETED = 'organization_transaction_deleted',
|
|
@@ -1173,6 +1170,29 @@ export enum PaymentMethodType {
|
|
|
1173
1170
|
OFFLINE = 'offline',
|
|
1174
1171
|
}
|
|
1175
1172
|
|
|
1173
|
+
export enum PaymentRequestReviewCheckStatus {
|
|
1174
|
+
PASSED = 'passed',
|
|
1175
|
+
FAILED = 'failed',
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
export enum PaymentRequestReviewCheckType {
|
|
1179
|
+
RESTRICTED_PARTY_SCREENING = 'restricted_party_screening',
|
|
1180
|
+
FRAUD_SUSPICIOUS_BEHAVIOR = 'fraud_suspicious_behavior',
|
|
1181
|
+
FRAUD_SUSPICIOUS_PAST_ACTIVITY = 'fraud_suspicious_past_activity',
|
|
1182
|
+
FRAUD_RISKY_VELOCITY = 'fraud_risky_velocity',
|
|
1183
|
+
FRAUD_PREVIOUS_CHARGEBACKS = 'fraud_previous_chargebacks',
|
|
1184
|
+
ORDER_RESTRICTED_GOODS = 'order_restricted_goods',
|
|
1185
|
+
ORDER_UNSUPPORTED_DESTINATION = 'order_unsupported_destination',
|
|
1186
|
+
ORDER_MISSING_INFORMATION = 'order_missing_information',
|
|
1187
|
+
ORDER_DOMESTIC = 'order_domestic',
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
export enum PaymentRequestReviewStatus {
|
|
1191
|
+
PENDING = 'pending',
|
|
1192
|
+
APPROVED = 'approved',
|
|
1193
|
+
REJECTED = 'rejected',
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1176
1196
|
export enum PaymentSourceConfirmationActionType {
|
|
1177
1197
|
CVV = 'cvv',
|
|
1178
1198
|
BILLING_ADDRESS = 'billing_address',
|
|
@@ -1205,12 +1225,13 @@ export enum PaymentType {
|
|
|
1205
1225
|
BANCONTACT = 'bancontact',
|
|
1206
1226
|
}
|
|
1207
1227
|
|
|
1208
|
-
export enum
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1228
|
+
export enum PayoutAttachmentType {
|
|
1229
|
+
TRANSACTIONS = 'transactions',
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
export enum PayoutStatusFailureCode {
|
|
1233
|
+
INVALID_ACCOUNT_NUMBER = 'invalid_account_number',
|
|
1234
|
+
COULD_NOT_PROCESS = 'could_not_process',
|
|
1214
1235
|
}
|
|
1215
1236
|
|
|
1216
1237
|
export enum PermittedHttpMethod {
|
|
@@ -1464,6 +1485,10 @@ export enum SortDirection {
|
|
|
1464
1485
|
DESCENDING = 'descending',
|
|
1465
1486
|
}
|
|
1466
1487
|
|
|
1488
|
+
export enum StatementAttachmentType {
|
|
1489
|
+
CSV = 'csv',
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1467
1492
|
export enum Strategy {
|
|
1468
1493
|
RANGE = 'range',
|
|
1469
1494
|
FROM = 'from',
|