voucherify 8.0.3 → 8.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Dockerfile +1 -1
- data/ENDPOINTS-COVERAGE.md +123 -111
- data/Gemfile.lock +19 -17
- data/README.md +218 -75
- data/VoucherifySdk.gemspec +1 -1
- data/__tests__/README.md +18 -0
- data/__tests__/lib/campaigns.rb +53 -1
- data/__tests__/lib/config.rb +21 -0
- data/__tests__/lib/loyalties.rb +2 -2
- data/__tests__/lib/utils.rb +27 -1
- data/__tests__/spec/02_campaigns_spec.rb +33 -2
- data/__tests__/spec/04_publications_spec.rb +16 -3
- data/__tests__/spec/07_vouchers_spec.rb +22 -3
- data/__tests__/spec/13_management_spec.rb +110 -0
- data/__tests__/spec/14_additional_properties_spec.rb +28 -0
- data/__tests__/spec/support/get_snapshot_without_uniq_keys.rb +1 -1
- data/docs/ApplicableTo.md +18 -2
- data/docs/ApplicableToOrderItemUnitsItem.md +2 -1
- data/docs/AsyncActionsApi.md +2 -2
- data/docs/AsyncActionsListResponseBody.md +1 -0
- data/docs/Bundle.md +11 -0
- data/docs/BundleIdentifiedItem.md +11 -0
- data/docs/BundleMissingItem.md +10 -0
- data/docs/Campaign.md +4 -4
- data/docs/CampaignBase.md +4 -4
- data/docs/CampaignLoyaltyCardExpirationRules.md +6 -4
- data/docs/CampaignsApi.md +209 -12
- data/docs/CampaignsCreateRequestBody.md +2 -2
- data/docs/CampaignsCreateResponseBody.md +4 -4
- data/docs/CampaignsGetResponseBody.md +4 -4
- data/docs/CampaignsImportVoucherItem.md +1 -1
- data/docs/CampaignsSummaryGetResponseBody.md +48 -0
- data/docs/CampaignsTransactionsExportCreateRequestBody.md +8 -0
- data/docs/CampaignsTransactionsExportCreateRequestBodyParameters.md +10 -0
- data/docs/CampaignsTransactionsExportCreateResponseBody.md +16 -0
- data/docs/CampaignsTransactionsExportCreateResponseBodyParameters.md +10 -0
- data/docs/CampaignsTransactionsExportCreateResponseBodyParametersFilters.md +11 -0
- data/docs/CampaignsTransactionsExportCreateResponseBodyParametersFiltersCampaignId.md +8 -0
- data/docs/CampaignsTransactionsExportCreateResponseBodyParametersFiltersCampaignIdConditions.md +8 -0
- data/docs/CampaignsTransactionsExportCreateResponseBodyResult.md +8 -0
- data/docs/CampaignsTransactionsListResponseBody.md +12 -0
- data/docs/CampaignsUpdateRequestBody.md +1 -1
- data/docs/CampaignsUpdateResponseBody.md +4 -4
- data/docs/CampaignsVouchersCreateCombinedResponseBodyGift.md +3 -2
- data/docs/CampaignsVouchersCreateCombinedResponseBodyLoyaltyCard.md +5 -3
- data/docs/CampaignsVouchersCreateResponseBodyGift.md +3 -2
- data/docs/CampaignsVouchersCreateResponseBodyLoyaltyCard.md +5 -3
- data/docs/CategoriesApi.md +1 -1
- data/docs/ClientQualificationsCheckEligibilityRequestBody.md +2 -1
- data/docs/ClientQualificationsCheckEligibilityRequestBodySession.md +8 -0
- data/docs/ClientRedemptionsRedeemRequestBodyOptions.md +1 -1
- data/docs/ClientRedemptionsRedeemRequestBodyRedeemablesItemGift.md +1 -1
- data/docs/ClientSideApi.md +2 -2
- data/docs/ClientValidationsValidateRequestBodyOptions.md +1 -1
- data/docs/ClientValidationsValidateRequestBodyRedeemablesItemGift.md +1 -1
- data/docs/ClientValidationsValidateResponseBody.md +1 -0
- data/docs/ClientValidationsValidateResponseBodyRedeemablesItemResult.md +1 -0
- data/docs/ClientValidationsValidateResponseBodyRedeemablesItemResultDiscount.md +4 -4
- data/docs/ClientValidationsValidateResponseBodyRedeemablesItemResultGift.md +2 -1
- data/docs/CustomerSummaryOrders.md +3 -3
- data/docs/CustomerSummaryRedemptionsGift.md +2 -2
- data/docs/CustomerWithSummaryLoyaltyReferralsAssets.md +2 -1
- data/docs/CustomersApi.md +10 -10
- data/docs/CustomersCreateResponseBodyAssets.md +2 -1
- data/docs/CustomersGetResponseBodyAssets.md +2 -1
- data/docs/CustomersUpdateResponseBodyAssets.md +2 -1
- data/docs/Discount.md +4 -4
- data/docs/DiscountUnitMultipleOneUnit.md +1 -1
- data/docs/EarningRule.md +1 -0
- data/docs/EarningRuleExpirationRules.md +13 -0
- data/docs/EarningRuleLoyalty.md +1 -0
- data/docs/EarningRuleLoyaltyCustomEventMetadata.md +1 -0
- data/docs/EarningRuleLoyaltyCustomerMetadata.md +1 -0
- data/docs/EarningRuleLoyaltyOrderAmount.md +1 -0
- data/docs/EarningRuleLoyaltyOrderItemsAmount.md +4 -2
- data/docs/EarningRuleLoyaltyOrderItemsAmountApplicableToItem.md +9 -0
- data/docs/EarningRuleLoyaltyOrderItemsQuantity.md +4 -2
- data/docs/EarningRuleLoyaltyOrderItemsQuantityApplicableToItem.md +9 -0
- data/docs/EarningRuleLoyaltyOrderItemsSubtotalAmount.md +4 -2
- data/docs/EarningRuleLoyaltyOrderItemsSubtotalAmountApplicableToItem.md +9 -0
- data/docs/EarningRuleLoyaltyOrderMetadata.md +1 -0
- data/docs/EarningRuleLoyaltyOrderTotalAmount.md +1 -0
- data/docs/ExportCampaignTransactionsFilters.md +10 -0
- data/docs/ExportParameters.md +1 -0
- data/docs/ExportsApi.md +3 -3
- data/docs/ExportsCreateRequestBodyParameters.md +1 -0
- data/docs/ExportsCreateResponseBodyParameters.md +1 -0
- data/docs/ExportsGetResponseBodyParameters.md +1 -0
- data/docs/Gift.md +3 -2
- data/docs/InapplicableTo.md +18 -2
- data/docs/InapplicableToOrderItemUnitsItem.md +2 -1
- data/docs/LoyaltiesApi.md +264 -67
- data/docs/LoyaltiesCreateCampaignRequestBody.md +2 -2
- data/docs/LoyaltiesCreateCampaignResponseBody.md +1 -1
- data/docs/LoyaltiesEarningRulesCreateRequestBodyItem.md +4 -2
- data/docs/LoyaltiesEarningRulesCreateRequestBodyItemLoyalty.md +1 -0
- data/docs/LoyaltiesEarningRulesCreateRequestBodyItemLoyaltyCustomEventMetadata.md +1 -0
- data/docs/LoyaltiesEarningRulesCreateRequestBodyItemLoyaltyCustomerMetadata.md +1 -0
- data/docs/LoyaltiesEarningRulesCreateRequestBodyItemLoyaltyOrderAmount.md +1 -0
- data/docs/LoyaltiesEarningRulesCreateRequestBodyItemLoyaltyOrderItemsAmount.md +4 -2
- data/docs/LoyaltiesEarningRulesCreateRequestBodyItemLoyaltyOrderItemsAmountApplicableToItem.md +9 -0
- data/docs/LoyaltiesEarningRulesCreateRequestBodyItemLoyaltyOrderItemsQuantity.md +4 -2
- data/docs/LoyaltiesEarningRulesCreateRequestBodyItemLoyaltyOrderItemsQuantityApplicableToItem.md +9 -0
- data/docs/LoyaltiesEarningRulesCreateRequestBodyItemLoyaltyOrderItemsSubtotalAmount.md +4 -2
- data/docs/LoyaltiesEarningRulesCreateRequestBodyItemLoyaltyOrderMetadata.md +1 -0
- data/docs/LoyaltiesEarningRulesCreateRequestBodyItemLoyaltyOrderTotalAmount.md +1 -0
- data/docs/LoyaltiesEarningRulesCreateRequestBodyItemOrderItemsSubtotalAmountApplicableToItem.md +9 -0
- data/docs/LoyaltiesEarningRulesCreateRequestBodyItemPendingPoints.md +9 -0
- data/docs/LoyaltiesEarningRulesCreateResponseBody.md +1 -0
- data/docs/LoyaltiesEarningRulesCreateResponseBodyLoyalty.md +1 -0
- data/docs/LoyaltiesEarningRulesCreateResponseBodyLoyaltyCustomEventMetadata.md +1 -0
- data/docs/LoyaltiesEarningRulesCreateResponseBodyLoyaltyCustomerMetadata.md +1 -0
- data/docs/LoyaltiesEarningRulesCreateResponseBodyLoyaltyOrderAmount.md +1 -0
- data/docs/LoyaltiesEarningRulesCreateResponseBodyLoyaltyOrderItemsAmount.md +4 -2
- data/docs/LoyaltiesEarningRulesCreateResponseBodyLoyaltyOrderItemsAmountApplicableToItem.md +9 -0
- data/docs/LoyaltiesEarningRulesCreateResponseBodyLoyaltyOrderItemsQuantity.md +4 -2
- data/docs/LoyaltiesEarningRulesCreateResponseBodyLoyaltyOrderItemsQuantityApplicableToItem.md +9 -0
- data/docs/LoyaltiesEarningRulesCreateResponseBodyLoyaltyOrderItemsSubtotalAmount.md +4 -2
- data/docs/LoyaltiesEarningRulesCreateResponseBodyLoyaltyOrderMetadata.md +1 -0
- data/docs/LoyaltiesEarningRulesCreateResponseBodyLoyaltyOrderTotalAmount.md +1 -0
- data/docs/LoyaltiesEarningRulesCreateResponseBodyOrderItemsSubtotalAmountApplicableToItem.md +9 -0
- data/docs/LoyaltiesEarningRulesDisableResponseBody.md +1 -0
- data/docs/LoyaltiesEarningRulesDisableResponseBodyLoyalty.md +1 -0
- data/docs/LoyaltiesEarningRulesDisableResponseBodyLoyaltyCustomEventMetadata.md +1 -0
- data/docs/LoyaltiesEarningRulesDisableResponseBodyLoyaltyCustomerMetadata.md +1 -0
- data/docs/LoyaltiesEarningRulesDisableResponseBodyLoyaltyOrderAmount.md +1 -0
- data/docs/LoyaltiesEarningRulesDisableResponseBodyLoyaltyOrderItemsAmount.md +4 -2
- data/docs/LoyaltiesEarningRulesDisableResponseBodyLoyaltyOrderItemsAmountApplicableToItem.md +9 -0
- data/docs/LoyaltiesEarningRulesDisableResponseBodyLoyaltyOrderItemsQuantity.md +4 -2
- data/docs/LoyaltiesEarningRulesDisableResponseBodyLoyaltyOrderItemsQuantityApplicableToItem.md +9 -0
- data/docs/LoyaltiesEarningRulesDisableResponseBodyLoyaltyOrderItemsSubtotalAmount.md +4 -2
- data/docs/LoyaltiesEarningRulesDisableResponseBodyLoyaltyOrderMetadata.md +1 -0
- data/docs/LoyaltiesEarningRulesDisableResponseBodyLoyaltyOrderTotalAmount.md +1 -0
- data/docs/LoyaltiesEarningRulesDisableResponseBodyOrderItemsSubtotalAmountApplicableToItem.md +9 -0
- data/docs/LoyaltiesEarningRulesEnableResponseBody.md +1 -0
- data/docs/LoyaltiesEarningRulesEnableResponseBodyLoyalty.md +1 -0
- data/docs/LoyaltiesEarningRulesEnableResponseBodyLoyaltyCustomEventMetadata.md +1 -0
- data/docs/LoyaltiesEarningRulesEnableResponseBodyLoyaltyCustomerMetadata.md +1 -0
- data/docs/LoyaltiesEarningRulesEnableResponseBodyLoyaltyOrderAmount.md +1 -0
- data/docs/LoyaltiesEarningRulesEnableResponseBodyLoyaltyOrderItemsAmount.md +4 -2
- data/docs/LoyaltiesEarningRulesEnableResponseBodyLoyaltyOrderItemsAmountApplicableToItem.md +9 -0
- data/docs/LoyaltiesEarningRulesEnableResponseBodyLoyaltyOrderItemsQuantity.md +4 -2
- data/docs/LoyaltiesEarningRulesEnableResponseBodyLoyaltyOrderItemsQuantityApplicableToItem.md +9 -0
- data/docs/LoyaltiesEarningRulesEnableResponseBodyLoyaltyOrderItemsSubtotalAmount.md +4 -2
- data/docs/LoyaltiesEarningRulesEnableResponseBodyLoyaltyOrderMetadata.md +1 -0
- data/docs/LoyaltiesEarningRulesEnableResponseBodyLoyaltyOrderTotalAmount.md +1 -0
- data/docs/LoyaltiesEarningRulesEnableResponseBodyOrderItemsSubtotalAmountApplicableToItem.md +9 -0
- data/docs/LoyaltiesEarningRulesGetResponseBody.md +1 -0
- data/docs/LoyaltiesEarningRulesGetResponseBodyLoyalty.md +1 -0
- data/docs/LoyaltiesEarningRulesGetResponseBodyLoyaltyCustomEventMetadata.md +1 -0
- data/docs/LoyaltiesEarningRulesGetResponseBodyLoyaltyCustomerMetadata.md +1 -0
- data/docs/LoyaltiesEarningRulesGetResponseBodyLoyaltyOrderAmount.md +1 -0
- data/docs/LoyaltiesEarningRulesGetResponseBodyLoyaltyOrderItemsAmount.md +4 -2
- data/docs/LoyaltiesEarningRulesGetResponseBodyLoyaltyOrderItemsAmountApplicableToItem.md +9 -0
- data/docs/LoyaltiesEarningRulesGetResponseBodyLoyaltyOrderItemsQuantity.md +4 -2
- data/docs/LoyaltiesEarningRulesGetResponseBodyLoyaltyOrderItemsQuantityApplicableToItem.md +9 -0
- data/docs/LoyaltiesEarningRulesGetResponseBodyLoyaltyOrderItemsSubtotalAmount.md +4 -2
- data/docs/LoyaltiesEarningRulesGetResponseBodyLoyaltyOrderItemsSubtotalAmountApplicableToItem.md +9 -0
- data/docs/LoyaltiesEarningRulesGetResponseBodyLoyaltyOrderMetadata.md +1 -0
- data/docs/LoyaltiesEarningRulesGetResponseBodyLoyaltyOrderTotalAmount.md +1 -0
- data/docs/LoyaltiesEarningRulesUpdateRequestBody.md +4 -2
- data/docs/LoyaltiesEarningRulesUpdateRequestBodyLoyalty.md +1 -0
- data/docs/LoyaltiesEarningRulesUpdateRequestBodyLoyaltyCustomEventMetadata.md +1 -0
- data/docs/LoyaltiesEarningRulesUpdateRequestBodyLoyaltyCustomerMetadata.md +1 -0
- data/docs/LoyaltiesEarningRulesUpdateRequestBodyLoyaltyOrderAmount.md +1 -0
- data/docs/LoyaltiesEarningRulesUpdateRequestBodyLoyaltyOrderItemsAmount.md +4 -2
- data/docs/LoyaltiesEarningRulesUpdateRequestBodyLoyaltyOrderItemsAmountApplicableToItem.md +9 -0
- data/docs/LoyaltiesEarningRulesUpdateRequestBodyLoyaltyOrderItemsQuantity.md +4 -2
- data/docs/LoyaltiesEarningRulesUpdateRequestBodyLoyaltyOrderItemsQuantityApplicableToItem.md +9 -0
- data/docs/LoyaltiesEarningRulesUpdateRequestBodyLoyaltyOrderItemsSubtotalAmount.md +4 -2
- data/docs/LoyaltiesEarningRulesUpdateRequestBodyLoyaltyOrderMetadata.md +1 -0
- data/docs/LoyaltiesEarningRulesUpdateRequestBodyLoyaltyOrderTotalAmount.md +1 -0
- data/docs/LoyaltiesEarningRulesUpdateRequestBodyOrderItemsSubtotalAmountApplicableToItem.md +9 -0
- data/docs/LoyaltiesEarningRulesUpdateRequestBodyPendingPoints.md +9 -0
- data/docs/LoyaltiesEarningRulesUpdateResponseBody.md +1 -0
- data/docs/LoyaltiesEarningRulesUpdateResponseBodyLoyalty.md +1 -0
- data/docs/LoyaltiesEarningRulesUpdateResponseBodyLoyaltyCustomEventMetadata.md +1 -0
- data/docs/LoyaltiesEarningRulesUpdateResponseBodyLoyaltyCustomerMetadata.md +1 -0
- data/docs/LoyaltiesEarningRulesUpdateResponseBodyLoyaltyOrderAmount.md +1 -0
- data/docs/LoyaltiesEarningRulesUpdateResponseBodyLoyaltyOrderItemsAmount.md +4 -2
- data/docs/LoyaltiesEarningRulesUpdateResponseBodyLoyaltyOrderItemsAmountApplicableToItem.md +9 -0
- data/docs/LoyaltiesEarningRulesUpdateResponseBodyLoyaltyOrderItemsQuantity.md +4 -2
- data/docs/LoyaltiesEarningRulesUpdateResponseBodyLoyaltyOrderItemsQuantityApplicableToItem.md +9 -0
- data/docs/LoyaltiesEarningRulesUpdateResponseBodyLoyaltyOrderItemsSubtotalAmount.md +4 -2
- data/docs/LoyaltiesEarningRulesUpdateResponseBodyLoyaltyOrderMetadata.md +1 -0
- data/docs/LoyaltiesEarningRulesUpdateResponseBodyLoyaltyOrderTotalAmount.md +1 -0
- data/docs/LoyaltiesEarningRulesUpdateResponseBodyOrderItemsSubtotalAmountApplicableToItem.md +9 -0
- data/docs/LoyaltiesGetCampaignResponseBody.md +1 -1
- data/docs/LoyaltiesMembersCreateResponseBodyLoyaltyCard.md +5 -3
- data/docs/LoyaltiesMembersGetResponseBodyLoyaltyCard.md +5 -3
- data/docs/LoyaltiesMembersPendingPointsActivateResponseBody.md +1 -1
- data/docs/LoyaltiesMembersPendingPointsBalanceRequestBody.md +8 -0
- data/docs/LoyaltiesMembersPendingPointsBalanceResponseBody.md +12 -0
- data/docs/LoyaltiesMembersPendingPointsBalanceResponseBodyRelatedObject.md +9 -0
- data/docs/LoyaltiesMembersPointsExpirationListResponseBodyDataItem.md +1 -1
- data/docs/LoyaltiesMembersRedemptionRedeemRequestBody.md +1 -1
- data/docs/LoyaltiesMembersRedemptionRedeemResponseBody.md +1 -0
- data/docs/LoyaltiesMembersRedemptionRedeemResponseBodyRelatedRedemptionsRollbacksItem.md +1 -0
- data/docs/LoyaltiesMembersRedemptionRedeemResponseBodySession.md +8 -0
- data/docs/LoyaltiesMembersRedemptionRedeemResponseBodyVoucherGift.md +3 -2
- data/docs/LoyaltiesMembersRedemptionRedeemResponseBodyVoucherLoyaltyCard.md +5 -3
- data/docs/LoyaltiesMembersTransfersCreateResponseBodyLoyaltyCard.md +5 -3
- data/docs/LoyaltiesPointsExpirationExportCreateRequestBodyParameters.md +1 -1
- data/docs/LoyaltiesRewardAssignmentsRewardGetResponseBody.md +1 -1
- data/docs/LoyaltiesTransactionsExportCreateRequestBody.md +8 -0
- data/docs/LoyaltiesTransactionsExportCreateRequestBodyParameters.md +10 -0
- data/docs/LoyaltiesTransactionsListResponseBody.md +12 -0
- data/docs/LoyaltiesUpdateCampaignRequestBody.md +1 -1
- data/docs/LoyaltiesUpdateCampaignResponseBody.md +1 -1
- data/docs/LoyaltyCampaign.md +1 -1
- data/docs/LoyaltyCardTransaction.md +1 -1
- data/docs/LoyaltyCardTransactionDetailsBalance.md +1 -0
- data/docs/LoyaltyMemberLoyaltyCard.md +5 -3
- data/docs/LoyaltyPointsBucket.md +1 -1
- data/docs/LoyaltyTiersExpirationAll.md +1 -1
- data/docs/ManagementApi.md +22 -22
- data/docs/ManagementProjectsStackingRules.md +14 -8
- data/docs/ManagementProjectsStackingRulesCreateRequestBody.md +14 -8
- data/docs/ManagementProjectsStackingRulesCreateResponseBody.md +14 -8
- data/docs/ManagementProjectsStackingRulesGetResponseBody.md +14 -8
- data/docs/ManagementProjectsStackingRulesUpdateRequestBody.md +14 -8
- data/docs/ManagementProjectsStackingRulesUpdateResponseBody.md +14 -8
- data/docs/ManagementProjectsUsersInviteCreateRequestBody.md +1 -1
- data/docs/ManagementProjectsUsersUpdateRoleRequestBody.md +1 -1
- data/docs/MetadataSchemasApi.md +5 -5
- data/docs/Order.md +1 -1
- data/docs/OrderCalculatedItem.md +1 -1
- data/docs/OrderItem.md +1 -1
- data/docs/OrdersApi.md +3 -3
- data/docs/OrdersCreateRequestBody.md +1 -1
- data/docs/OrdersImportCreateRequestBodyItem.md +2 -2
- data/docs/OrdersUpdateRequestBody.md +1 -1
- data/docs/ParametersFiltersListCampaignTransactions.md +10 -0
- data/docs/ProductCollectionsCreateRequestBody.md +1 -1
- data/docs/ProductsApi.md +22 -22
- data/docs/ProductsSkusCreateRequestBody.md +1 -1
- data/docs/ProductsSkusUpdateRequestBody.md +1 -1
- data/docs/PromotionTierCampaign.md +1 -1
- data/docs/PromotionsTiersCreateResponseBodyCampaign.md +1 -1
- data/docs/PromotionsTiersDisableResponseBodyCampaign.md +1 -1
- data/docs/PromotionsTiersEnableResponseBodyCampaign.md +1 -1
- data/docs/PromotionsTiersGetResponseBodyCampaign.md +1 -1
- data/docs/PromotionsTiersUpdateResponseBodyCampaign.md +1 -1
- data/docs/PublicationsApi.md +7 -7
- data/docs/QualificationsApi.md +1 -1
- data/docs/QualificationsCheckEligibilityRequestBody.md +2 -1
- data/docs/QualificationsCheckEligibilityRequestBodySession.md +8 -0
- data/docs/QualificationsOption.md +1 -1
- data/docs/QualificationsRedeemable.md +1 -1
- data/docs/QualificationsRedeemableBase.md +1 -1
- data/docs/RedeemableGift.md +3 -2
- data/docs/RedeemableLoyaltyCard.md +2 -2
- data/docs/RedeemableResult.md +1 -0
- data/docs/RedeemableVoucherGift.md +3 -2
- data/docs/RedeemableVoucherLoyaltyCard.md +5 -3
- data/docs/Redemption.md +1 -0
- data/docs/RedemptionEntry.md +1 -0
- data/docs/RedemptionEntryPromotionTierCampaign.md +1 -1
- data/docs/RedemptionEntryRelatedRedemptionsRollbacksItem.md +1 -0
- data/docs/RedemptionEntrySession.md +8 -0
- data/docs/RedemptionEntryVoucherGift.md +3 -2
- data/docs/RedemptionEntryVoucherLoyaltyCard.md +5 -3
- data/docs/RedemptionRelatedRedemptionsRollbacksItem.md +1 -0
- data/docs/RedemptionRewardResultParametersCampaign.md +1 -1
- data/docs/RedemptionRollback.md +1 -1
- data/docs/RedemptionSession.md +8 -0
- data/docs/RedemptionVoucherGift.md +3 -2
- data/docs/RedemptionVoucherLoyaltyCard.md +5 -3
- data/docs/RedemptionsApi.md +3 -3
- data/docs/RedemptionsGetResponseBody.md +1 -0
- data/docs/RedemptionsGetResponseBodyPromotionTierCampaign.md +1 -1
- data/docs/RedemptionsGetResponseBodyRelatedRedemptionsRollbacksItem.md +1 -0
- data/docs/RedemptionsGetResponseBodySession.md +8 -0
- data/docs/RedemptionsGetResponseBodyVoucherGift.md +3 -2
- data/docs/RedemptionsGetResponseBodyVoucherLoyaltyCard.md +5 -3
- data/docs/RedemptionsListResponseBodyRedemptionsItem.md +1 -0
- data/docs/RedemptionsListResponseBodyRedemptionsItemPromotionTierCampaign.md +1 -1
- data/docs/RedemptionsListResponseBodyRedemptionsItemRelatedRedemptionsRollbacksItem.md +1 -0
- data/docs/RedemptionsListResponseBodyRedemptionsItemSession.md +8 -0
- data/docs/RedemptionsListResponseBodyRedemptionsItemVoucherGift.md +3 -2
- data/docs/RedemptionsListResponseBodyRedemptionsItemVoucherLoyaltyCard.md +5 -3
- data/docs/RedemptionsRedeemRequestBodyOptions.md +1 -1
- data/docs/RedemptionsRedeemRequestBodyRedeemablesItemGift.md +1 -1
- data/docs/RedemptionsRollbackCreateResponseBody.md +1 -1
- data/docs/ReferralsApi.md +13 -13
- data/docs/Reward.md +1 -1
- data/docs/RewardsCreateRequestBody.md +1 -1
- data/docs/RewardsCreateRequestBodyParametersCampaign.md +1 -1
- data/docs/RewardsCreateResponseBody.md +1 -1
- data/docs/RewardsUpdateRequestBody.md +1 -1
- data/docs/RewardsUpdateRequestBodyParametersCampaign.md +1 -1
- data/docs/RewardsUpdateResponseBody.md +1 -1
- data/docs/SegmentsApi.md +2 -2
- data/docs/SegmentsCreateRequestBody.md +1 -1
- data/docs/SegmentsCreateResponseBody.md +4 -3
- data/docs/SegmentsGetResponseBody.md +4 -3
- data/docs/SimpleLoyaltyCard.md +5 -3
- data/docs/SimpleVoucherRedemption.md +1 -0
- data/docs/StackingRules.md +15 -11
- data/docs/TemplatesApi.md +7 -7
- data/docs/TemplatesCampaignsCampaignSetupCreateRequestBody.md +2 -2
- data/docs/TrashBinItem.md +1 -1
- data/docs/ValidationRule.md +1 -0
- data/docs/ValidationRulesApi.md +3 -3
- data/docs/ValidationRulesCreateRequestBody.md +1 -0
- data/docs/ValidationRulesCreateResponseBody.md +1 -0
- data/docs/ValidationRulesGetResponseBody.md +1 -0
- data/docs/ValidationRulesUpdateRequestBody.md +1 -0
- data/docs/ValidationRulesUpdateResponseBody.md +1 -0
- data/docs/ValidationsApi.md +1 -1
- data/docs/ValidationsRedeemableInapplicableResult.md +1 -0
- data/docs/ValidationsValidateRequestBodyOptions.md +1 -1
- data/docs/ValidationsValidateRequestBodyRedeemablesItemGift.md +1 -1
- data/docs/ValidationsValidateResponseBody.md +1 -0
- data/docs/ValidationsValidateResponseBodyRedeemablesItemResult.md +1 -0
- data/docs/ValidationsValidateResponseBodyRedeemablesItemResultDiscount.md +4 -4
- data/docs/ValidationsValidateResponseBodyRedeemablesItemResultGift.md +2 -1
- data/docs/ValidityHours.md +1 -1
- data/docs/VoucherBalance.md +1 -0
- data/docs/VoucherGift.md +3 -2
- data/docs/VoucherLoyaltyCard.md +5 -3
- data/docs/VoucherTransaction.md +1 -1
- data/docs/VoucherTransactionDetailsBalance.md +1 -0
- data/docs/VoucherTransactionsExportParameters.md +1 -1
- data/docs/VoucherTransactionsFilters.md +1 -1
- data/docs/VoucherWithCategoriesGift.md +3 -2
- data/docs/VoucherWithCategoriesLoyaltyCard.md +5 -3
- data/docs/VouchersApi.md +16 -14
- data/docs/VouchersBalanceUpdateRequestBody.md +1 -1
- data/docs/VouchersBalanceUpdateResponseBody.md +2 -2
- data/docs/VouchersCreateRequestBody.md +2 -2
- data/docs/VouchersCreateResponseBodyGift.md +3 -2
- data/docs/VouchersCreateResponseBodyLoyaltyCard.md +5 -3
- data/docs/VouchersCreateWithSpecificCodeRequestBody.md +2 -2
- data/docs/VouchersDisableResponseBodyGift.md +3 -2
- data/docs/VouchersDisableResponseBodyLoyaltyCard.md +5 -3
- data/docs/VouchersEnableResponseBodyGift.md +3 -2
- data/docs/VouchersEnableResponseBodyLoyaltyCard.md +5 -3
- data/docs/VouchersGetResponseBodyGift.md +3 -2
- data/docs/VouchersGetResponseBodyLoyaltyCard.md +5 -3
- data/docs/VouchersImportCreateItemRequestBody.md +1 -1
- data/docs/VouchersTransactionsExportCreateResponseBodyResult.md +1 -1
- data/docs/VouchersUpdateRequestBody.md +2 -2
- data/docs/VouchersUpdateResponseBodyGift.md +3 -2
- data/docs/VouchersUpdateResponseBodyLoyaltyCard.md +5 -3
- data/lib/VoucherifySdk/api/async_actions_api.rb +4 -4
- data/lib/VoucherifySdk/api/campaigns_api.rb +220 -18
- data/lib/VoucherifySdk/api/categories_api.rb +2 -2
- data/lib/VoucherifySdk/api/client_side_api.rb +4 -4
- data/lib/VoucherifySdk/api/customers_api.rb +14 -14
- data/lib/VoucherifySdk/api/exports_api.rb +6 -6
- data/lib/VoucherifySdk/api/loyalties_api.rb +277 -72
- data/lib/VoucherifySdk/api/management_api.rb +44 -44
- data/lib/VoucherifySdk/api/metadata_schemas_api.rb +6 -6
- data/lib/VoucherifySdk/api/orders_api.rb +6 -6
- data/lib/VoucherifySdk/api/products_api.rb +30 -30
- data/lib/VoucherifySdk/api/publications_api.rb +8 -8
- data/lib/VoucherifySdk/api/qualifications_api.rb +2 -2
- data/lib/VoucherifySdk/api/redemptions_api.rb +6 -6
- data/lib/VoucherifySdk/api/referrals_api.rb +14 -14
- data/lib/VoucherifySdk/api/segments_api.rb +4 -4
- data/lib/VoucherifySdk/api/templates_api.rb +14 -14
- data/lib/VoucherifySdk/api/validation_rules_api.rb +6 -6
- data/lib/VoucherifySdk/api/validations_api.rb +2 -2
- data/lib/VoucherifySdk/api/vouchers_api.rb +25 -22
- data/lib/VoucherifySdk/models/access_settings_campaign_assignments_list.rb +1 -1
- data/lib/VoucherifySdk/models/applicable_to.rb +192 -16
- data/lib/VoucherifySdk/models/applicable_to_order_item_units_item.rb +20 -5
- data/lib/VoucherifySdk/models/async_actions_list_response_body.rb +16 -5
- data/lib/VoucherifySdk/models/bundle.rb +267 -0
- data/lib/VoucherifySdk/models/bundle_identified_item.rb +296 -0
- data/lib/VoucherifySdk/models/bundle_missing_item.rb +274 -0
- data/lib/VoucherifySdk/models/campaign.rb +4 -4
- data/lib/VoucherifySdk/models/campaign_base.rb +4 -4
- data/lib/VoucherifySdk/models/campaign_loyalty_card_expiration_rules.rb +53 -10
- data/lib/VoucherifySdk/models/campaigns_create_request_body.rb +3 -3
- data/lib/VoucherifySdk/models/campaigns_create_response_body.rb +4 -4
- data/lib/VoucherifySdk/models/campaigns_get_response_body.rb +4 -4
- data/lib/VoucherifySdk/models/campaigns_import_voucher_item.rb +1 -1
- data/lib/VoucherifySdk/models/campaigns_summary_get_response_body.rb +673 -0
- data/lib/VoucherifySdk/models/campaigns_transactions_export_create_request_body.rb +209 -0
- data/lib/VoucherifySdk/models/campaigns_transactions_export_create_request_body_parameters.rb +256 -0
- data/lib/VoucherifySdk/models/campaigns_transactions_export_create_response_body.rb +334 -0
- data/lib/VoucherifySdk/models/campaigns_transactions_export_create_response_body_parameters.rb +256 -0
- data/lib/VoucherifySdk/models/campaigns_transactions_export_create_response_body_parameters_filters.rb +257 -0
- data/lib/VoucherifySdk/models/campaigns_transactions_export_create_response_body_parameters_filters_campaign_id.rb +209 -0
- data/lib/VoucherifySdk/models/campaigns_transactions_export_create_response_body_parameters_filters_campaign_id_conditions.rb +221 -0
- data/lib/VoucherifySdk/models/campaigns_transactions_export_create_response_body_result.rb +210 -0
- data/lib/VoucherifySdk/models/campaigns_transactions_list_response_body.rb +286 -0
- data/lib/VoucherifySdk/models/campaigns_update_request_body.rb +1 -1
- data/lib/VoucherifySdk/models/campaigns_update_response_body.rb +4 -4
- data/lib/VoucherifySdk/models/campaigns_vouchers_create_combined_response_body_gift.rb +14 -3
- data/lib/VoucherifySdk/models/campaigns_vouchers_create_combined_response_body_loyalty_card.rb +30 -8
- data/lib/VoucherifySdk/models/campaigns_vouchers_create_response_body_gift.rb +14 -3
- data/lib/VoucherifySdk/models/campaigns_vouchers_create_response_body_loyalty_card.rb +30 -8
- data/lib/VoucherifySdk/models/client_qualifications_check_eligibility_request_body.rb +12 -2
- data/lib/VoucherifySdk/models/client_qualifications_check_eligibility_request_body_session.rb +236 -0
- data/lib/VoucherifySdk/models/client_redemptions_redeem_request_body_options.rb +1 -1
- data/lib/VoucherifySdk/models/client_redemptions_redeem_request_body_redeemables_item_gift.rb +1 -1
- data/lib/VoucherifySdk/models/client_validations_validate_request_body.rb +1 -1
- data/lib/VoucherifySdk/models/client_validations_validate_request_body_options.rb +1 -1
- data/lib/VoucherifySdk/models/client_validations_validate_request_body_redeemables_item_gift.rb +1 -1
- data/lib/VoucherifySdk/models/client_validations_validate_response_body.rb +12 -1
- data/lib/VoucherifySdk/models/client_validations_validate_response_body_redeemables_item_result.rb +11 -1
- data/lib/VoucherifySdk/models/client_validations_validate_response_body_redeemables_item_result_discount.rb +5 -2
- data/lib/VoucherifySdk/models/client_validations_validate_response_body_redeemables_item_result_gift.rb +14 -3
- data/lib/VoucherifySdk/models/client_validations_validate_response_body_redeemables_item_result_loyalty_card.rb +1 -0
- data/lib/VoucherifySdk/models/create_publication_campaign.rb +3 -3
- data/lib/VoucherifySdk/models/customer_summary_orders.rb +4 -3
- data/lib/VoucherifySdk/models/customer_summary_redemptions_gift.rb +2 -2
- data/lib/VoucherifySdk/models/customer_with_summary_loyalty_referrals_assets.rb +18 -7
- data/lib/VoucherifySdk/models/customers_create_response_body_assets.rb +18 -7
- data/lib/VoucherifySdk/models/customers_get_response_body_assets.rb +18 -7
- data/lib/VoucherifySdk/models/customers_update_response_body_assets.rb +18 -7
- data/lib/VoucherifySdk/models/discount.rb +5 -2
- data/lib/VoucherifySdk/models/discount_unit_multiple_one_unit.rb +1 -1
- data/lib/VoucherifySdk/models/earning_rule.rb +10 -1
- data/lib/VoucherifySdk/models/earning_rule_expiration_rules.rb +313 -0
- data/lib/VoucherifySdk/models/earning_rule_loyalty.rb +12 -1
- data/lib/VoucherifySdk/models/earning_rule_loyalty_custom_event_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/earning_rule_loyalty_customer_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/earning_rule_loyalty_order_amount.rb +16 -5
- data/lib/VoucherifySdk/models/earning_rule_loyalty_order_items_amount.rb +31 -7
- data/lib/VoucherifySdk/models/earning_rule_loyalty_order_items_amount_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/earning_rule_loyalty_order_items_quantity.rb +31 -7
- data/lib/VoucherifySdk/models/earning_rule_loyalty_order_items_quantity_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/earning_rule_loyalty_order_items_subtotal_amount.rb +31 -7
- data/lib/VoucherifySdk/models/earning_rule_loyalty_order_items_subtotal_amount_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/earning_rule_loyalty_order_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/earning_rule_loyalty_order_total_amount.rb +16 -5
- data/lib/VoucherifySdk/models/export_campaign_transactions_filters.rb +248 -0
- data/lib/VoucherifySdk/models/export_parameters.rb +16 -5
- data/lib/VoucherifySdk/models/exports_create_request_body_parameters.rb +16 -5
- data/lib/VoucherifySdk/models/exports_create_response_body_parameters.rb +16 -5
- data/lib/VoucherifySdk/models/exports_get_response_body.rb +0 -1
- data/lib/VoucherifySdk/models/exports_get_response_body_parameters.rb +16 -5
- data/lib/VoucherifySdk/models/filter_conditions_date_time.rb +2 -2
- data/lib/VoucherifySdk/models/gift.rb +14 -3
- data/lib/VoucherifySdk/models/inapplicable_to.rb +192 -16
- data/lib/VoucherifySdk/models/inapplicable_to_order_item_units_item.rb +20 -5
- data/lib/VoucherifySdk/models/loyalties_create_campaign_request_body.rb +3 -3
- data/lib/VoucherifySdk/models/loyalties_create_campaign_response_body.rb +1 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_request_body_item.rb +22 -3
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_request_body_item_loyalty.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_request_body_item_loyalty_custom_event_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_request_body_item_loyalty_customer_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_request_body_item_loyalty_order_amount.rb +16 -5
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_request_body_item_loyalty_order_items_amount.rb +31 -7
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_request_body_item_loyalty_order_items_amount_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_request_body_item_loyalty_order_items_quantity.rb +31 -7
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_request_body_item_loyalty_order_items_quantity_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_request_body_item_loyalty_order_items_subtotal_amount.rb +31 -7
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_request_body_item_loyalty_order_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_request_body_item_loyalty_order_total_amount.rb +16 -5
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_request_body_item_order_items_subtotal_amount_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_request_body_item_pending_points.rb +257 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_response_body.rb +10 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_response_body_loyalty.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_response_body_loyalty_custom_event_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_response_body_loyalty_customer_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_response_body_loyalty_order_amount.rb +16 -5
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_response_body_loyalty_order_items_amount.rb +31 -7
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_response_body_loyalty_order_items_amount_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_response_body_loyalty_order_items_quantity.rb +31 -7
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_response_body_loyalty_order_items_quantity_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_response_body_loyalty_order_items_subtotal_amount.rb +31 -7
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_response_body_loyalty_order_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_response_body_loyalty_order_total_amount.rb +16 -5
- data/lib/VoucherifySdk/models/loyalties_earning_rules_create_response_body_order_items_subtotal_amount_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_disable_response_body.rb +10 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_disable_response_body_loyalty.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_disable_response_body_loyalty_custom_event_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_disable_response_body_loyalty_customer_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_disable_response_body_loyalty_order_amount.rb +16 -5
- data/lib/VoucherifySdk/models/loyalties_earning_rules_disable_response_body_loyalty_order_items_amount.rb +31 -7
- data/lib/VoucherifySdk/models/loyalties_earning_rules_disable_response_body_loyalty_order_items_amount_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_disable_response_body_loyalty_order_items_quantity.rb +31 -7
- data/lib/VoucherifySdk/models/loyalties_earning_rules_disable_response_body_loyalty_order_items_quantity_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_disable_response_body_loyalty_order_items_subtotal_amount.rb +31 -7
- data/lib/VoucherifySdk/models/loyalties_earning_rules_disable_response_body_loyalty_order_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_disable_response_body_loyalty_order_total_amount.rb +16 -5
- data/lib/VoucherifySdk/models/loyalties_earning_rules_disable_response_body_order_items_subtotal_amount_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_enable_response_body.rb +10 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_enable_response_body_loyalty.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_enable_response_body_loyalty_custom_event_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_enable_response_body_loyalty_customer_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_enable_response_body_loyalty_order_amount.rb +16 -5
- data/lib/VoucherifySdk/models/loyalties_earning_rules_enable_response_body_loyalty_order_items_amount.rb +31 -7
- data/lib/VoucherifySdk/models/loyalties_earning_rules_enable_response_body_loyalty_order_items_amount_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_enable_response_body_loyalty_order_items_quantity.rb +31 -7
- data/lib/VoucherifySdk/models/loyalties_earning_rules_enable_response_body_loyalty_order_items_quantity_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_enable_response_body_loyalty_order_items_subtotal_amount.rb +31 -7
- data/lib/VoucherifySdk/models/loyalties_earning_rules_enable_response_body_loyalty_order_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_enable_response_body_loyalty_order_total_amount.rb +16 -5
- data/lib/VoucherifySdk/models/loyalties_earning_rules_enable_response_body_order_items_subtotal_amount_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_get_response_body.rb +10 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_get_response_body_loyalty.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_get_response_body_loyalty_custom_event_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_get_response_body_loyalty_customer_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_get_response_body_loyalty_order_amount.rb +16 -5
- data/lib/VoucherifySdk/models/loyalties_earning_rules_get_response_body_loyalty_order_items_amount.rb +31 -7
- data/lib/VoucherifySdk/models/loyalties_earning_rules_get_response_body_loyalty_order_items_amount_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_get_response_body_loyalty_order_items_quantity.rb +31 -7
- data/lib/VoucherifySdk/models/loyalties_earning_rules_get_response_body_loyalty_order_items_quantity_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_get_response_body_loyalty_order_items_subtotal_amount.rb +31 -7
- data/lib/VoucherifySdk/models/loyalties_earning_rules_get_response_body_loyalty_order_items_subtotal_amount_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_get_response_body_loyalty_order_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_get_response_body_loyalty_order_total_amount.rb +16 -5
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_request_body.rb +22 -3
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_request_body_loyalty.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_request_body_loyalty_custom_event_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_request_body_loyalty_customer_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_request_body_loyalty_order_amount.rb +16 -5
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_request_body_loyalty_order_items_amount.rb +31 -7
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_request_body_loyalty_order_items_amount_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_request_body_loyalty_order_items_quantity.rb +31 -7
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_request_body_loyalty_order_items_quantity_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_request_body_loyalty_order_items_subtotal_amount.rb +31 -7
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_request_body_loyalty_order_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_request_body_loyalty_order_total_amount.rb +16 -5
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_request_body_order_items_subtotal_amount_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_request_body_pending_points.rb +257 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_response_body.rb +10 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_response_body_loyalty.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_response_body_loyalty_custom_event_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_response_body_loyalty_customer_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_response_body_loyalty_order_amount.rb +16 -5
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_response_body_loyalty_order_items_amount.rb +31 -7
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_response_body_loyalty_order_items_amount_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_response_body_loyalty_order_items_quantity.rb +31 -7
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_response_body_loyalty_order_items_quantity_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_response_body_loyalty_order_items_subtotal_amount.rb +31 -7
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_response_body_loyalty_order_metadata.rb +12 -1
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_response_body_loyalty_order_total_amount.rb +16 -5
- data/lib/VoucherifySdk/models/loyalties_earning_rules_update_response_body_order_items_subtotal_amount_applicable_to_item.rb +242 -0
- data/lib/VoucherifySdk/models/loyalties_get_campaign_response_body.rb +1 -1
- data/lib/VoucherifySdk/models/loyalties_members_create_response_body_loyalty_card.rb +30 -8
- data/lib/VoucherifySdk/models/loyalties_members_create_response_body_publish.rb +1 -1
- data/lib/VoucherifySdk/models/loyalties_members_get_response_body_loyalty_card.rb +30 -8
- data/lib/VoucherifySdk/models/loyalties_members_get_response_body_publish.rb +1 -1
- data/lib/VoucherifySdk/models/loyalties_members_pending_points_activate_response_body.rb +1 -1
- data/lib/VoucherifySdk/models/loyalties_members_pending_points_balance_request_body.rb +210 -0
- data/lib/VoucherifySdk/models/loyalties_members_pending_points_balance_response_body.rb +283 -0
- data/lib/VoucherifySdk/models/loyalties_members_pending_points_balance_response_body_related_object.rb +247 -0
- data/lib/VoucherifySdk/models/loyalties_members_points_expiration_list_response_body_data_item.rb +1 -1
- data/lib/VoucherifySdk/models/loyalties_members_redemption_redeem_request_body.rb +1 -1
- data/lib/VoucherifySdk/models/loyalties_members_redemption_redeem_response_body.rb +11 -1
- data/lib/VoucherifySdk/models/loyalties_members_redemption_redeem_response_body_related_redemptions_rollbacks_item.rb +38 -4
- data/lib/VoucherifySdk/models/loyalties_members_redemption_redeem_response_body_session.rb +210 -0
- data/lib/VoucherifySdk/models/loyalties_members_redemption_redeem_response_body_voucher_gift.rb +14 -3
- data/lib/VoucherifySdk/models/loyalties_members_redemption_redeem_response_body_voucher_loyalty_card.rb +30 -8
- data/lib/VoucherifySdk/models/loyalties_members_transfers_create_response_body_loyalty_card.rb +30 -8
- data/lib/VoucherifySdk/models/loyalties_points_expiration_export_create_request_body_parameters.rb +1 -1
- data/lib/VoucherifySdk/models/loyalties_reward_assignments_reward_get_response_body.rb +1 -1
- data/lib/VoucherifySdk/models/loyalties_transactions_export_create_request_body.rb +209 -0
- data/lib/VoucherifySdk/models/loyalties_transactions_export_create_request_body_parameters.rb +256 -0
- data/lib/VoucherifySdk/models/loyalties_transactions_list_response_body.rb +286 -0
- data/lib/VoucherifySdk/models/loyalties_update_campaign_request_body.rb +1 -1
- data/lib/VoucherifySdk/models/loyalties_update_campaign_response_body.rb +1 -1
- data/lib/VoucherifySdk/models/loyalty_campaign.rb +1 -1
- data/lib/VoucherifySdk/models/loyalty_card_transaction.rb +1 -1
- data/lib/VoucherifySdk/models/loyalty_card_transaction_details_balance.rb +12 -1
- data/lib/VoucherifySdk/models/loyalty_member_loyalty_card.rb +30 -8
- data/lib/VoucherifySdk/models/loyalty_member_publish.rb +1 -1
- data/lib/VoucherifySdk/models/loyalty_points_bucket.rb +1 -1
- data/lib/VoucherifySdk/models/loyalty_tiers_expiration_all.rb +1 -1
- data/lib/VoucherifySdk/models/management_projects_stacking_rules.rb +112 -9
- data/lib/VoucherifySdk/models/management_projects_stacking_rules_create_request_body.rb +116 -13
- data/lib/VoucherifySdk/models/management_projects_stacking_rules_create_response_body.rb +112 -9
- data/lib/VoucherifySdk/models/management_projects_stacking_rules_get_response_body.rb +112 -9
- data/lib/VoucherifySdk/models/management_projects_stacking_rules_update_request_body.rb +116 -13
- data/lib/VoucherifySdk/models/management_projects_stacking_rules_update_response_body.rb +112 -9
- data/lib/VoucherifySdk/models/management_projects_users_invite_create_request_body.rb +1 -1
- data/lib/VoucherifySdk/models/management_projects_users_update_role_request_body.rb +1 -1
- data/lib/VoucherifySdk/models/order.rb +1 -1
- data/lib/VoucherifySdk/models/order_calculated_item.rb +1 -1
- data/lib/VoucherifySdk/models/order_item.rb +1 -1
- data/lib/VoucherifySdk/models/orders_create_request_body.rb +1 -1
- data/lib/VoucherifySdk/models/orders_import_create_request_body_item.rb +15 -15
- data/lib/VoucherifySdk/models/orders_update_request_body.rb +1 -1
- data/lib/VoucherifySdk/models/parameter_filters_list_campaigns_campaign_status.rb +2 -1
- data/lib/VoucherifySdk/models/parameter_filters_list_campaigns_campaign_status_conditions.rb +1 -0
- data/lib/VoucherifySdk/models/parameter_filters_list_campaigns_category_ids.rb +1 -1
- data/lib/VoucherifySdk/models/parameter_filters_list_campaigns_is_referral_code.rb +1 -1
- data/lib/VoucherifySdk/models/parameters_filters_list_campaign_transactions.rb +247 -0
- data/lib/VoucherifySdk/models/product_collections_create_request_body.rb +2 -4
- data/lib/VoucherifySdk/models/products_skus_create_request_body.rb +1 -1
- data/lib/VoucherifySdk/models/products_skus_create_response_body.rb +1 -1
- data/lib/VoucherifySdk/models/products_skus_list_response_body.rb +1 -1
- data/lib/VoucherifySdk/models/products_skus_update_request_body.rb +1 -1
- data/lib/VoucherifySdk/models/promotion_tier_campaign.rb +1 -1
- data/lib/VoucherifySdk/models/promotions_tiers_create_response_body_campaign.rb +1 -1
- data/lib/VoucherifySdk/models/promotions_tiers_disable_response_body_campaign.rb +1 -1
- data/lib/VoucherifySdk/models/promotions_tiers_enable_response_body_campaign.rb +1 -1
- data/lib/VoucherifySdk/models/promotions_tiers_get_response_body_campaign.rb +1 -1
- data/lib/VoucherifySdk/models/promotions_tiers_update_response_body_campaign.rb +1 -1
- data/lib/VoucherifySdk/models/qualifications_check_eligibility_request_body.rb +12 -2
- data/lib/VoucherifySdk/models/qualifications_check_eligibility_request_body_session.rb +236 -0
- data/lib/VoucherifySdk/models/qualifications_option.rb +1 -1
- data/lib/VoucherifySdk/models/qualifications_option_filters_resource_type_conditions.rb +1 -1
- data/lib/VoucherifySdk/models/qualifications_redeemable.rb +1 -1
- data/lib/VoucherifySdk/models/qualifications_redeemable_base.rb +1 -1
- data/lib/VoucherifySdk/models/redeemable_gift.rb +18 -7
- data/lib/VoucherifySdk/models/redeemable_loyalty_card.rb +2 -2
- data/lib/VoucherifySdk/models/redeemable_result.rb +10 -1
- data/lib/VoucherifySdk/models/redeemable_voucher_gift.rb +14 -3
- data/lib/VoucherifySdk/models/redeemable_voucher_loyalty_card.rb +30 -8
- data/lib/VoucherifySdk/models/redeemable_voucher_publish.rb +1 -1
- data/lib/VoucherifySdk/models/redemption.rb +11 -1
- data/lib/VoucherifySdk/models/redemption_entry.rb +11 -1
- data/lib/VoucherifySdk/models/redemption_entry_promotion_tier_campaign.rb +1 -1
- data/lib/VoucherifySdk/models/redemption_entry_related_redemptions_rollbacks_item.rb +38 -4
- data/lib/VoucherifySdk/models/redemption_entry_session.rb +210 -0
- data/lib/VoucherifySdk/models/redemption_entry_voucher_gift.rb +14 -3
- data/lib/VoucherifySdk/models/redemption_entry_voucher_loyalty_card.rb +30 -8
- data/lib/VoucherifySdk/models/redemption_related_redemptions_rollbacks_item.rb +38 -4
- data/lib/VoucherifySdk/models/redemption_reward_result_parameters_campaign.rb +1 -1
- data/lib/VoucherifySdk/models/redemption_rollback.rb +15 -15
- data/lib/VoucherifySdk/models/redemption_session.rb +210 -0
- data/lib/VoucherifySdk/models/redemption_voucher_gift.rb +14 -3
- data/lib/VoucherifySdk/models/redemption_voucher_loyalty_card.rb +30 -8
- data/lib/VoucherifySdk/models/redemptions_get_response_body.rb +11 -1
- data/lib/VoucherifySdk/models/redemptions_get_response_body_promotion_tier_campaign.rb +1 -1
- data/lib/VoucherifySdk/models/redemptions_get_response_body_related_redemptions_rollbacks_item.rb +38 -4
- data/lib/VoucherifySdk/models/redemptions_get_response_body_session.rb +210 -0
- data/lib/VoucherifySdk/models/redemptions_get_response_body_voucher_gift.rb +14 -3
- data/lib/VoucherifySdk/models/redemptions_get_response_body_voucher_loyalty_card.rb +30 -8
- data/lib/VoucherifySdk/models/redemptions_list_response_body_redemptions_item.rb +11 -1
- data/lib/VoucherifySdk/models/redemptions_list_response_body_redemptions_item_promotion_tier_campaign.rb +1 -1
- data/lib/VoucherifySdk/models/redemptions_list_response_body_redemptions_item_related_redemptions.rb +0 -1
- data/lib/VoucherifySdk/models/redemptions_list_response_body_redemptions_item_related_redemptions_rollbacks_item.rb +38 -4
- data/lib/VoucherifySdk/models/redemptions_list_response_body_redemptions_item_session.rb +210 -0
- data/lib/VoucherifySdk/models/redemptions_list_response_body_redemptions_item_voucher_gift.rb +14 -3
- data/lib/VoucherifySdk/models/redemptions_list_response_body_redemptions_item_voucher_loyalty_card.rb +30 -8
- data/lib/VoucherifySdk/models/redemptions_redeem_request_body_options.rb +1 -1
- data/lib/VoucherifySdk/models/redemptions_redeem_request_body_redeemables_item_gift.rb +1 -1
- data/lib/VoucherifySdk/models/redemptions_rollback_create_response_body.rb +15 -15
- data/lib/VoucherifySdk/models/reward.rb +1 -1
- data/lib/VoucherifySdk/models/rewards_create_request_body.rb +1 -1
- data/lib/VoucherifySdk/models/rewards_create_request_body_parameters_campaign.rb +1 -1
- data/lib/VoucherifySdk/models/rewards_create_response_body.rb +1 -1
- data/lib/VoucherifySdk/models/rewards_update_request_body.rb +1 -1
- data/lib/VoucherifySdk/models/rewards_update_request_body_parameters_campaign.rb +1 -1
- data/lib/VoucherifySdk/models/rewards_update_response_body.rb +1 -1
- data/lib/VoucherifySdk/models/segments_create_request_body.rb +2 -2
- data/lib/VoucherifySdk/models/segments_create_response_body.rb +31 -20
- data/lib/VoucherifySdk/models/segments_get_response_body.rb +32 -21
- data/lib/VoucherifySdk/models/simple_loyalty_card.rb +30 -8
- data/lib/VoucherifySdk/models/simple_voucher_redemption.rb +16 -5
- data/lib/VoucherifySdk/models/stacking_rules.rb +72 -20
- data/lib/VoucherifySdk/models/templates_campaigns_campaign_setup_create_request_body.rb +3 -3
- data/lib/VoucherifySdk/models/trash_bin_item.rb +1 -1
- data/lib/VoucherifySdk/models/validation_rule.rb +11 -1
- data/lib/VoucherifySdk/models/validation_rules_create_request_body.rb +11 -1
- data/lib/VoucherifySdk/models/validation_rules_create_response_body.rb +11 -1
- data/lib/VoucherifySdk/models/validation_rules_get_response_body.rb +11 -1
- data/lib/VoucherifySdk/models/validation_rules_update_request_body.rb +11 -1
- data/lib/VoucherifySdk/models/validation_rules_update_response_body.rb +11 -1
- data/lib/VoucherifySdk/models/validations_redeemable_inapplicable_result.rb +14 -5
- data/lib/VoucherifySdk/models/validations_validate_request_body.rb +1 -1
- data/lib/VoucherifySdk/models/validations_validate_request_body_options.rb +1 -1
- data/lib/VoucherifySdk/models/validations_validate_request_body_redeemables_item_gift.rb +1 -1
- data/lib/VoucherifySdk/models/validations_validate_response_body.rb +12 -1
- data/lib/VoucherifySdk/models/validations_validate_response_body_redeemables_item_result.rb +11 -1
- data/lib/VoucherifySdk/models/validations_validate_response_body_redeemables_item_result_discount.rb +5 -2
- data/lib/VoucherifySdk/models/validations_validate_response_body_redeemables_item_result_gift.rb +14 -3
- data/lib/VoucherifySdk/models/validations_validate_response_body_redeemables_item_result_loyalty_card.rb +1 -0
- data/lib/VoucherifySdk/models/validity_hours.rb +1 -1
- data/lib/VoucherifySdk/models/validity_hours_daily_item.rb +1 -1
- data/lib/VoucherifySdk/models/voucher_balance.rb +12 -1
- data/lib/VoucherifySdk/models/voucher_gift.rb +14 -3
- data/lib/VoucherifySdk/models/voucher_loyalty_card.rb +30 -8
- data/lib/VoucherifySdk/models/voucher_transaction.rb +1 -1
- data/lib/VoucherifySdk/models/voucher_transaction_details_balance.rb +12 -1
- data/lib/VoucherifySdk/models/voucher_transactions_export_parameters.rb +1 -1
- data/lib/VoucherifySdk/models/voucher_transactions_filters.rb +1 -1
- data/lib/VoucherifySdk/models/voucher_with_categories_gift.rb +14 -3
- data/lib/VoucherifySdk/models/voucher_with_categories_loyalty_card.rb +30 -8
- data/lib/VoucherifySdk/models/vouchers_balance_update_request_body.rb +1 -1
- data/lib/VoucherifySdk/models/vouchers_balance_update_response_body.rb +2 -2
- data/lib/VoucherifySdk/models/vouchers_create_request_body.rb +2 -2
- data/lib/VoucherifySdk/models/vouchers_create_response_body_gift.rb +14 -3
- data/lib/VoucherifySdk/models/vouchers_create_response_body_loyalty_card.rb +30 -8
- data/lib/VoucherifySdk/models/vouchers_create_with_specific_code_request_body.rb +2 -2
- data/lib/VoucherifySdk/models/vouchers_disable_response_body_gift.rb +14 -3
- data/lib/VoucherifySdk/models/vouchers_disable_response_body_loyalty_card.rb +30 -8
- data/lib/VoucherifySdk/models/vouchers_enable_response_body_gift.rb +14 -3
- data/lib/VoucherifySdk/models/vouchers_enable_response_body_loyalty_card.rb +30 -8
- data/lib/VoucherifySdk/models/vouchers_get_response_body_gift.rb +14 -3
- data/lib/VoucherifySdk/models/vouchers_get_response_body_loyalty_card.rb +30 -8
- data/lib/VoucherifySdk/models/vouchers_import_create_item_request_body.rb +1 -1
- data/lib/VoucherifySdk/models/vouchers_transactions_export_create_response_body_result.rb +1 -1
- data/lib/VoucherifySdk/models/vouchers_update_request_body.rb +2 -2
- data/lib/VoucherifySdk/models/vouchers_update_response_body_gift.rb +14 -3
- data/lib/VoucherifySdk/models/vouchers_update_response_body_loyalty_card.rb +30 -8
- data/lib/VoucherifySdk/version.rb +1 -1
- data/lib/VoucherifySdk.rb +55 -0
- metadata +147 -33
|
@@ -23,6 +23,9 @@ module VoucherifySdk
|
|
|
23
23
|
# Allowed additional properties must start with \"metadata.\" or \"redemption.\" and Allowed additional properties must start with \"metadata.\" and Allowed additional properties must start with \"metadata.\" or \"address.\" or \"summary.\" or \"loyalty.\" or \"loyalty_tier.\" or \"loyalty_points.\" or \"system_metadata.\"
|
|
24
24
|
attr_accessor :filters
|
|
25
25
|
|
|
26
|
+
# Unique identifier of the campaign. It is assigned by Voucherify. The campaign ID defines the campaign for which the voucher export will be triggered.
|
|
27
|
+
attr_accessor :campaign_id
|
|
28
|
+
|
|
26
29
|
class EnumAttributeValidator
|
|
27
30
|
attr_reader :datatype
|
|
28
31
|
attr_reader :allowable_values
|
|
@@ -50,7 +53,8 @@ module VoucherifySdk
|
|
|
50
53
|
{
|
|
51
54
|
:'order' => :'order',
|
|
52
55
|
:'fields' => :'fields',
|
|
53
|
-
:'filters' => :'filters'
|
|
56
|
+
:'filters' => :'filters',
|
|
57
|
+
:'campaign_id' => :'campaign_id'
|
|
54
58
|
}
|
|
55
59
|
end
|
|
56
60
|
|
|
@@ -64,7 +68,8 @@ module VoucherifySdk
|
|
|
64
68
|
{
|
|
65
69
|
:'order' => :'String',
|
|
66
70
|
:'fields' => :'Array<String>',
|
|
67
|
-
:'filters' => :'Object'
|
|
71
|
+
:'filters' => :'Object',
|
|
72
|
+
:'campaign_id' => :'String'
|
|
68
73
|
}
|
|
69
74
|
end
|
|
70
75
|
|
|
@@ -73,7 +78,8 @@ module VoucherifySdk
|
|
|
73
78
|
Set.new([
|
|
74
79
|
:'order',
|
|
75
80
|
:'fields',
|
|
76
|
-
:'filters'
|
|
81
|
+
:'filters',
|
|
82
|
+
:'campaign_id'
|
|
77
83
|
])
|
|
78
84
|
end
|
|
79
85
|
|
|
@@ -98,6 +104,10 @@ module VoucherifySdk
|
|
|
98
104
|
if attributes.key?(:'filters')
|
|
99
105
|
self.filters = attributes[:'filters']
|
|
100
106
|
end
|
|
107
|
+
|
|
108
|
+
if attributes.key?(:'campaign_id')
|
|
109
|
+
self.campaign_id = attributes[:'campaign_id']
|
|
110
|
+
end
|
|
101
111
|
end
|
|
102
112
|
|
|
103
113
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -124,7 +134,8 @@ module VoucherifySdk
|
|
|
124
134
|
self.class == o.class &&
|
|
125
135
|
order == o.order &&
|
|
126
136
|
fields == o.fields &&
|
|
127
|
-
filters == o.filters
|
|
137
|
+
filters == o.filters &&
|
|
138
|
+
campaign_id == o.campaign_id
|
|
128
139
|
end
|
|
129
140
|
|
|
130
141
|
# @see the `==` method
|
|
@@ -136,7 +147,7 @@ module VoucherifySdk
|
|
|
136
147
|
# Calculates hash code according to all attributes.
|
|
137
148
|
# @return [Integer] Hash code
|
|
138
149
|
def hash
|
|
139
|
-
[order, fields, filters].hash
|
|
150
|
+
[order, fields, filters, campaign_id].hash
|
|
140
151
|
end
|
|
141
152
|
|
|
142
153
|
# Builds the object from hash
|
|
@@ -23,6 +23,9 @@ module VoucherifySdk
|
|
|
23
23
|
# Allowed additional properties must start with \"metadata.\" or \"redemption.\" and Allowed additional properties must start with \"metadata.\" and Allowed additional properties must start with \"metadata.\" or \"address.\" or \"summary.\" or \"loyalty.\" or \"loyalty_tier.\" or \"loyalty_points.\" or \"system_metadata.\"
|
|
24
24
|
attr_accessor :filters
|
|
25
25
|
|
|
26
|
+
# Unique identifier of the campaign. It is assigned by Voucherify. The campaign ID defines the campaign for which the voucher export will be triggered.
|
|
27
|
+
attr_accessor :campaign_id
|
|
28
|
+
|
|
26
29
|
class EnumAttributeValidator
|
|
27
30
|
attr_reader :datatype
|
|
28
31
|
attr_reader :allowable_values
|
|
@@ -50,7 +53,8 @@ module VoucherifySdk
|
|
|
50
53
|
{
|
|
51
54
|
:'order' => :'order',
|
|
52
55
|
:'fields' => :'fields',
|
|
53
|
-
:'filters' => :'filters'
|
|
56
|
+
:'filters' => :'filters',
|
|
57
|
+
:'campaign_id' => :'campaign_id'
|
|
54
58
|
}
|
|
55
59
|
end
|
|
56
60
|
|
|
@@ -64,7 +68,8 @@ module VoucherifySdk
|
|
|
64
68
|
{
|
|
65
69
|
:'order' => :'String',
|
|
66
70
|
:'fields' => :'Array<String>',
|
|
67
|
-
:'filters' => :'Object'
|
|
71
|
+
:'filters' => :'Object',
|
|
72
|
+
:'campaign_id' => :'String'
|
|
68
73
|
}
|
|
69
74
|
end
|
|
70
75
|
|
|
@@ -73,7 +78,8 @@ module VoucherifySdk
|
|
|
73
78
|
Set.new([
|
|
74
79
|
:'order',
|
|
75
80
|
:'fields',
|
|
76
|
-
:'filters'
|
|
81
|
+
:'filters',
|
|
82
|
+
:'campaign_id'
|
|
77
83
|
])
|
|
78
84
|
end
|
|
79
85
|
|
|
@@ -98,6 +104,10 @@ module VoucherifySdk
|
|
|
98
104
|
if attributes.key?(:'filters')
|
|
99
105
|
self.filters = attributes[:'filters']
|
|
100
106
|
end
|
|
107
|
+
|
|
108
|
+
if attributes.key?(:'campaign_id')
|
|
109
|
+
self.campaign_id = attributes[:'campaign_id']
|
|
110
|
+
end
|
|
101
111
|
end
|
|
102
112
|
|
|
103
113
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -124,7 +134,8 @@ module VoucherifySdk
|
|
|
124
134
|
self.class == o.class &&
|
|
125
135
|
order == o.order &&
|
|
126
136
|
fields == o.fields &&
|
|
127
|
-
filters == o.filters
|
|
137
|
+
filters == o.filters &&
|
|
138
|
+
campaign_id == o.campaign_id
|
|
128
139
|
end
|
|
129
140
|
|
|
130
141
|
# @see the `==` method
|
|
@@ -136,7 +147,7 @@ module VoucherifySdk
|
|
|
136
147
|
# Calculates hash code according to all attributes.
|
|
137
148
|
# @return [Integer] Hash code
|
|
138
149
|
def hash
|
|
139
|
-
[order, fields, filters].hash
|
|
150
|
+
[order, fields, filters, campaign_id].hash
|
|
140
151
|
end
|
|
141
152
|
|
|
142
153
|
# Builds the object from hash
|
|
@@ -23,6 +23,9 @@ module VoucherifySdk
|
|
|
23
23
|
# Allowed additional properties must start with \"metadata.\" or \"redemption.\" and Allowed additional properties must start with \"metadata.\" and Allowed additional properties must start with \"metadata.\" or \"address.\" or \"summary.\" or \"loyalty.\" or \"loyalty_tier.\" or \"loyalty_points.\" or \"system_metadata.\"
|
|
24
24
|
attr_accessor :filters
|
|
25
25
|
|
|
26
|
+
# Unique identifier of the campaign. It is assigned by Voucherify. The campaign ID defines the campaign for which the voucher export will be triggered.
|
|
27
|
+
attr_accessor :campaign_id
|
|
28
|
+
|
|
26
29
|
class EnumAttributeValidator
|
|
27
30
|
attr_reader :datatype
|
|
28
31
|
attr_reader :allowable_values
|
|
@@ -50,7 +53,8 @@ module VoucherifySdk
|
|
|
50
53
|
{
|
|
51
54
|
:'order' => :'order',
|
|
52
55
|
:'fields' => :'fields',
|
|
53
|
-
:'filters' => :'filters'
|
|
56
|
+
:'filters' => :'filters',
|
|
57
|
+
:'campaign_id' => :'campaign_id'
|
|
54
58
|
}
|
|
55
59
|
end
|
|
56
60
|
|
|
@@ -64,7 +68,8 @@ module VoucherifySdk
|
|
|
64
68
|
{
|
|
65
69
|
:'order' => :'String',
|
|
66
70
|
:'fields' => :'Array<String>',
|
|
67
|
-
:'filters' => :'Object'
|
|
71
|
+
:'filters' => :'Object',
|
|
72
|
+
:'campaign_id' => :'String'
|
|
68
73
|
}
|
|
69
74
|
end
|
|
70
75
|
|
|
@@ -73,7 +78,8 @@ module VoucherifySdk
|
|
|
73
78
|
Set.new([
|
|
74
79
|
:'order',
|
|
75
80
|
:'fields',
|
|
76
|
-
:'filters'
|
|
81
|
+
:'filters',
|
|
82
|
+
:'campaign_id'
|
|
77
83
|
])
|
|
78
84
|
end
|
|
79
85
|
|
|
@@ -98,6 +104,10 @@ module VoucherifySdk
|
|
|
98
104
|
if attributes.key?(:'filters')
|
|
99
105
|
self.filters = attributes[:'filters']
|
|
100
106
|
end
|
|
107
|
+
|
|
108
|
+
if attributes.key?(:'campaign_id')
|
|
109
|
+
self.campaign_id = attributes[:'campaign_id']
|
|
110
|
+
end
|
|
101
111
|
end
|
|
102
112
|
|
|
103
113
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -124,7 +134,8 @@ module VoucherifySdk
|
|
|
124
134
|
self.class == o.class &&
|
|
125
135
|
order == o.order &&
|
|
126
136
|
fields == o.fields &&
|
|
127
|
-
filters == o.filters
|
|
137
|
+
filters == o.filters &&
|
|
138
|
+
campaign_id == o.campaign_id
|
|
128
139
|
end
|
|
129
140
|
|
|
130
141
|
# @see the `==` method
|
|
@@ -136,7 +147,7 @@ module VoucherifySdk
|
|
|
136
147
|
# Calculates hash code according to all attributes.
|
|
137
148
|
# @return [Integer] Hash code
|
|
138
149
|
def hash
|
|
139
|
-
[order, fields, filters].hash
|
|
150
|
+
[order, fields, filters, campaign_id].hash
|
|
140
151
|
end
|
|
141
152
|
|
|
142
153
|
# Builds the object from hash
|
|
@@ -41,8 +41,8 @@ module VoucherifySdk
|
|
|
41
41
|
:'before' => :'$before',
|
|
42
42
|
:'has_value' => :'$has_value',
|
|
43
43
|
:'is_unknown' => :'$is_unknown',
|
|
44
|
-
:'more_than' => :'more_than',
|
|
45
|
-
:'less_than' => :'less_than'
|
|
44
|
+
:'more_than' => :'$more_than',
|
|
45
|
+
:'less_than' => :'$less_than'
|
|
46
46
|
}
|
|
47
47
|
end
|
|
48
48
|
|
|
@@ -16,10 +16,13 @@ require 'time'
|
|
|
16
16
|
module VoucherifySdk
|
|
17
17
|
# Contains current gift card balance information.
|
|
18
18
|
class Gift
|
|
19
|
-
# Total gift card income over the lifetime of the card.
|
|
19
|
+
# Total gift card income over the lifetime of the card. The value is multiplied by 100 to represent 2 decimal places. For example `10000 cents` for `$100.00`.
|
|
20
20
|
attr_accessor :amount
|
|
21
21
|
|
|
22
|
-
#
|
|
22
|
+
# Total amount of subtracted credits over the gift card lifetime.
|
|
23
|
+
attr_accessor :subtracted_amount
|
|
24
|
+
|
|
25
|
+
# Available funds. The value is multiplied by 100 to represent 2 decimal places. For example `10000 cents` for `$100.00`. `balance` = `amount` - `subtracted_amount` - `redemption.redeemed_amount`.
|
|
23
26
|
attr_accessor :balance
|
|
24
27
|
|
|
25
28
|
# Defines how the credits are applied to the customer's order.
|
|
@@ -51,6 +54,7 @@ module VoucherifySdk
|
|
|
51
54
|
def self.attribute_map
|
|
52
55
|
{
|
|
53
56
|
:'amount' => :'amount',
|
|
57
|
+
:'subtracted_amount' => :'subtracted_amount',
|
|
54
58
|
:'balance' => :'balance',
|
|
55
59
|
:'effect' => :'effect'
|
|
56
60
|
}
|
|
@@ -65,6 +69,7 @@ module VoucherifySdk
|
|
|
65
69
|
def self.openapi_types
|
|
66
70
|
{
|
|
67
71
|
:'amount' => :'Float',
|
|
72
|
+
:'subtracted_amount' => :'Integer',
|
|
68
73
|
:'balance' => :'Float',
|
|
69
74
|
:'effect' => :'String'
|
|
70
75
|
}
|
|
@@ -74,6 +79,7 @@ module VoucherifySdk
|
|
|
74
79
|
def self.openapi_nullable
|
|
75
80
|
Set.new([
|
|
76
81
|
:'amount',
|
|
82
|
+
:'subtracted_amount',
|
|
77
83
|
:'balance',
|
|
78
84
|
:'effect'
|
|
79
85
|
])
|
|
@@ -91,6 +97,10 @@ module VoucherifySdk
|
|
|
91
97
|
self.amount = attributes[:'amount']
|
|
92
98
|
end
|
|
93
99
|
|
|
100
|
+
if attributes.key?(:'subtracted_amount')
|
|
101
|
+
self.subtracted_amount = attributes[:'subtracted_amount']
|
|
102
|
+
end
|
|
103
|
+
|
|
94
104
|
if attributes.key?(:'balance')
|
|
95
105
|
self.balance = attributes[:'balance']
|
|
96
106
|
end
|
|
@@ -123,6 +133,7 @@ module VoucherifySdk
|
|
|
123
133
|
return true if self.equal?(o)
|
|
124
134
|
self.class == o.class &&
|
|
125
135
|
amount == o.amount &&
|
|
136
|
+
subtracted_amount == o.subtracted_amount &&
|
|
126
137
|
balance == o.balance &&
|
|
127
138
|
effect == o.effect
|
|
128
139
|
end
|
|
@@ -136,7 +147,7 @@ module VoucherifySdk
|
|
|
136
147
|
# Calculates hash code according to all attributes.
|
|
137
148
|
# @return [Integer] Hash code
|
|
138
149
|
def hash
|
|
139
|
-
[amount, balance, effect].hash
|
|
150
|
+
[amount, subtracted_amount, balance, effect].hash
|
|
140
151
|
end
|
|
141
152
|
|
|
142
153
|
# Builds the object from hash
|
|
@@ -30,12 +30,10 @@ module VoucherifySdk
|
|
|
30
30
|
# Parent product's source ID from your inventory system.
|
|
31
31
|
attr_accessor :product_source_id
|
|
32
32
|
|
|
33
|
-
attr_accessor :strict
|
|
34
|
-
|
|
35
33
|
# New fixed price of an item. Value is multiplied by 100 to precisely represent 2 decimal places. For example, a $10 price is written as 1000. In case of the fixed price being calculated by the formula, i.e. the price_formula parameter is present in the fixed price definition, this value becomes the fallback value. Such that in a case where the formula cannot be calculated due to missing metadata, for example, this value will be used as the fixed price.
|
|
36
34
|
attr_accessor :price
|
|
37
35
|
|
|
38
|
-
# Formula used to calculate the discounted price of an item.
|
|
36
|
+
# Formula used to dynamically calculate the discounted price of an item.
|
|
39
37
|
attr_accessor :price_formula
|
|
40
38
|
|
|
41
39
|
attr_accessor :effect
|
|
@@ -52,6 +50,54 @@ module VoucherifySdk
|
|
|
52
50
|
# Maximum discount amount per order. Value is multiplied by 100 to precisely represent 2 decimal places. For example, a $6 maximum discount on the entire order is written as 600. This value is definable for the following discount effects: - `APPLY_TO_ITEMS` (each item subtotal is discounted equally) - `APPLY_TO_ITEMS_BY_QUANTITY` (each unit of matched products has the same discount value)
|
|
53
51
|
attr_accessor :aggregated_amount_limit
|
|
54
52
|
|
|
53
|
+
# Limits the number of discounted item units (product, SKU, collection) that all customers can receive in a given campaign. If a product is selected, the limit covers all discounts across all SKUs belonging to that product. If a product collection is selected, the limit covers all products/SKUs within the collection. This limit is available on demand as part of campaign budget limits. Contact [Voucherify support](https://www.voucherify.io/contact-support) or your account manager to learn more.
|
|
54
|
+
attr_accessor :product_campaign_quantity_limit
|
|
55
|
+
|
|
56
|
+
# Formula used to dynamically calculate the maximum units per campaign. This limit is available on demand as part of campaign budget limits. Contact [Voucherify support](https://www.voucherify.io/contact-support) or your account manager to learn more.
|
|
57
|
+
attr_accessor :product_campaign_quantity_limit_formula
|
|
58
|
+
|
|
59
|
+
# Limits the number of discounted item units (product, SKU, collection) that one customer can receive in a given campaign. This limit is available on demand as part of campaign budget limits. Contact [Voucherify support](https://www.voucherify.io/contact-support) or your account manager to learn more.
|
|
60
|
+
attr_accessor :product_customer_campaign_quantity_limit
|
|
61
|
+
|
|
62
|
+
# Formula used to dynamically calculate the maximum units per customer in a campaign. This limit is available on demand as part of campaign budget limits. Contact [Voucherify support](https://www.voucherify.io/contact-support) or your account manager to learn more.
|
|
63
|
+
attr_accessor :product_customer_campaign_quantity_limit_formula
|
|
64
|
+
|
|
65
|
+
# Limits the number of discounted item units of a given product in a collection that all customers can receive in a given campaign. This limit is available on demand as part of campaign budget limits. Contact [Voucherify support](https://www.voucherify.io/contact-support) or your account manager to learn more.
|
|
66
|
+
attr_accessor :product_in_collection_campaign_quantity_limit
|
|
67
|
+
|
|
68
|
+
# Formula used to dynamically calculate the maximum units per campaign for a product in a collection. This limit is available on demand as part of campaign budget limits. Contact [Voucherify support](https://www.voucherify.io/contact-support) or your account manager to learn more.
|
|
69
|
+
attr_accessor :product_in_collection_campaign_quantity_limit_formula
|
|
70
|
+
|
|
71
|
+
# Limits the number of discounted item units of a given product in a collection that one customer can receive in a campaign. This limit is available on demand as part of campaign budget limits. Contact [Voucherify support](https://www.voucherify.io/contact-support) or your account manager to learn more.
|
|
72
|
+
attr_accessor :product_in_collection_customer_campaign_quantity_limit
|
|
73
|
+
|
|
74
|
+
# Formula used to dynamically calculate the maximum units per customer for a product in a collection. This limit is available on demand as part of campaign budget limits. Contact [Voucherify support](https://www.voucherify.io/contact-support) or your account manager to learn more.
|
|
75
|
+
attr_accessor :product_in_collection_customer_campaign_quantity_limit_formula
|
|
76
|
+
|
|
77
|
+
# Limits the number of discounted item units that all customers can receive in a promotion tier. This limit is available on demand as part of campaign budget limits. Contact [Voucherify support](https://www.voucherify.io/contact-support) or your account manager to learn more.
|
|
78
|
+
attr_accessor :product_promotion_tier_quantity_limit
|
|
79
|
+
|
|
80
|
+
# Formula used to dynamically calculate the maximum units per promotion tier. This limit is available on demand as part of campaign budget limits. Contact [Voucherify support](https://www.voucherify.io/contact-support) or your account manager to learn more.
|
|
81
|
+
attr_accessor :product_promotion_tier_quantity_limit_formula
|
|
82
|
+
|
|
83
|
+
# Limits the number of discounted item units that one customer can receive in a given promotion tier. This limit is available on demand as part of campaign budget limits. Contact [Voucherify support](https://www.voucherify.io/contact-support) or your account manager to learn more.
|
|
84
|
+
attr_accessor :product_customer_promotion_tier_quantity_limit
|
|
85
|
+
|
|
86
|
+
# Formula used to dynamically calculate the maximum units per customer in a promotion tier. This limit is available on demand as part of campaign budget limits. Contact [Voucherify support](https://www.voucherify.io/contact-support) or your account manager to learn more.
|
|
87
|
+
attr_accessor :product_customer_promotion_tier_quantity_limit_formula
|
|
88
|
+
|
|
89
|
+
# Limits the number of discounted item units of a given product in a collection that all customers can receive in a given promotion tier. This limit is available on demand as part of campaign budget limits. Contact [Voucherify support](https://www.voucherify.io/contact-support) or your account manager to learn more.
|
|
90
|
+
attr_accessor :product_in_collection_promotion_tier_quantity_limit
|
|
91
|
+
|
|
92
|
+
# Formula used to dynamically calculate the maximum units per promotion tier for a product in a collection. This limit is available on demand as part of campaign budget limits. Contact [Voucherify support](https://www.voucherify.io/contact-support) or your account manager to learn more.
|
|
93
|
+
attr_accessor :product_in_collection_promotion_tier_quantity_limit_formula
|
|
94
|
+
|
|
95
|
+
# Limits the number of discounted item units of a given product in a collection that one customer can receive in a promotion tier. This limit is available on demand as part of campaign budget limits. Contact [Voucherify support](https://www.voucherify.io/contact-support) or your account manager to learn more.
|
|
96
|
+
attr_accessor :product_in_collection_customer_promotion_tier_quantity_limit
|
|
97
|
+
|
|
98
|
+
# Formula used to dynamically calculate the maximum units per customer in a promotion tier for a product in a collection. This limit is available on demand as part of campaign budget limits. Contact [Voucherify support](https://www.voucherify.io/contact-support) or your account manager to learn more.
|
|
99
|
+
attr_accessor :product_in_collection_customer_promotion_tier_quantity_limit_formula
|
|
100
|
+
|
|
55
101
|
# Lists which order lines are (not) covered by the discount. The order in the array is determined by the sequence of applied discounts, while the numbers correspond to the order lines sent in the `order` object in the request. The first order line is assigned `0`, the second order line is assigned `1`, and so on.
|
|
56
102
|
attr_accessor :order_item_indices
|
|
57
103
|
|
|
@@ -67,6 +113,8 @@ module VoucherifySdk
|
|
|
67
113
|
# Determines to which kinds of objects the discount is applicable. `ITEM` includes products and SKUs. `UNIT` means particular units within an order line.
|
|
68
114
|
attr_accessor :target
|
|
69
115
|
|
|
116
|
+
attr_accessor :strict
|
|
117
|
+
|
|
70
118
|
class EnumAttributeValidator
|
|
71
119
|
attr_reader :datatype
|
|
72
120
|
attr_reader :allowable_values
|
|
@@ -97,7 +145,6 @@ module VoucherifySdk
|
|
|
97
145
|
:'source_id' => :'source_id',
|
|
98
146
|
:'product_id' => :'product_id',
|
|
99
147
|
:'product_source_id' => :'product_source_id',
|
|
100
|
-
:'strict' => :'strict',
|
|
101
148
|
:'price' => :'price',
|
|
102
149
|
:'price_formula' => :'price_formula',
|
|
103
150
|
:'effect' => :'effect',
|
|
@@ -105,11 +152,28 @@ module VoucherifySdk
|
|
|
105
152
|
:'aggregated_quantity_limit' => :'aggregated_quantity_limit',
|
|
106
153
|
:'amount_limit' => :'amount_limit',
|
|
107
154
|
:'aggregated_amount_limit' => :'aggregated_amount_limit',
|
|
155
|
+
:'product_campaign_quantity_limit' => :'product_campaign_quantity_limit',
|
|
156
|
+
:'product_campaign_quantity_limit_formula' => :'product_campaign_quantity_limit_formula',
|
|
157
|
+
:'product_customer_campaign_quantity_limit' => :'product_customer_campaign_quantity_limit',
|
|
158
|
+
:'product_customer_campaign_quantity_limit_formula' => :'product_customer_campaign_quantity_limit_formula',
|
|
159
|
+
:'product_in_collection_campaign_quantity_limit' => :'product_in_collection_campaign_quantity_limit',
|
|
160
|
+
:'product_in_collection_campaign_quantity_limit_formula' => :'product_in_collection_campaign_quantity_limit_formula',
|
|
161
|
+
:'product_in_collection_customer_campaign_quantity_limit' => :'product_in_collection_customer_campaign_quantity_limit',
|
|
162
|
+
:'product_in_collection_customer_campaign_quantity_limit_formula' => :'product_in_collection_customer_campaign_quantity_limit_formula',
|
|
163
|
+
:'product_promotion_tier_quantity_limit' => :'product_promotion_tier_quantity_limit',
|
|
164
|
+
:'product_promotion_tier_quantity_limit_formula' => :'product_promotion_tier_quantity_limit_formula',
|
|
165
|
+
:'product_customer_promotion_tier_quantity_limit' => :'product_customer_promotion_tier_quantity_limit',
|
|
166
|
+
:'product_customer_promotion_tier_quantity_limit_formula' => :'product_customer_promotion_tier_quantity_limit_formula',
|
|
167
|
+
:'product_in_collection_promotion_tier_quantity_limit' => :'product_in_collection_promotion_tier_quantity_limit',
|
|
168
|
+
:'product_in_collection_promotion_tier_quantity_limit_formula' => :'product_in_collection_promotion_tier_quantity_limit_formula',
|
|
169
|
+
:'product_in_collection_customer_promotion_tier_quantity_limit' => :'product_in_collection_customer_promotion_tier_quantity_limit',
|
|
170
|
+
:'product_in_collection_customer_promotion_tier_quantity_limit_formula' => :'product_in_collection_customer_promotion_tier_quantity_limit_formula',
|
|
108
171
|
:'order_item_indices' => :'order_item_indices',
|
|
109
172
|
:'order_item_units' => :'order_item_units',
|
|
110
173
|
:'repeat' => :'repeat',
|
|
111
174
|
:'skip_initially' => :'skip_initially',
|
|
112
|
-
:'target' => :'target'
|
|
175
|
+
:'target' => :'target',
|
|
176
|
+
:'strict' => :'strict'
|
|
113
177
|
}
|
|
114
178
|
end
|
|
115
179
|
|
|
@@ -126,7 +190,6 @@ module VoucherifySdk
|
|
|
126
190
|
:'source_id' => :'String',
|
|
127
191
|
:'product_id' => :'String',
|
|
128
192
|
:'product_source_id' => :'String',
|
|
129
|
-
:'strict' => :'Boolean',
|
|
130
193
|
:'price' => :'Float',
|
|
131
194
|
:'price_formula' => :'Float',
|
|
132
195
|
:'effect' => :'ApplicableToEffect',
|
|
@@ -134,11 +197,28 @@ module VoucherifySdk
|
|
|
134
197
|
:'aggregated_quantity_limit' => :'Integer',
|
|
135
198
|
:'amount_limit' => :'Integer',
|
|
136
199
|
:'aggregated_amount_limit' => :'Integer',
|
|
200
|
+
:'product_campaign_quantity_limit' => :'Integer',
|
|
201
|
+
:'product_campaign_quantity_limit_formula' => :'String',
|
|
202
|
+
:'product_customer_campaign_quantity_limit' => :'Integer',
|
|
203
|
+
:'product_customer_campaign_quantity_limit_formula' => :'String',
|
|
204
|
+
:'product_in_collection_campaign_quantity_limit' => :'Integer',
|
|
205
|
+
:'product_in_collection_campaign_quantity_limit_formula' => :'String',
|
|
206
|
+
:'product_in_collection_customer_campaign_quantity_limit' => :'Integer',
|
|
207
|
+
:'product_in_collection_customer_campaign_quantity_limit_formula' => :'String',
|
|
208
|
+
:'product_promotion_tier_quantity_limit' => :'Integer',
|
|
209
|
+
:'product_promotion_tier_quantity_limit_formula' => :'String',
|
|
210
|
+
:'product_customer_promotion_tier_quantity_limit' => :'Integer',
|
|
211
|
+
:'product_customer_promotion_tier_quantity_limit_formula' => :'String',
|
|
212
|
+
:'product_in_collection_promotion_tier_quantity_limit' => :'Integer',
|
|
213
|
+
:'product_in_collection_promotion_tier_quantity_limit_formula' => :'String',
|
|
214
|
+
:'product_in_collection_customer_promotion_tier_quantity_limit' => :'Integer',
|
|
215
|
+
:'product_in_collection_customer_promotion_tier_quantity_limit_formula' => :'String',
|
|
137
216
|
:'order_item_indices' => :'Array<Integer>',
|
|
138
217
|
:'order_item_units' => :'Array<InapplicableToOrderItemUnitsItem>',
|
|
139
218
|
:'repeat' => :'Integer',
|
|
140
219
|
:'skip_initially' => :'Integer',
|
|
141
|
-
:'target' => :'String'
|
|
220
|
+
:'target' => :'String',
|
|
221
|
+
:'strict' => :'Boolean'
|
|
142
222
|
}
|
|
143
223
|
end
|
|
144
224
|
|
|
@@ -150,18 +230,34 @@ module VoucherifySdk
|
|
|
150
230
|
:'source_id',
|
|
151
231
|
:'product_id',
|
|
152
232
|
:'product_source_id',
|
|
153
|
-
:'strict',
|
|
154
233
|
:'price',
|
|
155
234
|
:'price_formula',
|
|
156
235
|
:'quantity_limit',
|
|
157
236
|
:'aggregated_quantity_limit',
|
|
158
237
|
:'amount_limit',
|
|
159
238
|
:'aggregated_amount_limit',
|
|
239
|
+
:'product_campaign_quantity_limit',
|
|
240
|
+
:'product_campaign_quantity_limit_formula',
|
|
241
|
+
:'product_customer_campaign_quantity_limit',
|
|
242
|
+
:'product_customer_campaign_quantity_limit_formula',
|
|
243
|
+
:'product_in_collection_campaign_quantity_limit',
|
|
244
|
+
:'product_in_collection_campaign_quantity_limit_formula',
|
|
245
|
+
:'product_in_collection_customer_campaign_quantity_limit',
|
|
246
|
+
:'product_in_collection_customer_campaign_quantity_limit_formula',
|
|
247
|
+
:'product_promotion_tier_quantity_limit',
|
|
248
|
+
:'product_promotion_tier_quantity_limit_formula',
|
|
249
|
+
:'product_customer_promotion_tier_quantity_limit',
|
|
250
|
+
:'product_customer_promotion_tier_quantity_limit_formula',
|
|
251
|
+
:'product_in_collection_promotion_tier_quantity_limit',
|
|
252
|
+
:'product_in_collection_promotion_tier_quantity_limit_formula',
|
|
253
|
+
:'product_in_collection_customer_promotion_tier_quantity_limit',
|
|
254
|
+
:'product_in_collection_customer_promotion_tier_quantity_limit_formula',
|
|
160
255
|
:'order_item_indices',
|
|
161
256
|
:'order_item_units',
|
|
162
257
|
:'repeat',
|
|
163
258
|
:'skip_initially',
|
|
164
|
-
:'target'
|
|
259
|
+
:'target',
|
|
260
|
+
:'strict'
|
|
165
261
|
])
|
|
166
262
|
end
|
|
167
263
|
|
|
@@ -193,10 +289,6 @@ module VoucherifySdk
|
|
|
193
289
|
self.product_source_id = attributes[:'product_source_id']
|
|
194
290
|
end
|
|
195
291
|
|
|
196
|
-
if attributes.key?(:'strict')
|
|
197
|
-
self.strict = attributes[:'strict']
|
|
198
|
-
end
|
|
199
|
-
|
|
200
292
|
if attributes.key?(:'price')
|
|
201
293
|
self.price = attributes[:'price']
|
|
202
294
|
end
|
|
@@ -227,6 +319,70 @@ module VoucherifySdk
|
|
|
227
319
|
self.aggregated_amount_limit = attributes[:'aggregated_amount_limit']
|
|
228
320
|
end
|
|
229
321
|
|
|
322
|
+
if attributes.key?(:'product_campaign_quantity_limit')
|
|
323
|
+
self.product_campaign_quantity_limit = attributes[:'product_campaign_quantity_limit']
|
|
324
|
+
end
|
|
325
|
+
|
|
326
|
+
if attributes.key?(:'product_campaign_quantity_limit_formula')
|
|
327
|
+
self.product_campaign_quantity_limit_formula = attributes[:'product_campaign_quantity_limit_formula']
|
|
328
|
+
end
|
|
329
|
+
|
|
330
|
+
if attributes.key?(:'product_customer_campaign_quantity_limit')
|
|
331
|
+
self.product_customer_campaign_quantity_limit = attributes[:'product_customer_campaign_quantity_limit']
|
|
332
|
+
end
|
|
333
|
+
|
|
334
|
+
if attributes.key?(:'product_customer_campaign_quantity_limit_formula')
|
|
335
|
+
self.product_customer_campaign_quantity_limit_formula = attributes[:'product_customer_campaign_quantity_limit_formula']
|
|
336
|
+
end
|
|
337
|
+
|
|
338
|
+
if attributes.key?(:'product_in_collection_campaign_quantity_limit')
|
|
339
|
+
self.product_in_collection_campaign_quantity_limit = attributes[:'product_in_collection_campaign_quantity_limit']
|
|
340
|
+
end
|
|
341
|
+
|
|
342
|
+
if attributes.key?(:'product_in_collection_campaign_quantity_limit_formula')
|
|
343
|
+
self.product_in_collection_campaign_quantity_limit_formula = attributes[:'product_in_collection_campaign_quantity_limit_formula']
|
|
344
|
+
end
|
|
345
|
+
|
|
346
|
+
if attributes.key?(:'product_in_collection_customer_campaign_quantity_limit')
|
|
347
|
+
self.product_in_collection_customer_campaign_quantity_limit = attributes[:'product_in_collection_customer_campaign_quantity_limit']
|
|
348
|
+
end
|
|
349
|
+
|
|
350
|
+
if attributes.key?(:'product_in_collection_customer_campaign_quantity_limit_formula')
|
|
351
|
+
self.product_in_collection_customer_campaign_quantity_limit_formula = attributes[:'product_in_collection_customer_campaign_quantity_limit_formula']
|
|
352
|
+
end
|
|
353
|
+
|
|
354
|
+
if attributes.key?(:'product_promotion_tier_quantity_limit')
|
|
355
|
+
self.product_promotion_tier_quantity_limit = attributes[:'product_promotion_tier_quantity_limit']
|
|
356
|
+
end
|
|
357
|
+
|
|
358
|
+
if attributes.key?(:'product_promotion_tier_quantity_limit_formula')
|
|
359
|
+
self.product_promotion_tier_quantity_limit_formula = attributes[:'product_promotion_tier_quantity_limit_formula']
|
|
360
|
+
end
|
|
361
|
+
|
|
362
|
+
if attributes.key?(:'product_customer_promotion_tier_quantity_limit')
|
|
363
|
+
self.product_customer_promotion_tier_quantity_limit = attributes[:'product_customer_promotion_tier_quantity_limit']
|
|
364
|
+
end
|
|
365
|
+
|
|
366
|
+
if attributes.key?(:'product_customer_promotion_tier_quantity_limit_formula')
|
|
367
|
+
self.product_customer_promotion_tier_quantity_limit_formula = attributes[:'product_customer_promotion_tier_quantity_limit_formula']
|
|
368
|
+
end
|
|
369
|
+
|
|
370
|
+
if attributes.key?(:'product_in_collection_promotion_tier_quantity_limit')
|
|
371
|
+
self.product_in_collection_promotion_tier_quantity_limit = attributes[:'product_in_collection_promotion_tier_quantity_limit']
|
|
372
|
+
end
|
|
373
|
+
|
|
374
|
+
if attributes.key?(:'product_in_collection_promotion_tier_quantity_limit_formula')
|
|
375
|
+
self.product_in_collection_promotion_tier_quantity_limit_formula = attributes[:'product_in_collection_promotion_tier_quantity_limit_formula']
|
|
376
|
+
end
|
|
377
|
+
|
|
378
|
+
if attributes.key?(:'product_in_collection_customer_promotion_tier_quantity_limit')
|
|
379
|
+
self.product_in_collection_customer_promotion_tier_quantity_limit = attributes[:'product_in_collection_customer_promotion_tier_quantity_limit']
|
|
380
|
+
end
|
|
381
|
+
|
|
382
|
+
if attributes.key?(:'product_in_collection_customer_promotion_tier_quantity_limit_formula')
|
|
383
|
+
self.product_in_collection_customer_promotion_tier_quantity_limit_formula = attributes[:'product_in_collection_customer_promotion_tier_quantity_limit_formula']
|
|
384
|
+
end
|
|
385
|
+
|
|
230
386
|
if attributes.key?(:'order_item_indices')
|
|
231
387
|
if (value = attributes[:'order_item_indices']).is_a?(Array)
|
|
232
388
|
self.order_item_indices = value
|
|
@@ -250,6 +406,10 @@ module VoucherifySdk
|
|
|
250
406
|
if attributes.key?(:'target')
|
|
251
407
|
self.target = attributes[:'target']
|
|
252
408
|
end
|
|
409
|
+
|
|
410
|
+
if attributes.key?(:'strict')
|
|
411
|
+
self.strict = attributes[:'strict']
|
|
412
|
+
end
|
|
253
413
|
end
|
|
254
414
|
|
|
255
415
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -284,7 +444,6 @@ module VoucherifySdk
|
|
|
284
444
|
source_id == o.source_id &&
|
|
285
445
|
product_id == o.product_id &&
|
|
286
446
|
product_source_id == o.product_source_id &&
|
|
287
|
-
strict == o.strict &&
|
|
288
447
|
price == o.price &&
|
|
289
448
|
price_formula == o.price_formula &&
|
|
290
449
|
effect == o.effect &&
|
|
@@ -292,11 +451,28 @@ module VoucherifySdk
|
|
|
292
451
|
aggregated_quantity_limit == o.aggregated_quantity_limit &&
|
|
293
452
|
amount_limit == o.amount_limit &&
|
|
294
453
|
aggregated_amount_limit == o.aggregated_amount_limit &&
|
|
454
|
+
product_campaign_quantity_limit == o.product_campaign_quantity_limit &&
|
|
455
|
+
product_campaign_quantity_limit_formula == o.product_campaign_quantity_limit_formula &&
|
|
456
|
+
product_customer_campaign_quantity_limit == o.product_customer_campaign_quantity_limit &&
|
|
457
|
+
product_customer_campaign_quantity_limit_formula == o.product_customer_campaign_quantity_limit_formula &&
|
|
458
|
+
product_in_collection_campaign_quantity_limit == o.product_in_collection_campaign_quantity_limit &&
|
|
459
|
+
product_in_collection_campaign_quantity_limit_formula == o.product_in_collection_campaign_quantity_limit_formula &&
|
|
460
|
+
product_in_collection_customer_campaign_quantity_limit == o.product_in_collection_customer_campaign_quantity_limit &&
|
|
461
|
+
product_in_collection_customer_campaign_quantity_limit_formula == o.product_in_collection_customer_campaign_quantity_limit_formula &&
|
|
462
|
+
product_promotion_tier_quantity_limit == o.product_promotion_tier_quantity_limit &&
|
|
463
|
+
product_promotion_tier_quantity_limit_formula == o.product_promotion_tier_quantity_limit_formula &&
|
|
464
|
+
product_customer_promotion_tier_quantity_limit == o.product_customer_promotion_tier_quantity_limit &&
|
|
465
|
+
product_customer_promotion_tier_quantity_limit_formula == o.product_customer_promotion_tier_quantity_limit_formula &&
|
|
466
|
+
product_in_collection_promotion_tier_quantity_limit == o.product_in_collection_promotion_tier_quantity_limit &&
|
|
467
|
+
product_in_collection_promotion_tier_quantity_limit_formula == o.product_in_collection_promotion_tier_quantity_limit_formula &&
|
|
468
|
+
product_in_collection_customer_promotion_tier_quantity_limit == o.product_in_collection_customer_promotion_tier_quantity_limit &&
|
|
469
|
+
product_in_collection_customer_promotion_tier_quantity_limit_formula == o.product_in_collection_customer_promotion_tier_quantity_limit_formula &&
|
|
295
470
|
order_item_indices == o.order_item_indices &&
|
|
296
471
|
order_item_units == o.order_item_units &&
|
|
297
472
|
repeat == o.repeat &&
|
|
298
473
|
skip_initially == o.skip_initially &&
|
|
299
|
-
target == o.target
|
|
474
|
+
target == o.target &&
|
|
475
|
+
strict == o.strict
|
|
300
476
|
end
|
|
301
477
|
|
|
302
478
|
# @see the `==` method
|
|
@@ -308,7 +484,7 @@ module VoucherifySdk
|
|
|
308
484
|
# Calculates hash code according to all attributes.
|
|
309
485
|
# @return [Integer] Hash code
|
|
310
486
|
def hash
|
|
311
|
-
[object, id, source_id, product_id, product_source_id,
|
|
487
|
+
[object, id, source_id, product_id, product_source_id, price, price_formula, effect, quantity_limit, aggregated_quantity_limit, amount_limit, aggregated_amount_limit, product_campaign_quantity_limit, product_campaign_quantity_limit_formula, product_customer_campaign_quantity_limit, product_customer_campaign_quantity_limit_formula, product_in_collection_campaign_quantity_limit, product_in_collection_campaign_quantity_limit_formula, product_in_collection_customer_campaign_quantity_limit, product_in_collection_customer_campaign_quantity_limit_formula, product_promotion_tier_quantity_limit, product_promotion_tier_quantity_limit_formula, product_customer_promotion_tier_quantity_limit, product_customer_promotion_tier_quantity_limit_formula, product_in_collection_promotion_tier_quantity_limit, product_in_collection_promotion_tier_quantity_limit_formula, product_in_collection_customer_promotion_tier_quantity_limit, product_in_collection_customer_promotion_tier_quantity_limit_formula, order_item_indices, order_item_units, repeat, skip_initially, target, strict].hash
|
|
312
488
|
end
|
|
313
489
|
|
|
314
490
|
# Builds the object from hash
|