kard-financial-sdk 0.0.82__py3-none-any.whl → 0.0.78938__py3-none-any.whl
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.
- kard/__init__.py +574 -1
- kard/attributions/__init__.py +112 -0
- kard/attributions/client.py +359 -0
- kard/attributions/raw_client.py +406 -0
- kard/attributions/types/__init__.py +114 -0
- kard/attributions/types/create_attribution_response.py +38 -0
- kard/attributions/types/internal_api_attribution.py +47 -0
- kard/attributions/types/internal_api_notification_attribution.py +24 -0
- kard/attributions/types/internal_api_notification_attribution_attributes.py +37 -0
- kard/attributions/types/internal_api_offer_attribution.py +24 -0
- kard/attributions/types/internal_api_offer_attribution_attributes.py +37 -0
- kard/attributions/types/internal_attribution.py +45 -0
- kard/attributions/types/internal_attribution_message.py +30 -0
- kard/attributions/types/internal_attribution_message_metadata.py +24 -0
- kard/attributions/types/internal_attribution_type.py +5 -0
- kard/attributions/types/internal_bulk_create_attributions_request.py +20 -0
- kard/attributions/types/internal_bulk_create_attributions_response.py +20 -0
- kard/attributions/types/internal_bulk_create_response_metadata.py +24 -0
- kard/attributions/types/internal_event_code.py +5 -0
- kard/attributions/types/internal_get_attributions_response.py +22 -0
- kard/attributions/types/internal_notification_attribution.py +20 -0
- kard/attributions/types/internal_notification_attribution_attributes.py +35 -0
- kard/attributions/types/internal_notification_medium.py +5 -0
- kard/attributions/types/internal_offer_attribution.py +20 -0
- kard/attributions/types/internal_offer_attribution_attributes.py +35 -0
- kard/attributions/types/internal_offer_medium.py +5 -0
- kard/audit/__init__.py +64 -0
- kard/audit/types/__init__.py +60 -0
- kard/audit/types/audit_audit_event.py +21 -0
- kard/audit/types/author.py +73 -0
- kard/audit/types/process_events_request.py +22 -0
- kard/audit/types/process_sns_event_response.py +20 -0
- kard/audit/types/sns_event_message.py +28 -0
- kard/audit/types/system_author.py +29 -0
- kard/audit/types/user_author.py +22 -0
- kard/billing_agent/__init__.py +70 -0
- kard/billing_agent/client.py +853 -0
- kard/billing_agent/raw_client.py +1243 -0
- kard/billing_agent/types/__init__.py +68 -0
- kard/billing_agent/types/billing_issuer_matched_transaction.py +86 -0
- kard/billing_agent/types/create_issuer_reward_request_body.py +43 -0
- kard/billing_agent/types/create_issuer_reward_response_object.py +78 -0
- kard/billing_agent/types/eom_update_payload.py +29 -0
- kard/billing_agent/types/eom_updates_request_body.py +20 -0
- kard/billing_agent/types/get_issuer_matched_transaction_info_response_object.py +48 -0
- kard/billing_agent/types/get_issuer_reward_response_object.py +78 -0
- kard/billing_agent/types/get_issuer_rewards_response_object.py +80 -0
- kard/billing_agent/types/revert_issuer_reward_response_object.py +78 -0
- kard/billing_agent/types/update_matched_transaction_payload.py +46 -0
- kard/billing_agent/types/update_matched_transaction_request_body.py +37 -0
- kard/billing_commons/__init__.py +64 -0
- kard/billing_commons/types/__init__.py +62 -0
- kard/billing_commons/types/merchant_id.py +7 -0
- kard/billing_commons/types/offer_id.py +7 -0
- kard/billing_commons/types/reward.py +156 -0
- kard/billing_commons/types/reward_entry.py +70 -0
- kard/billing_commons/types/reward_entry_full.py +133 -0
- kard/billing_commons/types/reward_id.py +12 -0
- kard/billing_commons/types/reward_type.py +5 -0
- kard/billing_commons/types/rewards_filter_options.py +48 -0
- kard/billing_commons/types/transaction_id.py +7 -0
- kard/billing_service/__init__.py +76 -0
- kard/billing_service/client.py +934 -0
- kard/billing_service/raw_client.py +1562 -0
- kard/billing_service/types/__init__.py +74 -0
- kard/billing_service/types/create_reward_request_body.py +57 -0
- kard/billing_service/types/create_reward_response_object.py +78 -0
- kard/billing_service/types/get_reward_entries_response_object.py +64 -0
- kard/billing_service/types/get_reward_response_object.py +78 -0
- kard/billing_service/types/get_rewards_response_object.py +87 -0
- kard/billing_service/types/invoice_status_file.py +31 -0
- kard/billing_service/types/invoice_status_file_response_object.py +36 -0
- kard/billing_service/types/revert_rewards_response_object.py +32 -0
- kard/billing_service/types/revert_rewards_stats.py +29 -0
- kard/billing_service/types/trigger_merchant_invoice_request_body.py +55 -0
- kard/billing_service/types/trigger_merchant_invoice_response_object.py +31 -0
- kard/billing_service/types/update_reward_request_body.py +52 -0
- kard/billing_service/types/update_reward_response_object.py +78 -0
- kard/client.py +171 -0
- kard/commons/__init__.py +54 -0
- kard/commons/types/__init__.py +52 -0
- kard/commons/types/address.py +25 -0
- kard/commons/types/audit_event.py +67 -0
- kard/commons/types/audit_event_author.py +75 -0
- kard/commons/types/audit_event_entity_type.py +5 -0
- kard/commons/types/audit_event_meta_properties.py +30 -0
- kard/commons/types/audit_event_operation_type.py +5 -0
- kard/commons/types/audit_event_system_author.py +29 -0
- kard/commons/types/audit_event_user_author.py +22 -0
- kard/commons/types/geo_location.py +27 -0
- kard/commons/types/issuer_id.py +3 -0
- kard/commons/types/location_type.py +5 -0
- kard/commons/types/operating_hours.py +27 -0
- kard/commons/types/page.py +44 -0
- kard/commons/types/partially_accepted_data.py +23 -0
- kard/commons/types/sort_order.py +5 -0
- kard/commons/types/source.py +5 -0
- kard/core/client_wrapper.py +2 -2
- kard/eligibility_broker/__init__.py +55 -0
- kard/eligibility_broker/client.py +156 -0
- kard/eligibility_broker/raw_client.py +196 -0
- kard/eligibility_broker/types/__init__.py +52 -0
- kard/eligibility_broker/types/ingest_request_body.py +53 -0
- kard/eligibility_broker/types/ingestion_event_status.py +5 -0
- kard/eligibility_broker/types/ingestion_events.py +26 -0
- kard/eligibility_broker/types/segmentation_ingestion_event.py +20 -0
- kard/eligibility_broker/types/segmentation_ingestion_event_attributes.py +46 -0
- kard/experiments/__init__.py +85 -0
- kard/experiments/client.py +823 -0
- kard/experiments/raw_client.py +1514 -0
- kard/experiments/types/__init__.py +83 -0
- kard/experiments/types/experiment.py +22 -0
- kard/experiments/types/experiment_id.py +5 -0
- kard/experiments/types/experiment_request.py +33 -0
- kard/experiments/types/experiment_response.py +48 -0
- kard/experiments/types/list_experiments_filter.py +53 -0
- kard/experiments/types/list_experiments_response.py +74 -0
- kard/experiments/types/list_experiments_sort.py +24 -0
- kard/experiments/types/list_offer_links_response.py +73 -0
- kard/experiments/types/offer_link_base.py +22 -0
- kard/experiments/types/offer_link_completed.py +39 -0
- kard/experiments/types/offer_link_draft.py +41 -0
- kard/experiments/types/offer_link_id.py +5 -0
- kard/experiments/types/offer_link_request.py +38 -0
- kard/experiments/types/offer_link_response.py +52 -0
- kard/experiments/types/offer_link_union.py +8 -0
- kard/experiments/types/timestamps.py +30 -0
- kard/files/__init__.py +12 -0
- kard/files/client.py +171 -0
- kard/files/raw_client.py +170 -0
- kard/files/types/__init__.py +12 -0
- kard/files/types/file_metadata_attributes_resource.py +24 -0
- kard/files/types/file_metadata_resource.py +25 -0
- kard/files/types/save_files_metadata_request.py +20 -0
- kard/files/types/save_files_metadata_response_object.py +19 -0
- kard/notifications/__init__.py +18 -0
- kard/notifications/types/__init__.py +17 -0
- kard/notifications/types/merchant_status.py +5 -0
- kard/notifications/types/notification.py +25 -0
- kard/notifications/types/notification_attributes.py +60 -0
- kard/notifications/types/notification_union.py +27 -0
- kard/notifications/types/notifications_response_object.py +80 -0
- kard/offers/__init__.py +109 -0
- kard/offers/client.py +670 -0
- kard/offers/raw_client.py +955 -0
- kard/offers/types/__init__.py +106 -0
- kard/offers/types/attribution.py +47 -0
- kard/offers/types/attribution_event_type.py +5 -0
- kard/offers/types/audience_resource.py +32 -0
- kard/offers/types/create_offer_request_attributes.py +77 -0
- kard/offers/types/create_offer_request_body.py +33 -0
- kard/offers/types/create_offer_request_data.py +32 -0
- kard/offers/types/included_resource.py +10 -0
- kard/offers/types/location_resource.py +32 -0
- kard/offers/types/merchant_resource.py +32 -0
- kard/offers/types/offer_attributes.py +235 -0
- kard/offers/types/offer_audit_event.py +21 -0
- kard/offers/types/offer_format_union.py +29 -0
- kard/offers/types/offer_relationships.py +32 -0
- kard/offers/types/offer_request_meta.py +33 -0
- kard/offers/types/offer_response.py +39 -0
- kard/offers/types/offers_list_response.py +41 -0
- kard/offers/types/pagination_metadata.py +33 -0
- kard/offers/types/segment_resource.py +32 -0
- kard/offers/types/standard_format_offer.py +30 -0
- kard/offers/types/status.py +5 -0
- kard/offers/types/update_offer_request_attributes.py +77 -0
- kard/offers/types/update_offer_request_body.py +33 -0
- kard/offers/types/update_offer_request_data.py +32 -0
- kard/queue_dispatcher/__init__.py +49 -0
- kard/queue_dispatcher/client.py +211 -0
- kard/queue_dispatcher/raw_client.py +216 -0
- kard/queue_dispatcher/types/__init__.py +47 -0
- kard/queue_dispatcher/types/generic_notification_request_body.py +20 -0
- kard/queue_dispatcher/types/generic_notification_response_object.py +19 -0
- kard/queue_dispatcher/types/notification_relationship_union.py +8 -0
- kard/queue_dispatcher/types/notification_resource.py +23 -0
- kard/segment_users/__init__.py +39 -0
- kard/segment_users/client.py +246 -0
- kard/segment_users/raw_client.py +297 -0
- kard/segment_users/types/__init__.py +42 -0
- kard/segment_users/types/get_status_request_body.py +24 -0
- kard/segment_users/types/get_status_response.py +20 -0
- kard/segment_users/types/get_statuses_response.py +23 -0
- kard/segment_users/types/segment_status.py +22 -0
- kard/segment_users_event/__init__.py +34 -0
- kard/segment_users_event/types/__init__.py +34 -0
- kard/segment_users_event/types/segment_user_event.py +57 -0
- kard/txn_map_service/__init__.py +34 -0
- kard/txn_map_service/client.py +131 -0
- kard/txn_map_service/raw_client.py +167 -0
- kard/txn_map_service/types/__init__.py +38 -0
- kard/txn_map_service/types/delete_txn_data.py +23 -0
- kard/txn_map_service/types/delete_txn_map_request.py +20 -0
- kard/txn_matching/__init__.py +91 -0
- kard/txn_matching/types/__init__.py +88 -0
- kard/txn_matching/types/card_network_enum.py +5 -0
- kard/txn_matching/types/enriched_transaction_record.py +22 -0
- kard/txn_matching/types/issuer.py +71 -0
- kard/txn_matching/types/merchant_attribute.py +19 -0
- kard/txn_matching/types/offer.py +57 -0
- kard/txn_matching/types/processor_mids_attributes.py +26 -0
- kard/txn_matching/types/transaction_attributes.py +57 -0
- kard/txn_matching/types/user.py +46 -0
- kard/txn_matching/types/validation_context.py +31 -0
- kard/txn_matching/types/validation_context_merchant.py +26 -0
- kard/txn_matching/types/validation_error_result.py +24 -0
- kard/txn_matching/types/validation_metadata.py +23 -0
- kard/txn_matching/types/validation_results.py +22 -0
- kard/txn_matching/types/validation_status.py +5 -0
- kard/txn_matching/types/validation_success_result.py +24 -0
- kard/txn_matching/types/visa_mids_attributes.py +23 -0
- kard/txn_matching/types/visa_mids_details.py +27 -0
- kard/users/__init__.py +9 -0
- kard/users/rewards/__init__.py +9 -0
- kard/users/rewards/types/__init__.py +9 -0
- kard/users/rewards/types/purchase_count_offer.py +21 -0
- kard/users/rewards/types/purchase_count_offer_core.py +26 -0
- kard/users/rewards/types/purchase_count_offer_fields.py +18 -0
- {kard_financial_sdk-0.0.82.dist-info → kard_financial_sdk-0.0.78938.dist-info}/METADATA +66 -23
- {kard_financial_sdk-0.0.82.dist-info → kard_financial_sdk-0.0.78938.dist-info}/RECORD +222 -17
- {kard_financial_sdk-0.0.82.dist-info → kard_financial_sdk-0.0.78938.dist-info}/WHEEL +0 -0
kard/__init__.py
CHANGED
|
@@ -6,10 +6,118 @@ import typing
|
|
|
6
6
|
from importlib import import_module
|
|
7
7
|
|
|
8
8
|
if typing.TYPE_CHECKING:
|
|
9
|
-
from . import
|
|
9
|
+
from . import (
|
|
10
|
+
attributions,
|
|
11
|
+
audit,
|
|
12
|
+
auth,
|
|
13
|
+
billing_agent,
|
|
14
|
+
billing_commons,
|
|
15
|
+
billing_service,
|
|
16
|
+
commons,
|
|
17
|
+
eligibility_broker,
|
|
18
|
+
experiments,
|
|
19
|
+
files,
|
|
20
|
+
notifications,
|
|
21
|
+
offers,
|
|
22
|
+
ping,
|
|
23
|
+
queue_dispatcher,
|
|
24
|
+
segment_users,
|
|
25
|
+
segment_users_event,
|
|
26
|
+
transactions,
|
|
27
|
+
txn_map_service,
|
|
28
|
+
txn_matching,
|
|
29
|
+
users,
|
|
30
|
+
)
|
|
31
|
+
from .attributions import (
|
|
32
|
+
CreateAttributionResponse,
|
|
33
|
+
InternalApiAttribution,
|
|
34
|
+
InternalApiAttribution_NotificationAttribution,
|
|
35
|
+
InternalApiAttribution_OfferAttribution,
|
|
36
|
+
InternalApiNotificationAttribution,
|
|
37
|
+
InternalApiNotificationAttributionAttributes,
|
|
38
|
+
InternalApiOfferAttribution,
|
|
39
|
+
InternalApiOfferAttributionAttributes,
|
|
40
|
+
InternalAttribution,
|
|
41
|
+
InternalAttributionMessage,
|
|
42
|
+
InternalAttributionMessageMetadata,
|
|
43
|
+
InternalAttributionType,
|
|
44
|
+
InternalAttribution_NotificationAttribution,
|
|
45
|
+
InternalAttribution_OfferAttribution,
|
|
46
|
+
InternalBulkCreateAttributionsRequest,
|
|
47
|
+
InternalBulkCreateAttributionsResponse,
|
|
48
|
+
InternalBulkCreateResponseMetadata,
|
|
49
|
+
InternalEventCode,
|
|
50
|
+
InternalGetAttributionsResponse,
|
|
51
|
+
InternalNotificationAttribution,
|
|
52
|
+
InternalNotificationAttributionAttributes,
|
|
53
|
+
InternalNotificationMedium,
|
|
54
|
+
InternalOfferAttribution,
|
|
55
|
+
InternalOfferAttributionAttributes,
|
|
56
|
+
InternalOfferMedium,
|
|
57
|
+
)
|
|
58
|
+
from .audit import (
|
|
59
|
+
AuditAuditEvent,
|
|
60
|
+
Author,
|
|
61
|
+
Author_System,
|
|
62
|
+
Author_User,
|
|
63
|
+
ProcessEventsRequest,
|
|
64
|
+
ProcessSnsEventResponse,
|
|
65
|
+
SnsEventMessage,
|
|
66
|
+
SystemAuthor,
|
|
67
|
+
UserAuthor,
|
|
68
|
+
)
|
|
10
69
|
from .auth import TokenResponse
|
|
70
|
+
from .billing_agent import (
|
|
71
|
+
BillingIssuerMatchedTransaction,
|
|
72
|
+
CreateIssuerRewardRequestBody,
|
|
73
|
+
CreateIssuerRewardResponseObject,
|
|
74
|
+
EomUpdatePayload,
|
|
75
|
+
EomUpdatesRequestBody,
|
|
76
|
+
GetIssuerMatchedTransactionInfoResponseObject,
|
|
77
|
+
GetIssuerRewardResponseObject,
|
|
78
|
+
GetIssuerRewardsResponseObject,
|
|
79
|
+
RevertIssuerRewardResponseObject,
|
|
80
|
+
UpdateMatchedTransactionPayload,
|
|
81
|
+
UpdateMatchedTransactionRequestBody,
|
|
82
|
+
)
|
|
83
|
+
from .billing_commons import (
|
|
84
|
+
MerchantId,
|
|
85
|
+
OfferId,
|
|
86
|
+
Reward,
|
|
87
|
+
RewardEntry,
|
|
88
|
+
RewardEntryFull,
|
|
89
|
+
RewardId,
|
|
90
|
+
RewardType,
|
|
91
|
+
RewardsFilterOptions,
|
|
92
|
+
TransactionId,
|
|
93
|
+
)
|
|
94
|
+
from .billing_service import (
|
|
95
|
+
CreateRewardRequestBody,
|
|
96
|
+
CreateRewardResponseObject,
|
|
97
|
+
GetRewardEntriesResponseObject,
|
|
98
|
+
GetRewardResponseObject,
|
|
99
|
+
GetRewardsResponseObject,
|
|
100
|
+
InvoiceStatusFile,
|
|
101
|
+
InvoiceStatusFileResponseObject,
|
|
102
|
+
RevertRewardsResponseObject,
|
|
103
|
+
RevertRewardsStats,
|
|
104
|
+
TriggerMerchantInvoiceRequestBody,
|
|
105
|
+
TriggerMerchantInvoiceResponseObject,
|
|
106
|
+
UpdateRewardRequestBody,
|
|
107
|
+
UpdateRewardResponseObject,
|
|
108
|
+
)
|
|
11
109
|
from .client import AsyncKardApi, KardApi
|
|
12
110
|
from .commons import (
|
|
111
|
+
Address,
|
|
112
|
+
AuditEvent,
|
|
113
|
+
AuditEventAuthor,
|
|
114
|
+
AuditEventAuthor_System,
|
|
115
|
+
AuditEventAuthor_User,
|
|
116
|
+
AuditEventEntityType,
|
|
117
|
+
AuditEventMetaProperties,
|
|
118
|
+
AuditEventOperationType,
|
|
119
|
+
AuditEventSystemAuthor,
|
|
120
|
+
AuditEventUserAuthor,
|
|
13
121
|
CategoryOption,
|
|
14
122
|
CommissionType,
|
|
15
123
|
CommissionValue,
|
|
@@ -21,34 +129,72 @@ if typing.TYPE_CHECKING:
|
|
|
21
129
|
ErrorObject,
|
|
22
130
|
ErrorResponse,
|
|
23
131
|
ErrorSource,
|
|
132
|
+
GeoLocation,
|
|
24
133
|
InternalServerError,
|
|
25
134
|
InvalidRequest,
|
|
135
|
+
IssuerId,
|
|
26
136
|
Job,
|
|
27
137
|
JobResponse,
|
|
28
138
|
JobStatus,
|
|
29
139
|
Links,
|
|
140
|
+
LocationType,
|
|
30
141
|
MongoId,
|
|
31
142
|
NotificationType,
|
|
143
|
+
OperatingHours,
|
|
32
144
|
OrganizationId,
|
|
145
|
+
Page,
|
|
146
|
+
PartiallyAcceptedData,
|
|
33
147
|
PurchaseChannel,
|
|
34
148
|
RelationshipData,
|
|
35
149
|
RelationshipMultiple,
|
|
36
150
|
RelationshipSingle,
|
|
37
151
|
ResourceType,
|
|
152
|
+
SortOrder,
|
|
153
|
+
Source,
|
|
38
154
|
State,
|
|
39
155
|
SubscriptionId,
|
|
40
156
|
UnauthorizedError,
|
|
41
157
|
UserId,
|
|
42
158
|
)
|
|
159
|
+
from .eligibility_broker import (
|
|
160
|
+
IngestRequestBody,
|
|
161
|
+
IngestionEventStatus,
|
|
162
|
+
IngestionEvents,
|
|
163
|
+
IngestionEvents_SegmentUser,
|
|
164
|
+
SegmentationIngestionEvent,
|
|
165
|
+
SegmentationIngestionEventAttributes,
|
|
166
|
+
)
|
|
43
167
|
from .environment import KardApiEnvironment
|
|
168
|
+
from .experiments import (
|
|
169
|
+
Experiment,
|
|
170
|
+
ExperimentId,
|
|
171
|
+
ExperimentRequest,
|
|
172
|
+
ExperimentResponse,
|
|
173
|
+
ListExperimentsFilter,
|
|
174
|
+
ListExperimentsResponse,
|
|
175
|
+
ListExperimentsSort,
|
|
176
|
+
ListOfferLinksResponse,
|
|
177
|
+
OfferLinkBase,
|
|
178
|
+
OfferLinkCompleted,
|
|
179
|
+
OfferLinkDraft,
|
|
180
|
+
OfferLinkId,
|
|
181
|
+
OfferLinkRequest,
|
|
182
|
+
OfferLinkResponse,
|
|
183
|
+
OfferLinkUnion,
|
|
184
|
+
Timestamps,
|
|
185
|
+
)
|
|
44
186
|
from .files import (
|
|
45
187
|
FileMetadataAttribute,
|
|
188
|
+
FileMetadataAttributesResource,
|
|
189
|
+
FileMetadataResource,
|
|
46
190
|
FileMetadataWithUrl,
|
|
47
191
|
FileType,
|
|
48
192
|
FilesMetadataSortOptions,
|
|
49
193
|
ForbiddenError,
|
|
50
194
|
GetFilesMetadataResponse,
|
|
51
195
|
PaginationMeta,
|
|
196
|
+
SaveFilesMetadataRequest,
|
|
197
|
+
SaveFilesMetadataResponseObject,
|
|
52
198
|
)
|
|
53
199
|
from .notifications import (
|
|
54
200
|
AuditUpdateAttributes,
|
|
@@ -76,6 +222,9 @@ if typing.TYPE_CHECKING:
|
|
|
76
222
|
LocationCoordinates,
|
|
77
223
|
LocationStatus,
|
|
78
224
|
MerchantSource,
|
|
225
|
+
MerchantStatus,
|
|
226
|
+
Notification,
|
|
227
|
+
NotificationAttributes,
|
|
79
228
|
NotificationDataUnion,
|
|
80
229
|
NotificationDataUnion_AuditUpdate,
|
|
81
230
|
NotificationDataUnion_Clawback,
|
|
@@ -89,6 +238,9 @@ if typing.TYPE_CHECKING:
|
|
|
89
238
|
NotificationDataUnion_ValidTransaction,
|
|
90
239
|
NotificationMetadata,
|
|
91
240
|
NotificationPayload,
|
|
241
|
+
NotificationUnion,
|
|
242
|
+
NotificationUnion_Notification,
|
|
243
|
+
NotificationsResponseObject,
|
|
92
244
|
OfferStatus,
|
|
93
245
|
OfferType,
|
|
94
246
|
RewardNotificationAttributes,
|
|
@@ -111,7 +263,41 @@ if typing.TYPE_CHECKING:
|
|
|
111
263
|
WebhookUserOfferData,
|
|
112
264
|
WebhookUserOfferRelationships,
|
|
113
265
|
)
|
|
266
|
+
from .offers import (
|
|
267
|
+
Attribution,
|
|
268
|
+
AttributionEventType,
|
|
269
|
+
AudienceResource,
|
|
270
|
+
CreateOfferRequestAttributes,
|
|
271
|
+
CreateOfferRequestBody,
|
|
272
|
+
CreateOfferRequestData,
|
|
273
|
+
IncludedResource,
|
|
274
|
+
LocationResource,
|
|
275
|
+
MerchantResource,
|
|
276
|
+
OfferAttributes,
|
|
277
|
+
OfferAuditEvent,
|
|
278
|
+
OfferFormatUnion,
|
|
279
|
+
OfferFormatUnion_StandardOffer,
|
|
280
|
+
OfferRelationships,
|
|
281
|
+
OfferRequestMeta,
|
|
282
|
+
OfferResponse,
|
|
283
|
+
OffersListResponse,
|
|
284
|
+
PaginationMetadata,
|
|
285
|
+
SegmentResource,
|
|
286
|
+
StandardFormatOffer,
|
|
287
|
+
Status,
|
|
288
|
+
UpdateOfferRequestAttributes,
|
|
289
|
+
UpdateOfferRequestBody,
|
|
290
|
+
UpdateOfferRequestData,
|
|
291
|
+
)
|
|
114
292
|
from .ping import NetworkBlockedError, NetworkBlockedErrorBody, PingResponseObject
|
|
293
|
+
from .queue_dispatcher import (
|
|
294
|
+
GenericNotificationRequestBody,
|
|
295
|
+
GenericNotificationResponseObject,
|
|
296
|
+
NotificationRelationshipUnion,
|
|
297
|
+
NotificationResource,
|
|
298
|
+
)
|
|
299
|
+
from .segment_users import GetStatusRequestBody, GetStatusResponse, GetStatusesResponse, SegmentStatus
|
|
300
|
+
from .segment_users_event import SegmentUserEvent
|
|
115
301
|
from .transactions import (
|
|
116
302
|
AuditAttributes,
|
|
117
303
|
AuditRequestData,
|
|
@@ -173,6 +359,27 @@ if typing.TYPE_CHECKING:
|
|
|
173
359
|
VisaMid,
|
|
174
360
|
VisaMidDetails,
|
|
175
361
|
)
|
|
362
|
+
from .txn_map_service import DeleteTxnData, DeleteTxnMapRequest
|
|
363
|
+
from .txn_matching import (
|
|
364
|
+
CardNetworkEnum,
|
|
365
|
+
EnrichedTransactionRecord,
|
|
366
|
+
Issuer,
|
|
367
|
+
MerchantAttribute,
|
|
368
|
+
Offer,
|
|
369
|
+
ProcessorMidsAttributes,
|
|
370
|
+
ProcessorMidsAttributes_Visa,
|
|
371
|
+
TransactionAttributes,
|
|
372
|
+
User,
|
|
373
|
+
ValidationContext,
|
|
374
|
+
ValidationContextMerchant,
|
|
375
|
+
ValidationErrorResult,
|
|
376
|
+
ValidationMetadata,
|
|
377
|
+
ValidationResults,
|
|
378
|
+
ValidationStatus,
|
|
379
|
+
ValidationSuccessResult,
|
|
380
|
+
VisaMidsAttributes,
|
|
381
|
+
VisaMidsDetails,
|
|
382
|
+
)
|
|
176
383
|
from .users import (
|
|
177
384
|
CreateUsersMultiStatusResponse,
|
|
178
385
|
CreateUsersObject,
|
|
@@ -189,8 +396,22 @@ if typing.TYPE_CHECKING:
|
|
|
189
396
|
)
|
|
190
397
|
from .version import __version__
|
|
191
398
|
_dynamic_imports: typing.Dict[str, str] = {
|
|
399
|
+
"Address": ".commons",
|
|
192
400
|
"AsyncKardApi": ".client",
|
|
401
|
+
"Attribution": ".offers",
|
|
402
|
+
"AttributionEventType": ".offers",
|
|
403
|
+
"AudienceResource": ".offers",
|
|
193
404
|
"AuditAttributes": ".transactions",
|
|
405
|
+
"AuditAuditEvent": ".audit",
|
|
406
|
+
"AuditEvent": ".commons",
|
|
407
|
+
"AuditEventAuthor": ".commons",
|
|
408
|
+
"AuditEventAuthor_System": ".commons",
|
|
409
|
+
"AuditEventAuthor_User": ".commons",
|
|
410
|
+
"AuditEventEntityType": ".commons",
|
|
411
|
+
"AuditEventMetaProperties": ".commons",
|
|
412
|
+
"AuditEventOperationType": ".commons",
|
|
413
|
+
"AuditEventSystemAuthor": ".commons",
|
|
414
|
+
"AuditEventUserAuthor": ".commons",
|
|
194
415
|
"AuditRequestData": ".transactions",
|
|
195
416
|
"AuditResponseAttributes": ".transactions",
|
|
196
417
|
"AuditResponseData": ".transactions",
|
|
@@ -198,6 +419,10 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
198
419
|
"AuditUpdateAttributes": ".notifications",
|
|
199
420
|
"AuditUpdateData": ".notifications",
|
|
200
421
|
"AuditUpdateRelationships": ".notifications",
|
|
422
|
+
"Author": ".audit",
|
|
423
|
+
"Author_System": ".audit",
|
|
424
|
+
"Author_User": ".audit",
|
|
425
|
+
"BillingIssuerMatchedTransaction": ".billing_agent",
|
|
201
426
|
"BrokerAmount": ".notifications",
|
|
202
427
|
"BrokerAmountType": ".notifications",
|
|
203
428
|
"BrokerAsset": ".notifications",
|
|
@@ -208,6 +433,7 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
208
433
|
"BrokerReward": ".notifications",
|
|
209
434
|
"BrokerRewardType": ".notifications",
|
|
210
435
|
"CardNetwork": ".transactions",
|
|
436
|
+
"CardNetworkEnum": ".txn_matching",
|
|
211
437
|
"CategoryOption": ".commons",
|
|
212
438
|
"ClawbackData": ".notifications",
|
|
213
439
|
"CommissionEarnedDetails": ".transactions",
|
|
@@ -215,6 +441,7 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
215
441
|
"CommissionValue": ".commons",
|
|
216
442
|
"CommissionValueType": ".commons",
|
|
217
443
|
"ConflictError": ".commons",
|
|
444
|
+
"CreateAttributionResponse": ".attributions",
|
|
218
445
|
"CreateAuditMultiStatus": ".transactions",
|
|
219
446
|
"CreateAuditMultiStatusResponse": ".transactions",
|
|
220
447
|
"CreateAuditRequestBody": ".transactions",
|
|
@@ -224,8 +451,17 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
224
451
|
"CreateAuditResponseDataUnion": ".transactions",
|
|
225
452
|
"CreateAuditResponseDataUnion_Audit": ".transactions",
|
|
226
453
|
"CreateIncomingTransactionsMultiStatus": ".transactions",
|
|
454
|
+
"CreateIssuerRewardRequestBody": ".billing_agent",
|
|
455
|
+
"CreateIssuerRewardResponseObject": ".billing_agent",
|
|
456
|
+
"CreateOfferRequestAttributes": ".offers",
|
|
457
|
+
"CreateOfferRequestBody": ".offers",
|
|
458
|
+
"CreateOfferRequestData": ".offers",
|
|
459
|
+
"CreateRewardRequestBody": ".billing_service",
|
|
460
|
+
"CreateRewardResponseObject": ".billing_service",
|
|
227
461
|
"CreateUsersMultiStatusResponse": ".users",
|
|
228
462
|
"CreateUsersObject": ".users",
|
|
463
|
+
"DeleteTxnData": ".txn_map_service",
|
|
464
|
+
"DeleteTxnMapRequest": ".txn_map_service",
|
|
229
465
|
"DeleteUserResponseObject": ".users",
|
|
230
466
|
"DirectionType": ".transactions",
|
|
231
467
|
"DoesNotExistError": ".commons",
|
|
@@ -235,14 +471,23 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
235
471
|
"EarnedRewardSettledAttributes": ".notifications",
|
|
236
472
|
"EarnedRewardSettledData": ".notifications",
|
|
237
473
|
"EmptyObject": ".commons",
|
|
474
|
+
"EnrichedTransactionRecord": ".txn_matching",
|
|
238
475
|
"EnrolledRewardsType": ".commons",
|
|
476
|
+
"EomUpdatePayload": ".billing_agent",
|
|
477
|
+
"EomUpdatesRequestBody": ".billing_agent",
|
|
239
478
|
"ErrorObject": ".commons",
|
|
240
479
|
"ErrorResponse": ".commons",
|
|
241
480
|
"ErrorSource": ".commons",
|
|
481
|
+
"Experiment": ".experiments",
|
|
482
|
+
"ExperimentId": ".experiments",
|
|
483
|
+
"ExperimentRequest": ".experiments",
|
|
484
|
+
"ExperimentResponse": ".experiments",
|
|
242
485
|
"FailedTransactionAttributes": ".notifications",
|
|
243
486
|
"FailedTransactionData": ".notifications",
|
|
244
487
|
"FailedTransactionRelationships": ".notifications",
|
|
245
488
|
"FileMetadataAttribute": ".files",
|
|
489
|
+
"FileMetadataAttributesResource": ".files",
|
|
490
|
+
"FileMetadataResource": ".files",
|
|
246
491
|
"FileMetadataWithUrl": ".files",
|
|
247
492
|
"FileType": ".files",
|
|
248
493
|
"FilesMetadataSortOptions": ".files",
|
|
@@ -253,27 +498,84 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
253
498
|
"FraudulentTransactionObject": ".transactions",
|
|
254
499
|
"FraudulentTransactionRequestBody": ".transactions",
|
|
255
500
|
"FraudulentTransactionResponse": ".transactions",
|
|
501
|
+
"GenericNotificationRequestBody": ".queue_dispatcher",
|
|
502
|
+
"GenericNotificationResponseObject": ".queue_dispatcher",
|
|
503
|
+
"GeoLocation": ".commons",
|
|
256
504
|
"GetEarnedRewardsResponse": ".transactions",
|
|
257
505
|
"GetFilesMetadataResponse": ".files",
|
|
506
|
+
"GetIssuerMatchedTransactionInfoResponseObject": ".billing_agent",
|
|
507
|
+
"GetIssuerRewardResponseObject": ".billing_agent",
|
|
508
|
+
"GetIssuerRewardsResponseObject": ".billing_agent",
|
|
509
|
+
"GetRewardEntriesResponseObject": ".billing_service",
|
|
510
|
+
"GetRewardResponseObject": ".billing_service",
|
|
511
|
+
"GetRewardsResponseObject": ".billing_service",
|
|
512
|
+
"GetStatusRequestBody": ".segment_users",
|
|
513
|
+
"GetStatusResponse": ".segment_users",
|
|
514
|
+
"GetStatusesResponse": ".segment_users",
|
|
515
|
+
"IncludedResource": ".offers",
|
|
516
|
+
"IngestRequestBody": ".eligibility_broker",
|
|
517
|
+
"IngestionEventStatus": ".eligibility_broker",
|
|
518
|
+
"IngestionEvents": ".eligibility_broker",
|
|
519
|
+
"IngestionEvents_SegmentUser": ".eligibility_broker",
|
|
520
|
+
"InternalApiAttribution": ".attributions",
|
|
521
|
+
"InternalApiAttribution_NotificationAttribution": ".attributions",
|
|
522
|
+
"InternalApiAttribution_OfferAttribution": ".attributions",
|
|
523
|
+
"InternalApiNotificationAttribution": ".attributions",
|
|
524
|
+
"InternalApiNotificationAttributionAttributes": ".attributions",
|
|
525
|
+
"InternalApiOfferAttribution": ".attributions",
|
|
526
|
+
"InternalApiOfferAttributionAttributes": ".attributions",
|
|
527
|
+
"InternalAttribution": ".attributions",
|
|
528
|
+
"InternalAttributionMessage": ".attributions",
|
|
529
|
+
"InternalAttributionMessageMetadata": ".attributions",
|
|
530
|
+
"InternalAttributionType": ".attributions",
|
|
531
|
+
"InternalAttribution_NotificationAttribution": ".attributions",
|
|
532
|
+
"InternalAttribution_OfferAttribution": ".attributions",
|
|
533
|
+
"InternalBulkCreateAttributionsRequest": ".attributions",
|
|
534
|
+
"InternalBulkCreateAttributionsResponse": ".attributions",
|
|
535
|
+
"InternalBulkCreateResponseMetadata": ".attributions",
|
|
536
|
+
"InternalEventCode": ".attributions",
|
|
537
|
+
"InternalGetAttributionsResponse": ".attributions",
|
|
538
|
+
"InternalNotificationAttribution": ".attributions",
|
|
539
|
+
"InternalNotificationAttributionAttributes": ".attributions",
|
|
540
|
+
"InternalNotificationMedium": ".attributions",
|
|
541
|
+
"InternalOfferAttribution": ".attributions",
|
|
542
|
+
"InternalOfferAttributionAttributes": ".attributions",
|
|
543
|
+
"InternalOfferMedium": ".attributions",
|
|
258
544
|
"InternalServerError": ".commons",
|
|
259
545
|
"InvalidRequest": ".commons",
|
|
546
|
+
"InvoiceStatusFile": ".billing_service",
|
|
547
|
+
"InvoiceStatusFileResponseObject": ".billing_service",
|
|
548
|
+
"Issuer": ".txn_matching",
|
|
549
|
+
"IssuerId": ".commons",
|
|
260
550
|
"Job": ".commons",
|
|
261
551
|
"JobResponse": ".commons",
|
|
262
552
|
"JobStatus": ".commons",
|
|
263
553
|
"KardApi": ".client",
|
|
264
554
|
"KardApiEnvironment": ".environment",
|
|
265
555
|
"Links": ".commons",
|
|
556
|
+
"ListExperimentsFilter": ".experiments",
|
|
557
|
+
"ListExperimentsResponse": ".experiments",
|
|
558
|
+
"ListExperimentsSort": ".experiments",
|
|
559
|
+
"ListOfferLinksResponse": ".experiments",
|
|
266
560
|
"LocationAddress": ".notifications",
|
|
267
561
|
"LocationCoordinates": ".notifications",
|
|
562
|
+
"LocationResource": ".offers",
|
|
268
563
|
"LocationStatus": ".notifications",
|
|
564
|
+
"LocationType": ".commons",
|
|
269
565
|
"MatchedTransactionsAttributes": ".transactions",
|
|
270
566
|
"MatchedTransactionsRequest": ".transactions",
|
|
271
567
|
"Merchant": ".transactions",
|
|
568
|
+
"MerchantAttribute": ".txn_matching",
|
|
569
|
+
"MerchantId": ".billing_commons",
|
|
570
|
+
"MerchantResource": ".offers",
|
|
272
571
|
"MerchantSource": ".notifications",
|
|
572
|
+
"MerchantStatus": ".notifications",
|
|
273
573
|
"MongoId": ".commons",
|
|
274
574
|
"MultiStatus": ".users",
|
|
275
575
|
"NetworkBlockedError": ".ping",
|
|
276
576
|
"NetworkBlockedErrorBody": ".ping",
|
|
577
|
+
"Notification": ".notifications",
|
|
578
|
+
"NotificationAttributes": ".notifications",
|
|
277
579
|
"NotificationDataUnion": ".notifications",
|
|
278
580
|
"NotificationDataUnion_AuditUpdate": ".notifications",
|
|
279
581
|
"NotificationDataUnion_Clawback": ".notifications",
|
|
@@ -287,34 +589,89 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
287
589
|
"NotificationDataUnion_ValidTransaction": ".notifications",
|
|
288
590
|
"NotificationMetadata": ".notifications",
|
|
289
591
|
"NotificationPayload": ".notifications",
|
|
592
|
+
"NotificationRelationshipUnion": ".queue_dispatcher",
|
|
593
|
+
"NotificationResource": ".queue_dispatcher",
|
|
290
594
|
"NotificationType": ".commons",
|
|
595
|
+
"NotificationUnion": ".notifications",
|
|
596
|
+
"NotificationUnion_Notification": ".notifications",
|
|
597
|
+
"NotificationsResponseObject": ".notifications",
|
|
598
|
+
"Offer": ".txn_matching",
|
|
599
|
+
"OfferAttributes": ".offers",
|
|
600
|
+
"OfferAuditEvent": ".offers",
|
|
601
|
+
"OfferFormatUnion": ".offers",
|
|
602
|
+
"OfferFormatUnion_StandardOffer": ".offers",
|
|
603
|
+
"OfferId": ".billing_commons",
|
|
604
|
+
"OfferLinkBase": ".experiments",
|
|
605
|
+
"OfferLinkCompleted": ".experiments",
|
|
606
|
+
"OfferLinkDraft": ".experiments",
|
|
607
|
+
"OfferLinkId": ".experiments",
|
|
608
|
+
"OfferLinkRequest": ".experiments",
|
|
609
|
+
"OfferLinkResponse": ".experiments",
|
|
610
|
+
"OfferLinkUnion": ".experiments",
|
|
611
|
+
"OfferRelationships": ".offers",
|
|
612
|
+
"OfferRequestMeta": ".offers",
|
|
613
|
+
"OfferResponse": ".offers",
|
|
291
614
|
"OfferStatus": ".notifications",
|
|
292
615
|
"OfferType": ".notifications",
|
|
616
|
+
"OffersListResponse": ".offers",
|
|
617
|
+
"OperatingHours": ".commons",
|
|
293
618
|
"OrganizationId": ".commons",
|
|
619
|
+
"Page": ".commons",
|
|
294
620
|
"PaginationMeta": ".files",
|
|
621
|
+
"PaginationMetadata": ".offers",
|
|
622
|
+
"PartiallyAcceptedData": ".commons",
|
|
295
623
|
"PaymentStatus": ".transactions",
|
|
296
624
|
"PaymentType": ".transactions",
|
|
297
625
|
"PingResponseObject": ".ping",
|
|
626
|
+
"ProcessEventsRequest": ".audit",
|
|
627
|
+
"ProcessSnsEventResponse": ".audit",
|
|
298
628
|
"ProcessorMid": ".transactions",
|
|
299
629
|
"ProcessorMid_Visa": ".transactions",
|
|
630
|
+
"ProcessorMidsAttributes": ".txn_matching",
|
|
631
|
+
"ProcessorMidsAttributes_Visa": ".txn_matching",
|
|
300
632
|
"PurchaseChannel": ".commons",
|
|
301
633
|
"ReceiptMediumType": ".transactions",
|
|
302
634
|
"RelationshipData": ".commons",
|
|
303
635
|
"RelationshipMultiple": ".commons",
|
|
304
636
|
"RelationshipSingle": ".commons",
|
|
305
637
|
"ResourceType": ".commons",
|
|
638
|
+
"RevertIssuerRewardResponseObject": ".billing_agent",
|
|
639
|
+
"RevertRewardsResponseObject": ".billing_service",
|
|
640
|
+
"RevertRewardsStats": ".billing_service",
|
|
641
|
+
"Reward": ".billing_commons",
|
|
642
|
+
"RewardEntry": ".billing_commons",
|
|
643
|
+
"RewardEntryFull": ".billing_commons",
|
|
644
|
+
"RewardId": ".billing_commons",
|
|
306
645
|
"RewardNotificationAttributes": ".notifications",
|
|
646
|
+
"RewardType": ".billing_commons",
|
|
307
647
|
"RewardedTransaction": ".transactions",
|
|
308
648
|
"RewardedTransactionAttributes": ".transactions",
|
|
309
649
|
"RewardedTransactionRelationships": ".transactions",
|
|
310
650
|
"RewardedTransactionStatus": ".transactions",
|
|
311
651
|
"RewardedTransactionUnion": ".transactions",
|
|
312
652
|
"RewardedTransactionUnion_RewardedTransaction": ".transactions",
|
|
653
|
+
"RewardsFilterOptions": ".billing_commons",
|
|
654
|
+
"SaveFilesMetadataRequest": ".files",
|
|
655
|
+
"SaveFilesMetadataResponseObject": ".files",
|
|
656
|
+
"SegmentResource": ".offers",
|
|
657
|
+
"SegmentStatus": ".segment_users",
|
|
658
|
+
"SegmentUserEvent": ".segment_users_event",
|
|
659
|
+
"SegmentationIngestionEvent": ".eligibility_broker",
|
|
660
|
+
"SegmentationIngestionEventAttributes": ".eligibility_broker",
|
|
661
|
+
"SnsEventMessage": ".audit",
|
|
662
|
+
"SortOrder": ".commons",
|
|
663
|
+
"Source": ".commons",
|
|
664
|
+
"StandardFormatOffer": ".offers",
|
|
313
665
|
"State": ".commons",
|
|
314
666
|
"States": ".transactions",
|
|
667
|
+
"Status": ".offers",
|
|
315
668
|
"SubscriptionId": ".commons",
|
|
669
|
+
"SystemAuthor": ".audit",
|
|
316
670
|
"TimePeriod": ".notifications",
|
|
671
|
+
"Timestamps": ".experiments",
|
|
317
672
|
"TokenResponse": ".auth",
|
|
673
|
+
"TransactionAttributes": ".txn_matching",
|
|
674
|
+
"TransactionId": ".billing_commons",
|
|
318
675
|
"TransactionIncludedResource": ".transactions",
|
|
319
676
|
"TransactionIncludedResource_Merchant": ".transactions",
|
|
320
677
|
"TransactionIncludedResource_Offer": ".transactions",
|
|
@@ -334,8 +691,19 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
334
691
|
"TransactionsResponseData": ".transactions",
|
|
335
692
|
"Transactions_MatchedTransaction": ".transactions",
|
|
336
693
|
"Transactions_Transaction": ".transactions",
|
|
694
|
+
"TriggerMerchantInvoiceRequestBody": ".billing_service",
|
|
695
|
+
"TriggerMerchantInvoiceResponseObject": ".billing_service",
|
|
337
696
|
"UnauthorizedError": ".commons",
|
|
697
|
+
"UpdateMatchedTransactionPayload": ".billing_agent",
|
|
698
|
+
"UpdateMatchedTransactionRequestBody": ".billing_agent",
|
|
699
|
+
"UpdateOfferRequestAttributes": ".offers",
|
|
700
|
+
"UpdateOfferRequestBody": ".offers",
|
|
701
|
+
"UpdateOfferRequestData": ".offers",
|
|
702
|
+
"UpdateRewardRequestBody": ".billing_service",
|
|
703
|
+
"UpdateRewardResponseObject": ".billing_service",
|
|
338
704
|
"UpdateUserObject": ".users",
|
|
705
|
+
"User": ".txn_matching",
|
|
706
|
+
"UserAuthor": ".audit",
|
|
339
707
|
"UserId": ".commons",
|
|
340
708
|
"UserOfferStatus": ".notifications",
|
|
341
709
|
"UserRequestAttributes": ".users",
|
|
@@ -348,8 +716,17 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
348
716
|
"ValidTransactionAttributes": ".notifications",
|
|
349
717
|
"ValidTransactionCommissionEarned": ".notifications",
|
|
350
718
|
"ValidTransactionData": ".notifications",
|
|
719
|
+
"ValidationContext": ".txn_matching",
|
|
720
|
+
"ValidationContextMerchant": ".txn_matching",
|
|
721
|
+
"ValidationErrorResult": ".txn_matching",
|
|
722
|
+
"ValidationMetadata": ".txn_matching",
|
|
723
|
+
"ValidationResults": ".txn_matching",
|
|
724
|
+
"ValidationStatus": ".txn_matching",
|
|
725
|
+
"ValidationSuccessResult": ".txn_matching",
|
|
351
726
|
"VisaMid": ".transactions",
|
|
352
727
|
"VisaMidDetails": ".transactions",
|
|
728
|
+
"VisaMidsAttributes": ".txn_matching",
|
|
729
|
+
"VisaMidsDetails": ".txn_matching",
|
|
353
730
|
"WebhookLocationsAttributes": ".notifications",
|
|
354
731
|
"WebhookLocationsData": ".notifications",
|
|
355
732
|
"WebhookLocationsRelationships": ".notifications",
|
|
@@ -363,12 +740,25 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
363
740
|
"WebhookUserOfferData": ".notifications",
|
|
364
741
|
"WebhookUserOfferRelationships": ".notifications",
|
|
365
742
|
"__version__": ".version",
|
|
743
|
+
"attributions": ".attributions",
|
|
744
|
+
"audit": ".audit",
|
|
366
745
|
"auth": ".auth",
|
|
746
|
+
"billing_agent": ".billing_agent",
|
|
747
|
+
"billing_commons": ".billing_commons",
|
|
748
|
+
"billing_service": ".billing_service",
|
|
367
749
|
"commons": ".commons",
|
|
750
|
+
"eligibility_broker": ".eligibility_broker",
|
|
751
|
+
"experiments": ".experiments",
|
|
368
752
|
"files": ".files",
|
|
369
753
|
"notifications": ".notifications",
|
|
754
|
+
"offers": ".offers",
|
|
370
755
|
"ping": ".ping",
|
|
756
|
+
"queue_dispatcher": ".queue_dispatcher",
|
|
757
|
+
"segment_users": ".segment_users",
|
|
758
|
+
"segment_users_event": ".segment_users_event",
|
|
371
759
|
"transactions": ".transactions",
|
|
760
|
+
"txn_map_service": ".txn_map_service",
|
|
761
|
+
"txn_matching": ".txn_matching",
|
|
372
762
|
"users": ".users",
|
|
373
763
|
}
|
|
374
764
|
|
|
@@ -395,8 +785,22 @@ def __dir__():
|
|
|
395
785
|
|
|
396
786
|
|
|
397
787
|
__all__ = [
|
|
788
|
+
"Address",
|
|
398
789
|
"AsyncKardApi",
|
|
790
|
+
"Attribution",
|
|
791
|
+
"AttributionEventType",
|
|
792
|
+
"AudienceResource",
|
|
399
793
|
"AuditAttributes",
|
|
794
|
+
"AuditAuditEvent",
|
|
795
|
+
"AuditEvent",
|
|
796
|
+
"AuditEventAuthor",
|
|
797
|
+
"AuditEventAuthor_System",
|
|
798
|
+
"AuditEventAuthor_User",
|
|
799
|
+
"AuditEventEntityType",
|
|
800
|
+
"AuditEventMetaProperties",
|
|
801
|
+
"AuditEventOperationType",
|
|
802
|
+
"AuditEventSystemAuthor",
|
|
803
|
+
"AuditEventUserAuthor",
|
|
400
804
|
"AuditRequestData",
|
|
401
805
|
"AuditResponseAttributes",
|
|
402
806
|
"AuditResponseData",
|
|
@@ -404,6 +808,10 @@ __all__ = [
|
|
|
404
808
|
"AuditUpdateAttributes",
|
|
405
809
|
"AuditUpdateData",
|
|
406
810
|
"AuditUpdateRelationships",
|
|
811
|
+
"Author",
|
|
812
|
+
"Author_System",
|
|
813
|
+
"Author_User",
|
|
814
|
+
"BillingIssuerMatchedTransaction",
|
|
407
815
|
"BrokerAmount",
|
|
408
816
|
"BrokerAmountType",
|
|
409
817
|
"BrokerAsset",
|
|
@@ -414,6 +822,7 @@ __all__ = [
|
|
|
414
822
|
"BrokerReward",
|
|
415
823
|
"BrokerRewardType",
|
|
416
824
|
"CardNetwork",
|
|
825
|
+
"CardNetworkEnum",
|
|
417
826
|
"CategoryOption",
|
|
418
827
|
"ClawbackData",
|
|
419
828
|
"CommissionEarnedDetails",
|
|
@@ -421,6 +830,7 @@ __all__ = [
|
|
|
421
830
|
"CommissionValue",
|
|
422
831
|
"CommissionValueType",
|
|
423
832
|
"ConflictError",
|
|
833
|
+
"CreateAttributionResponse",
|
|
424
834
|
"CreateAuditMultiStatus",
|
|
425
835
|
"CreateAuditMultiStatusResponse",
|
|
426
836
|
"CreateAuditRequestBody",
|
|
@@ -430,8 +840,17 @@ __all__ = [
|
|
|
430
840
|
"CreateAuditResponseDataUnion",
|
|
431
841
|
"CreateAuditResponseDataUnion_Audit",
|
|
432
842
|
"CreateIncomingTransactionsMultiStatus",
|
|
843
|
+
"CreateIssuerRewardRequestBody",
|
|
844
|
+
"CreateIssuerRewardResponseObject",
|
|
845
|
+
"CreateOfferRequestAttributes",
|
|
846
|
+
"CreateOfferRequestBody",
|
|
847
|
+
"CreateOfferRequestData",
|
|
848
|
+
"CreateRewardRequestBody",
|
|
849
|
+
"CreateRewardResponseObject",
|
|
433
850
|
"CreateUsersMultiStatusResponse",
|
|
434
851
|
"CreateUsersObject",
|
|
852
|
+
"DeleteTxnData",
|
|
853
|
+
"DeleteTxnMapRequest",
|
|
435
854
|
"DeleteUserResponseObject",
|
|
436
855
|
"DirectionType",
|
|
437
856
|
"DoesNotExistError",
|
|
@@ -441,14 +860,23 @@ __all__ = [
|
|
|
441
860
|
"EarnedRewardSettledAttributes",
|
|
442
861
|
"EarnedRewardSettledData",
|
|
443
862
|
"EmptyObject",
|
|
863
|
+
"EnrichedTransactionRecord",
|
|
444
864
|
"EnrolledRewardsType",
|
|
865
|
+
"EomUpdatePayload",
|
|
866
|
+
"EomUpdatesRequestBody",
|
|
445
867
|
"ErrorObject",
|
|
446
868
|
"ErrorResponse",
|
|
447
869
|
"ErrorSource",
|
|
870
|
+
"Experiment",
|
|
871
|
+
"ExperimentId",
|
|
872
|
+
"ExperimentRequest",
|
|
873
|
+
"ExperimentResponse",
|
|
448
874
|
"FailedTransactionAttributes",
|
|
449
875
|
"FailedTransactionData",
|
|
450
876
|
"FailedTransactionRelationships",
|
|
451
877
|
"FileMetadataAttribute",
|
|
878
|
+
"FileMetadataAttributesResource",
|
|
879
|
+
"FileMetadataResource",
|
|
452
880
|
"FileMetadataWithUrl",
|
|
453
881
|
"FileType",
|
|
454
882
|
"FilesMetadataSortOptions",
|
|
@@ -459,27 +887,84 @@ __all__ = [
|
|
|
459
887
|
"FraudulentTransactionObject",
|
|
460
888
|
"FraudulentTransactionRequestBody",
|
|
461
889
|
"FraudulentTransactionResponse",
|
|
890
|
+
"GenericNotificationRequestBody",
|
|
891
|
+
"GenericNotificationResponseObject",
|
|
892
|
+
"GeoLocation",
|
|
462
893
|
"GetEarnedRewardsResponse",
|
|
463
894
|
"GetFilesMetadataResponse",
|
|
895
|
+
"GetIssuerMatchedTransactionInfoResponseObject",
|
|
896
|
+
"GetIssuerRewardResponseObject",
|
|
897
|
+
"GetIssuerRewardsResponseObject",
|
|
898
|
+
"GetRewardEntriesResponseObject",
|
|
899
|
+
"GetRewardResponseObject",
|
|
900
|
+
"GetRewardsResponseObject",
|
|
901
|
+
"GetStatusRequestBody",
|
|
902
|
+
"GetStatusResponse",
|
|
903
|
+
"GetStatusesResponse",
|
|
904
|
+
"IncludedResource",
|
|
905
|
+
"IngestRequestBody",
|
|
906
|
+
"IngestionEventStatus",
|
|
907
|
+
"IngestionEvents",
|
|
908
|
+
"IngestionEvents_SegmentUser",
|
|
909
|
+
"InternalApiAttribution",
|
|
910
|
+
"InternalApiAttribution_NotificationAttribution",
|
|
911
|
+
"InternalApiAttribution_OfferAttribution",
|
|
912
|
+
"InternalApiNotificationAttribution",
|
|
913
|
+
"InternalApiNotificationAttributionAttributes",
|
|
914
|
+
"InternalApiOfferAttribution",
|
|
915
|
+
"InternalApiOfferAttributionAttributes",
|
|
916
|
+
"InternalAttribution",
|
|
917
|
+
"InternalAttributionMessage",
|
|
918
|
+
"InternalAttributionMessageMetadata",
|
|
919
|
+
"InternalAttributionType",
|
|
920
|
+
"InternalAttribution_NotificationAttribution",
|
|
921
|
+
"InternalAttribution_OfferAttribution",
|
|
922
|
+
"InternalBulkCreateAttributionsRequest",
|
|
923
|
+
"InternalBulkCreateAttributionsResponse",
|
|
924
|
+
"InternalBulkCreateResponseMetadata",
|
|
925
|
+
"InternalEventCode",
|
|
926
|
+
"InternalGetAttributionsResponse",
|
|
927
|
+
"InternalNotificationAttribution",
|
|
928
|
+
"InternalNotificationAttributionAttributes",
|
|
929
|
+
"InternalNotificationMedium",
|
|
930
|
+
"InternalOfferAttribution",
|
|
931
|
+
"InternalOfferAttributionAttributes",
|
|
932
|
+
"InternalOfferMedium",
|
|
464
933
|
"InternalServerError",
|
|
465
934
|
"InvalidRequest",
|
|
935
|
+
"InvoiceStatusFile",
|
|
936
|
+
"InvoiceStatusFileResponseObject",
|
|
937
|
+
"Issuer",
|
|
938
|
+
"IssuerId",
|
|
466
939
|
"Job",
|
|
467
940
|
"JobResponse",
|
|
468
941
|
"JobStatus",
|
|
469
942
|
"KardApi",
|
|
470
943
|
"KardApiEnvironment",
|
|
471
944
|
"Links",
|
|
945
|
+
"ListExperimentsFilter",
|
|
946
|
+
"ListExperimentsResponse",
|
|
947
|
+
"ListExperimentsSort",
|
|
948
|
+
"ListOfferLinksResponse",
|
|
472
949
|
"LocationAddress",
|
|
473
950
|
"LocationCoordinates",
|
|
951
|
+
"LocationResource",
|
|
474
952
|
"LocationStatus",
|
|
953
|
+
"LocationType",
|
|
475
954
|
"MatchedTransactionsAttributes",
|
|
476
955
|
"MatchedTransactionsRequest",
|
|
477
956
|
"Merchant",
|
|
957
|
+
"MerchantAttribute",
|
|
958
|
+
"MerchantId",
|
|
959
|
+
"MerchantResource",
|
|
478
960
|
"MerchantSource",
|
|
961
|
+
"MerchantStatus",
|
|
479
962
|
"MongoId",
|
|
480
963
|
"MultiStatus",
|
|
481
964
|
"NetworkBlockedError",
|
|
482
965
|
"NetworkBlockedErrorBody",
|
|
966
|
+
"Notification",
|
|
967
|
+
"NotificationAttributes",
|
|
483
968
|
"NotificationDataUnion",
|
|
484
969
|
"NotificationDataUnion_AuditUpdate",
|
|
485
970
|
"NotificationDataUnion_Clawback",
|
|
@@ -493,34 +978,89 @@ __all__ = [
|
|
|
493
978
|
"NotificationDataUnion_ValidTransaction",
|
|
494
979
|
"NotificationMetadata",
|
|
495
980
|
"NotificationPayload",
|
|
981
|
+
"NotificationRelationshipUnion",
|
|
982
|
+
"NotificationResource",
|
|
496
983
|
"NotificationType",
|
|
984
|
+
"NotificationUnion",
|
|
985
|
+
"NotificationUnion_Notification",
|
|
986
|
+
"NotificationsResponseObject",
|
|
987
|
+
"Offer",
|
|
988
|
+
"OfferAttributes",
|
|
989
|
+
"OfferAuditEvent",
|
|
990
|
+
"OfferFormatUnion",
|
|
991
|
+
"OfferFormatUnion_StandardOffer",
|
|
992
|
+
"OfferId",
|
|
993
|
+
"OfferLinkBase",
|
|
994
|
+
"OfferLinkCompleted",
|
|
995
|
+
"OfferLinkDraft",
|
|
996
|
+
"OfferLinkId",
|
|
997
|
+
"OfferLinkRequest",
|
|
998
|
+
"OfferLinkResponse",
|
|
999
|
+
"OfferLinkUnion",
|
|
1000
|
+
"OfferRelationships",
|
|
1001
|
+
"OfferRequestMeta",
|
|
1002
|
+
"OfferResponse",
|
|
497
1003
|
"OfferStatus",
|
|
498
1004
|
"OfferType",
|
|
1005
|
+
"OffersListResponse",
|
|
1006
|
+
"OperatingHours",
|
|
499
1007
|
"OrganizationId",
|
|
1008
|
+
"Page",
|
|
500
1009
|
"PaginationMeta",
|
|
1010
|
+
"PaginationMetadata",
|
|
1011
|
+
"PartiallyAcceptedData",
|
|
501
1012
|
"PaymentStatus",
|
|
502
1013
|
"PaymentType",
|
|
503
1014
|
"PingResponseObject",
|
|
1015
|
+
"ProcessEventsRequest",
|
|
1016
|
+
"ProcessSnsEventResponse",
|
|
504
1017
|
"ProcessorMid",
|
|
505
1018
|
"ProcessorMid_Visa",
|
|
1019
|
+
"ProcessorMidsAttributes",
|
|
1020
|
+
"ProcessorMidsAttributes_Visa",
|
|
506
1021
|
"PurchaseChannel",
|
|
507
1022
|
"ReceiptMediumType",
|
|
508
1023
|
"RelationshipData",
|
|
509
1024
|
"RelationshipMultiple",
|
|
510
1025
|
"RelationshipSingle",
|
|
511
1026
|
"ResourceType",
|
|
1027
|
+
"RevertIssuerRewardResponseObject",
|
|
1028
|
+
"RevertRewardsResponseObject",
|
|
1029
|
+
"RevertRewardsStats",
|
|
1030
|
+
"Reward",
|
|
1031
|
+
"RewardEntry",
|
|
1032
|
+
"RewardEntryFull",
|
|
1033
|
+
"RewardId",
|
|
512
1034
|
"RewardNotificationAttributes",
|
|
1035
|
+
"RewardType",
|
|
513
1036
|
"RewardedTransaction",
|
|
514
1037
|
"RewardedTransactionAttributes",
|
|
515
1038
|
"RewardedTransactionRelationships",
|
|
516
1039
|
"RewardedTransactionStatus",
|
|
517
1040
|
"RewardedTransactionUnion",
|
|
518
1041
|
"RewardedTransactionUnion_RewardedTransaction",
|
|
1042
|
+
"RewardsFilterOptions",
|
|
1043
|
+
"SaveFilesMetadataRequest",
|
|
1044
|
+
"SaveFilesMetadataResponseObject",
|
|
1045
|
+
"SegmentResource",
|
|
1046
|
+
"SegmentStatus",
|
|
1047
|
+
"SegmentUserEvent",
|
|
1048
|
+
"SegmentationIngestionEvent",
|
|
1049
|
+
"SegmentationIngestionEventAttributes",
|
|
1050
|
+
"SnsEventMessage",
|
|
1051
|
+
"SortOrder",
|
|
1052
|
+
"Source",
|
|
1053
|
+
"StandardFormatOffer",
|
|
519
1054
|
"State",
|
|
520
1055
|
"States",
|
|
1056
|
+
"Status",
|
|
521
1057
|
"SubscriptionId",
|
|
1058
|
+
"SystemAuthor",
|
|
522
1059
|
"TimePeriod",
|
|
1060
|
+
"Timestamps",
|
|
523
1061
|
"TokenResponse",
|
|
1062
|
+
"TransactionAttributes",
|
|
1063
|
+
"TransactionId",
|
|
524
1064
|
"TransactionIncludedResource",
|
|
525
1065
|
"TransactionIncludedResource_Merchant",
|
|
526
1066
|
"TransactionIncludedResource_Offer",
|
|
@@ -540,8 +1080,19 @@ __all__ = [
|
|
|
540
1080
|
"TransactionsResponseData",
|
|
541
1081
|
"Transactions_MatchedTransaction",
|
|
542
1082
|
"Transactions_Transaction",
|
|
1083
|
+
"TriggerMerchantInvoiceRequestBody",
|
|
1084
|
+
"TriggerMerchantInvoiceResponseObject",
|
|
543
1085
|
"UnauthorizedError",
|
|
1086
|
+
"UpdateMatchedTransactionPayload",
|
|
1087
|
+
"UpdateMatchedTransactionRequestBody",
|
|
1088
|
+
"UpdateOfferRequestAttributes",
|
|
1089
|
+
"UpdateOfferRequestBody",
|
|
1090
|
+
"UpdateOfferRequestData",
|
|
1091
|
+
"UpdateRewardRequestBody",
|
|
1092
|
+
"UpdateRewardResponseObject",
|
|
544
1093
|
"UpdateUserObject",
|
|
1094
|
+
"User",
|
|
1095
|
+
"UserAuthor",
|
|
545
1096
|
"UserId",
|
|
546
1097
|
"UserOfferStatus",
|
|
547
1098
|
"UserRequestAttributes",
|
|
@@ -554,8 +1105,17 @@ __all__ = [
|
|
|
554
1105
|
"ValidTransactionAttributes",
|
|
555
1106
|
"ValidTransactionCommissionEarned",
|
|
556
1107
|
"ValidTransactionData",
|
|
1108
|
+
"ValidationContext",
|
|
1109
|
+
"ValidationContextMerchant",
|
|
1110
|
+
"ValidationErrorResult",
|
|
1111
|
+
"ValidationMetadata",
|
|
1112
|
+
"ValidationResults",
|
|
1113
|
+
"ValidationStatus",
|
|
1114
|
+
"ValidationSuccessResult",
|
|
557
1115
|
"VisaMid",
|
|
558
1116
|
"VisaMidDetails",
|
|
1117
|
+
"VisaMidsAttributes",
|
|
1118
|
+
"VisaMidsDetails",
|
|
559
1119
|
"WebhookLocationsAttributes",
|
|
560
1120
|
"WebhookLocationsData",
|
|
561
1121
|
"WebhookLocationsRelationships",
|
|
@@ -569,11 +1129,24 @@ __all__ = [
|
|
|
569
1129
|
"WebhookUserOfferData",
|
|
570
1130
|
"WebhookUserOfferRelationships",
|
|
571
1131
|
"__version__",
|
|
1132
|
+
"attributions",
|
|
1133
|
+
"audit",
|
|
572
1134
|
"auth",
|
|
1135
|
+
"billing_agent",
|
|
1136
|
+
"billing_commons",
|
|
1137
|
+
"billing_service",
|
|
573
1138
|
"commons",
|
|
1139
|
+
"eligibility_broker",
|
|
1140
|
+
"experiments",
|
|
574
1141
|
"files",
|
|
575
1142
|
"notifications",
|
|
1143
|
+
"offers",
|
|
576
1144
|
"ping",
|
|
1145
|
+
"queue_dispatcher",
|
|
1146
|
+
"segment_users",
|
|
1147
|
+
"segment_users_event",
|
|
577
1148
|
"transactions",
|
|
1149
|
+
"txn_map_service",
|
|
1150
|
+
"txn_matching",
|
|
578
1151
|
"users",
|
|
579
1152
|
]
|