From 63fb367f9d428e031d33116a748d2d2020e3014a Mon Sep 17 00:00:00 2001 From: Drew Rowan Date: Wed, 24 Jan 2024 10:15:49 +0100 Subject: [PATCH] Release 1.0.57 --- LICENSE => LICENSE.txt | 2 +- README.md | 4 ++-- docs/en/documentation.html | 7 ++++--- upload/admin/controller/extension/wallee/alert.php | 9 +++++++++ .../admin/controller/extension/wallee/completion.php | 9 +++++++++ upload/admin/controller/extension/wallee/event.php | 9 +++++++++ upload/admin/controller/extension/wallee/pdf.php | 9 +++++++++ upload/admin/controller/extension/wallee/refund.php | 9 +++++++++ .../admin/controller/extension/wallee/transaction.php | 9 +++++++++ upload/admin/controller/extension/wallee/update.php | 9 +++++++++ upload/admin/controller/extension/wallee/void.php | 9 +++++++++ upload/admin/controller/payment/wallee.php | 9 +++++++++ upload/admin/language/de-de/payment/wallee.php | 9 +++++++++ upload/admin/language/en-gb/payment/wallee.php | 9 +++++++++ upload/admin/language/french/payment/wallee.php | 9 +++++++++ upload/admin/language/italien/payment/wallee.php | 9 +++++++++ upload/admin/model/extension/wallee/alert.php | 9 +++++++++ upload/admin/model/extension/wallee/dynamic.php | 11 ++++++++++- upload/admin/model/extension/wallee/migration.php | 10 +++++++++- upload/admin/model/extension/wallee/modification.php | 9 +++++++++ upload/admin/model/extension/wallee/order.php | 9 +++++++++ upload/admin/model/extension/wallee/setup.php | 9 +++++++++ upload/admin/model/extension/wallee/transaction.php | 9 +++++++++ upload/admin/view/template/payment/wallee.tpl | 4 ++-- .../catalog/controller/extension/wallee/address.php | 9 +++++++++ upload/catalog/controller/extension/wallee/cron.php | 9 +++++++++ upload/catalog/controller/extension/wallee/error.php | 9 +++++++++ upload/catalog/controller/extension/wallee/event.php | 9 +++++++++ upload/catalog/controller/extension/wallee/pdf.php | 9 +++++++++ .../controller/extension/wallee/transaction.php | 9 +++++++++ .../catalog/controller/extension/wallee/webhook.php | 9 +++++++++ upload/catalog/language/de-de/payment/wallee.php | 9 +++++++++ upload/catalog/language/en-gb/payment/wallee.php | 9 +++++++++ upload/catalog/model/extension/wallee/order.php | 9 +++++++++ upload/catalog/model/payment/wallee.php | 9 +++++++++ upload/system/library/wallee/autoload.php | 9 +++++++++ .../library/wallee/controller/abstract_controller.php | 9 +++++++++ .../library/wallee/controller/abstract_event.php | 9 +++++++++ .../system/library/wallee/controller/abstract_pdf.php | 9 +++++++++ .../library/wallee/dynamic/admin/controller.mock | 9 +++++++++ .../library/wallee/dynamic/admin/controller.php | 9 +++++++++ .../system/library/wallee/dynamic/admin/language.mock | 9 +++++++++ .../library/wallee/dynamic/catalog/controller.mock | 9 +++++++++ .../library/wallee/dynamic/catalog/controller.php | 9 +++++++++ .../library/wallee/dynamic/catalog/language.mock | 9 +++++++++ .../system/library/wallee/dynamic/catalog/model.mock | 9 +++++++++ .../system/library/wallee/dynamic/catalog/model.php | 9 +++++++++ .../system/library/wallee/entity/abstract_entity.php | 9 +++++++++ upload/system/library/wallee/entity/abstract_job.php | 9 +++++++++ upload/system/library/wallee/entity/alert.php | 9 +++++++++ .../system/library/wallee/entity/completion_job.php | 9 +++++++++ upload/system/library/wallee/entity/cron.php | 9 +++++++++ .../library/wallee/entity/method_configuration.php | 9 +++++++++ upload/system/library/wallee/entity/refund_job.php | 9 +++++++++ upload/system/library/wallee/entity/resource_type.php | 9 +++++++++ upload/system/library/wallee/entity/shipping_info.php | 9 +++++++++ upload/system/library/wallee/entity/token_info.php | 9 +++++++++ .../system/library/wallee/entity/transaction_info.php | 9 +++++++++ upload/system/library/wallee/entity/void_job.php | 9 +++++++++ upload/system/library/wallee/helper.php | 9 +++++++++ upload/system/library/wallee/model/abstract_model.php | 9 +++++++++ .../modification/WalleeAdministration.ocmod.xml | 2 +- .../wallee/modification/WalleeAlerts.ocmod.xml | 2 +- .../library/wallee/modification/WalleeCore.ocmod.xml | 2 +- .../wallee/modification/WalleeEvents.ocmod.xml | 2 +- .../wallee/modification/WalleeFrontendPdf.ocmod.xml | 2 +- .../WalleePreventConfirmationEmail.ocmod.xml | 2 +- .../WalleeQuickCheckoutCompatibility.ocmod.xml | 2 +- .../modification/WalleeTransactionView.ocmod.xml | 2 +- .../modification/WalleeXFeeProCompatibility.ocmod.xml | 2 +- .../library/wallee/provider/abstract_provider.php | 9 +++++++++ upload/system/library/wallee/provider/currency.php | 9 +++++++++ .../wallee/provider/label_description_group.php | 9 +++++++++ .../library/wallee/provider/label_descriptor.php | 9 +++++++++ upload/system/library/wallee/provider/language.php | 9 +++++++++ .../library/wallee/provider/payment_connector.php | 9 +++++++++ .../system/library/wallee/provider/payment_method.php | 9 +++++++++ upload/system/library/wallee/service/abstract_job.php | 9 +++++++++ .../library/wallee/service/abstract_service.php | 9 +++++++++ upload/system/library/wallee/service/completion.php | 9 +++++++++ upload/system/library/wallee/service/line_item.php | 9 +++++++++ upload/system/library/wallee/service/manual_task.php | 9 +++++++++ .../library/wallee/service/method_configuration.php | 9 +++++++++ upload/system/library/wallee/service/refund.php | 9 +++++++++ upload/system/library/wallee/service/token.php | 9 +++++++++ upload/system/library/wallee/service/transaction.php | 9 +++++++++ upload/system/library/wallee/service/void_job.php | 9 +++++++++ upload/system/library/wallee/service/webhook.php | 9 +++++++++ upload/system/library/wallee/version_helper.php | 11 ++++++++++- upload/system/library/wallee/wallee-sdk/autoload.php | 4 ++-- upload/system/library/wallee/wallee-sdk/composer.json | 2 +- .../library/wallee/wallee-sdk/lib/ApiClient.php | 5 ++++- .../library/wallee/wallee-sdk/lib/ApiException.php | 4 +++- .../library/wallee/wallee-sdk/lib/ApiResponse.php | 4 +++- .../library/wallee/wallee-sdk/lib/Configuration.php | 4 +++- .../library/wallee/wallee-sdk/lib/HeaderSelector.php | 4 +++- .../wallee-sdk/lib/Http/ConnectionException.php | 5 ++++- .../wallee/wallee-sdk/lib/Http/CurlHttpClient.php | 5 ++++- .../wallee/wallee-sdk/lib/Http/HttpClientFactory.php | 5 ++++- .../wallee/wallee-sdk/lib/Http/HttpRequest.php | 5 ++++- .../wallee/wallee-sdk/lib/Http/HttpResponse.php | 4 +++- .../wallee/wallee-sdk/lib/Http/IHttpClient.php | 4 +++- .../wallee/wallee-sdk/lib/Http/SocketHttpClient.php | 5 ++++- .../wallee-sdk/lib/Model/AbstractAccountUpdate.php | 6 +++++- .../lib/Model/AbstractApplicationUserUpdate.php | 6 +++++- .../wallee-sdk/lib/Model/AbstractCustomerActive.php | 6 +++++- .../lib/Model/AbstractCustomerAddressActive.php | 6 +++++- .../lib/Model/AbstractCustomerCommentActive.php | 6 +++++- .../lib/Model/AbstractDebtCollectionCaseUpdate.php | 6 +++++- .../wallee-sdk/lib/Model/AbstractHumanUserUpdate.php | 6 +++++- .../lib/Model/AbstractPaymentLinkUpdate.php | 6 +++++- .../lib/Model/AbstractRefundCommentActive.php | 6 +++++- .../AbstractShopifySubscriptionProductUpdate.php | 6 +++++- .../wallee-sdk/lib/Model/AbstractSpaceUpdate.php | 6 +++++- .../wallee-sdk/lib/Model/AbstractSubscriberUpdate.php | 6 +++++- .../lib/Model/AbstractSubscriptionAffiliateUpdate.php | 6 +++++- .../lib/Model/AbstractSubscriptionMetricUpdate.php | 6 +++++- .../lib/Model/AbstractSubscriptionProductActive.php | 6 +++++- .../wallee-sdk/lib/Model/AbstractTokenUpdate.php | 6 +++++- .../lib/Model/AbstractTransactionCommentActive.php | 6 +++++- .../Model/AbstractTransactionInvoiceCommentActive.php | 6 +++++- .../lib/Model/AbstractTransactionPending.php | 6 +++++- .../lib/Model/AbstractWebhookListenerUpdate.php | 6 +++++- .../wallee-sdk/lib/Model/AbstractWebhookUrlUpdate.php | 6 +++++- .../library/wallee/wallee-sdk/lib/Model/Account.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/AccountCreate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/AccountState.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/AccountType.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/AccountUpdate.php | 6 +++++- .../library/wallee/wallee-sdk/lib/Model/Address.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/AddressCreate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ApplicationUser.php | 6 +++++- .../wallee-sdk/lib/Model/ApplicationUserCreate.php | 6 +++++- .../lib/Model/ApplicationUserCreateWithMacKey.php | 6 +++++- .../wallee-sdk/lib/Model/ApplicationUserUpdate.php | 6 +++++- .../library/wallee/wallee-sdk/lib/Model/Charge.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ChargeAttempt.php | 6 +++++- .../wallee-sdk/lib/Model/ChargeAttemptEnvironment.php | 6 +++++- .../wallee-sdk/lib/Model/ChargeAttemptState.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ChargeFlow.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ChargeFlowLevel.php | 6 +++++- .../lib/Model/ChargeFlowLevelConfiguration.php | 6 +++++- .../lib/Model/ChargeFlowLevelConfigurationType.php | 6 +++++- .../lib/Model/ChargeFlowLevelPaymentLink.php | 6 +++++- .../wallee-sdk/lib/Model/ChargeFlowLevelState.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ChargeState.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ChargeType.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ClientError.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ClientErrorType.php | 6 +++++- .../wallee-sdk/lib/Model/CompletionLineItem.php | 6 +++++- .../wallee-sdk/lib/Model/CompletionLineItemCreate.php | 6 +++++- .../library/wallee/wallee-sdk/lib/Model/Condition.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ConditionType.php | 6 +++++- .../wallee-sdk/lib/Model/ConnectorInvocation.php | 6 +++++- .../wallee-sdk/lib/Model/ConnectorInvocationStage.php | 6 +++++- .../wallee-sdk/lib/Model/CreationEntityState.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/CriteriaOperator.php | 6 +++++- .../library/wallee/wallee-sdk/lib/Model/Customer.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/CustomerActive.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/CustomerAddress.php | 6 +++++- .../wallee-sdk/lib/Model/CustomerAddressActive.php | 6 +++++- .../wallee-sdk/lib/Model/CustomerAddressCreate.php | 6 +++++- .../wallee-sdk/lib/Model/CustomerAddressType.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/CustomerComment.php | 6 +++++- .../wallee-sdk/lib/Model/CustomerCommentActive.php | 6 +++++- .../wallee-sdk/lib/Model/CustomerCommentCreate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/CustomerCreate.php | 6 +++++- .../wallee-sdk/lib/Model/CustomerPostalAddress.php | 6 +++++- .../lib/Model/CustomerPostalAddressCreate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/CustomersPresence.php | 6 +++++- .../wallee-sdk/lib/Model/DataCollectionType.php | 6 +++++- .../wallee-sdk/lib/Model/DatabaseTranslatedString.php | 6 +++++- .../lib/Model/DatabaseTranslatedStringCreate.php | 6 +++++- .../lib/Model/DatabaseTranslatedStringItem.php | 6 +++++- .../lib/Model/DatabaseTranslatedStringItemCreate.php | 6 +++++- .../wallee-sdk/lib/Model/DebtCollectionCase.php | 6 +++++- .../wallee-sdk/lib/Model/DebtCollectionCaseCreate.php | 6 +++++- .../lib/Model/DebtCollectionCaseDocument.php | 6 +++++- .../wallee-sdk/lib/Model/DebtCollectionCaseSource.php | 6 +++++- .../wallee-sdk/lib/Model/DebtCollectionCaseState.php | 6 +++++- .../wallee-sdk/lib/Model/DebtCollectionCaseUpdate.php | 6 +++++- .../lib/Model/DebtCollectionEnvironment.php | 6 +++++- .../wallee-sdk/lib/Model/DebtCollectionReceipt.php | 6 +++++- .../lib/Model/DebtCollectionReceiptSource.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/DebtCollector.php | 6 +++++- .../wallee-sdk/lib/Model/DebtCollectorCondition.php | 6 +++++- .../lib/Model/DebtCollectorConditionType.php | 6 +++++- .../lib/Model/DebtCollectorConfiguration.php | 6 +++++- .../wallee-sdk/lib/Model/DeliveryIndication.php | 6 +++++- .../lib/Model/DeliveryIndicationDecisionReason.php | 6 +++++- .../wallee-sdk/lib/Model/DeliveryIndicationState.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/DocumentTemplate.php | 6 +++++- .../wallee-sdk/lib/Model/DocumentTemplateType.php | 6 +++++- .../lib/Model/DocumentTemplateTypeGroup.php | 6 +++++- .../wallee-sdk/lib/Model/EntityExportRequest.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/EntityQuery.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/EntityQueryFilter.php | 6 +++++- .../wallee-sdk/lib/Model/EntityQueryFilterType.php | 6 +++++- .../wallee-sdk/lib/Model/EntityQueryOrderBy.php | 6 +++++- .../wallee-sdk/lib/Model/EntityQueryOrderByType.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/Environment.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/FailureCategory.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/FailureReason.php | 6 +++++- .../library/wallee/wallee-sdk/lib/Model/Feature.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/FeatureCategory.php | 6 +++++- .../library/wallee/wallee-sdk/lib/Model/Gender.php | 6 +++++- .../library/wallee/wallee-sdk/lib/Model/HumanUser.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/HumanUserCreate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/HumanUserUpdate.php | 6 +++++- .../lib/Model/InstallmentCalculatedPlan.php | 6 +++++- .../lib/Model/InstallmentCalculatedSlice.php | 6 +++++- .../wallee-sdk/lib/Model/InstallmentPayment.php | 6 +++++- .../wallee-sdk/lib/Model/InstallmentPaymentSlice.php | 6 +++++- .../lib/Model/InstallmentPaymentSliceState.php | 6 +++++- .../wallee-sdk/lib/Model/InstallmentPaymentState.php | 6 +++++- .../lib/Model/InstallmentPlanConfiguration.php | 6 +++++- .../lib/Model/InstallmentPlanSliceConfiguration.php | 6 +++++- .../library/wallee/wallee-sdk/lib/Model/Label.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/LabelDescriptor.php | 6 +++++- .../wallee-sdk/lib/Model/LabelDescriptorCategory.php | 6 +++++- .../wallee-sdk/lib/Model/LabelDescriptorGroup.php | 6 +++++- .../wallee-sdk/lib/Model/LabelDescriptorType.php | 6 +++++- .../wallee-sdk/lib/Model/LegalOrganizationForm.php | 6 +++++- .../library/wallee/wallee-sdk/lib/Model/LineItem.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/LineItemAttribute.php | 6 +++++- .../wallee-sdk/lib/Model/LineItemAttributeCreate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/LineItemCreate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/LineItemReduction.php | 6 +++++- .../wallee-sdk/lib/Model/LineItemReductionCreate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/LineItemType.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/LocalizedString.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ManualTask.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ManualTaskAction.php | 6 +++++- .../wallee-sdk/lib/Model/ManualTaskActionStyle.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ManualTaskState.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ManualTaskType.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/MetricUsage.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ModelResourcePath.php | 6 +++++- .../wallee-sdk/lib/Model/OneClickPaymentMode.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/PaymentConnector.php | 6 +++++- .../lib/Model/PaymentConnectorConfiguration.php | 6 +++++- .../wallee-sdk/lib/Model/PaymentConnectorFeature.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/PaymentContract.php | 6 +++++- .../wallee-sdk/lib/Model/PaymentContractState.php | 6 +++++- .../wallee-sdk/lib/Model/PaymentContractType.php | 6 +++++- .../wallee-sdk/lib/Model/PaymentInformationHash.php | 6 +++++- .../lib/Model/PaymentInformationHashType.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/PaymentLink.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/PaymentLinkActive.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/PaymentLinkCreate.php | 6 +++++- .../lib/Model/PaymentLinkProtectionMode.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/PaymentLinkUpdate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/PaymentMethod.php | 6 +++++- .../wallee-sdk/lib/Model/PaymentMethodBrand.php | 6 +++++- .../lib/Model/PaymentMethodConfiguration.php | 6 +++++- .../wallee-sdk/lib/Model/PaymentPrimaryRiskTaker.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/PaymentProcessor.php | 6 +++++- .../lib/Model/PaymentProcessorConfiguration.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/PaymentTerminal.php | 6 +++++- .../wallee-sdk/lib/Model/PaymentTerminalAddress.php | 6 +++++- .../lib/Model/PaymentTerminalConfiguration.php | 6 +++++- .../lib/Model/PaymentTerminalConfigurationState.php | 6 +++++- .../lib/Model/PaymentTerminalConfigurationVersion.php | 6 +++++- .../PaymentTerminalConfigurationVersionState.php | 6 +++++- .../lib/Model/PaymentTerminalContactAddress.php | 6 +++++- .../wallee-sdk/lib/Model/PaymentTerminalLocation.php | 6 +++++- .../lib/Model/PaymentTerminalLocationState.php | 6 +++++- .../lib/Model/PaymentTerminalLocationVersion.php | 6 +++++- .../lib/Model/PaymentTerminalLocationVersionState.php | 6 +++++- .../wallee-sdk/lib/Model/PaymentTerminalState.php | 6 +++++- .../wallee-sdk/lib/Model/PaymentTerminalType.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/Permission.php | 6 +++++- .../lib/Model/PersistableCurrencyAmount.php | 6 +++++- .../lib/Model/PersistableCurrencyAmountUpdate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ProductFeeType.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ProductMeteredFee.php | 6 +++++- .../wallee-sdk/lib/Model/ProductMeteredFeeUpdate.php | 6 +++++- .../wallee-sdk/lib/Model/ProductMeteredTierFee.php | 6 +++++- .../lib/Model/ProductMeteredTierFeeUpdate.php | 6 +++++- .../lib/Model/ProductMeteredTierPricing.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ProductPeriodFee.php | 6 +++++- .../wallee-sdk/lib/Model/ProductPeriodFeeUpdate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ProductSetupFee.php | 6 +++++- .../wallee-sdk/lib/Model/ProductSetupFeeUpdate.php | 6 +++++- .../library/wallee/wallee-sdk/lib/Model/Refund.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/RefundComment.php | 6 +++++- .../wallee-sdk/lib/Model/RefundCommentActive.php | 6 +++++- .../wallee-sdk/lib/Model/RefundCommentCreate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/RefundCreate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/RefundState.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/RefundType.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/RenderedDocument.php | 6 +++++- .../wallee-sdk/lib/Model/RenderedTerminalReceipt.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ResourceState.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/RestAddressFormat.php | 6 +++++- .../wallee-sdk/lib/Model/RestAddressFormatField.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/RestCountry.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/RestCountryState.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/RestCurrency.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/RestLanguage.php | 6 +++++- .../library/wallee/wallee-sdk/lib/Model/Role.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/SalesChannel.php | 6 +++++- .../library/wallee/wallee-sdk/lib/Model/Scope.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ServerError.php | 6 +++++- .../lib/Model/ShopifyAdditionalLineItemData.php | 6 +++++- .../wallee-sdk/lib/Model/ShopifyIntegration.php | 6 +++++- .../lib/Model/ShopifyIntegrationPaymentAppVersion.php | 6 +++++- .../ShopifyIntegrationSubscriptionAppVersion.php | 6 +++++- .../wallee-sdk/lib/Model/ShopifyRecurringOrder.php | 6 +++++- .../lib/Model/ShopifyRecurringOrderState.php | 6 +++++- .../lib/Model/ShopifyRecurringOrderUpdateRequest.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ShopifySubscriber.php | 6 +++++- .../lib/Model/ShopifySubscriberCreation.php | 6 +++++- .../wallee-sdk/lib/Model/ShopifySubscriberState.php | 6 +++++- .../wallee-sdk/lib/Model/ShopifySubscription.php | 6 +++++- .../lib/Model/ShopifySubscriptionAddress.php | 6 +++++- .../lib/Model/ShopifySubscriptionAddressCreate.php | 6 +++++- .../Model/ShopifySubscriptionBillingIntervalUnit.php | 6 +++++- .../lib/Model/ShopifySubscriptionCreationRequest.php | 6 +++++- .../ShopifySubscriptionModelBillingConfiguration.php | 6 +++++- .../lib/Model/ShopifySubscriptionModelItem.php | 6 +++++- .../lib/Model/ShopifySubscriptionModelTaxLine.php | 6 +++++- .../lib/Model/ShopifySubscriptionProduct.php | 6 +++++- .../lib/Model/ShopifySubscriptionProductCreate.php | 6 +++++- .../Model/ShopifySubscriptionProductPricingOption.php | 6 +++++- .../lib/Model/ShopifySubscriptionProductState.php | 6 +++++- .../lib/Model/ShopifySubscriptionProductUpdate.php | 6 +++++- .../wallee-sdk/lib/Model/ShopifySubscriptionState.php | 6 +++++- .../lib/Model/ShopifySubscriptionSuspension.php | 6 +++++- .../lib/Model/ShopifySubscriptionSuspensionCreate.php | 6 +++++- .../Model/ShopifySubscriptionSuspensionInitiator.php | 6 +++++- .../lib/Model/ShopifySubscriptionSuspensionState.php | 6 +++++- .../lib/Model/ShopifySubscriptionSuspensionType.php | 6 +++++- .../ShopifySubscriptionUpdateAddressesRequest.php | 6 +++++- .../lib/Model/ShopifySubscriptionUpdateRequest.php | 6 +++++- .../lib/Model/ShopifySubscriptionVersion.php | 6 +++++- .../lib/Model/ShopifySubscriptionVersionItem.php | 6 +++++- .../ShopifySubscriptionVersionItemPriceStrategy.php | 6 +++++- .../lib/Model/ShopifySubscriptionVersionState.php | 6 +++++- .../lib/Model/ShopifySubscriptionWeekday.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/ShopifyTaxLine.php | 6 +++++- .../wallee-sdk/lib/Model/ShopifyTransaction.php | 6 +++++- .../wallee-sdk/lib/Model/ShopifyTransactionState.php | 6 +++++- .../library/wallee/wallee-sdk/lib/Model/Space.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/SpaceAddress.php | 6 +++++- .../wallee-sdk/lib/Model/SpaceAddressCreate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/SpaceCreate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/SpaceReference.php | 6 +++++- .../wallee-sdk/lib/Model/SpaceReferenceState.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/SpaceUpdate.php | 6 +++++- .../library/wallee/wallee-sdk/lib/Model/SpaceView.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/StaticValue.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/Subscriber.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/SubscriberActive.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/SubscriberCreate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/SubscriberUpdate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/Subscription.php | 6 +++++- .../wallee-sdk/lib/Model/SubscriptionAffiliate.php | 6 +++++- .../lib/Model/SubscriptionAffiliateCreate.php | 6 +++++- .../lib/Model/SubscriptionAffiliateDeleted.php | 6 +++++- .../lib/Model/SubscriptionAffiliateDeleting.php | 6 +++++- .../lib/Model/SubscriptionAffiliateInactive.php | 6 +++++- .../lib/Model/SubscriptionAffiliateUpdate.php | 6 +++++- .../lib/Model/SubscriptionChangeRequest.php | 6 +++++- .../wallee-sdk/lib/Model/SubscriptionCharge.php | 6 +++++- .../wallee-sdk/lib/Model/SubscriptionChargeCreate.php | 6 +++++- .../lib/Model/SubscriptionChargeProcessingType.php | 6 +++++- .../wallee-sdk/lib/Model/SubscriptionChargeState.php | 6 +++++- .../wallee-sdk/lib/Model/SubscriptionChargeType.php | 6 +++++- .../lib/Model/SubscriptionComponentConfiguration.php | 6 +++++- .../SubscriptionComponentReferenceConfiguration.php | 6 +++++- .../lib/Model/SubscriptionCreateRequest.php | 6 +++++- .../wallee-sdk/lib/Model/SubscriptionLedgerEntry.php | 6 +++++- .../lib/Model/SubscriptionLedgerEntryCreate.php | 6 +++++- .../lib/Model/SubscriptionLedgerEntryState.php | 6 +++++- .../wallee-sdk/lib/Model/SubscriptionMetric.php | 6 +++++- .../wallee-sdk/lib/Model/SubscriptionMetricActive.php | 6 +++++- .../wallee-sdk/lib/Model/SubscriptionMetricCreate.php | 6 +++++- .../wallee-sdk/lib/Model/SubscriptionMetricType.php | 6 +++++- .../wallee-sdk/lib/Model/SubscriptionMetricUpdate.php | 6 +++++- .../lib/Model/SubscriptionMetricUsageReport.php | 6 +++++- .../lib/Model/SubscriptionMetricUsageReportCreate.php | 6 +++++- .../wallee-sdk/lib/Model/SubscriptionPending.php | 6 +++++- .../wallee-sdk/lib/Model/SubscriptionPeriodBill.php | 6 +++++- .../lib/Model/SubscriptionPeriodBillState.php | 6 +++++- .../wallee-sdk/lib/Model/SubscriptionProduct.php | 6 +++++- .../lib/Model/SubscriptionProductActive.php | 6 +++++- .../lib/Model/SubscriptionProductComponent.php | 6 +++++- .../lib/Model/SubscriptionProductComponentGroup.php | 6 +++++- .../Model/SubscriptionProductComponentGroupUpdate.php | 6 +++++- .../Model/SubscriptionProductComponentReference.php | 6 +++++- .../SubscriptionProductComponentReferenceState.php | 6 +++++- .../lib/Model/SubscriptionProductComponentUpdate.php | 6 +++++- .../lib/Model/SubscriptionProductCreate.php | 6 +++++- .../lib/Model/SubscriptionProductRetirement.php | 6 +++++- .../lib/Model/SubscriptionProductRetirementCreate.php | 6 +++++- .../wallee-sdk/lib/Model/SubscriptionProductState.php | 6 +++++- .../lib/Model/SubscriptionProductVersion.php | 6 +++++- .../lib/Model/SubscriptionProductVersionPending.php | 6 +++++- .../Model/SubscriptionProductVersionRetirement.php | 6 +++++- .../SubscriptionProductVersionRetirementCreate.php | 6 +++++- .../lib/Model/SubscriptionProductVersionState.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/SubscriptionState.php | 6 +++++- .../wallee-sdk/lib/Model/SubscriptionSuspension.php | 6 +++++- .../lib/Model/SubscriptionSuspensionAction.php | 6 +++++- .../lib/Model/SubscriptionSuspensionCreate.php | 6 +++++- .../lib/Model/SubscriptionSuspensionReason.php | 6 +++++- .../lib/Model/SubscriptionSuspensionRunning.php | 6 +++++- .../lib/Model/SubscriptionSuspensionState.php | 6 +++++- .../wallee-sdk/lib/Model/SubscriptionUpdate.php | 6 +++++- .../wallee-sdk/lib/Model/SubscriptionVersion.php | 6 +++++- .../wallee-sdk/lib/Model/SubscriptionVersionState.php | 6 +++++- .../library/wallee/wallee-sdk/lib/Model/Tax.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/TaxCalculation.php | 6 +++++- .../library/wallee/wallee-sdk/lib/Model/TaxClass.php | 6 +++++- .../library/wallee/wallee-sdk/lib/Model/TaxCreate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/TenantDatabase.php | 6 +++++- .../library/wallee/wallee-sdk/lib/Model/Token.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/TokenCreate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/TokenUpdate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/TokenVersion.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/TokenVersionState.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/TokenVersionType.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/TokenizationMode.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/Transaction.php | 6 +++++- .../wallee-sdk/lib/Model/TransactionAwareEntity.php | 6 +++++- .../wallee-sdk/lib/Model/TransactionComment.php | 6 +++++- .../wallee-sdk/lib/Model/TransactionCommentActive.php | 6 +++++- .../wallee-sdk/lib/Model/TransactionCommentCreate.php | 6 +++++- .../wallee-sdk/lib/Model/TransactionCompletion.php | 6 +++++- .../lib/Model/TransactionCompletionBehavior.php | 6 +++++- .../lib/Model/TransactionCompletionMode.php | 6 +++++- .../lib/Model/TransactionCompletionRequest.php | 6 +++++- .../lib/Model/TransactionCompletionState.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/TransactionCreate.php | 6 +++++- .../Model/TransactionEnvironmentSelectionStrategy.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/TransactionGroup.php | 6 +++++- .../wallee-sdk/lib/Model/TransactionGroupState.php | 6 +++++- .../wallee-sdk/lib/Model/TransactionInvoice.php | 6 +++++- .../lib/Model/TransactionInvoiceComment.php | 6 +++++- .../lib/Model/TransactionInvoiceCommentActive.php | 6 +++++- .../lib/Model/TransactionInvoiceCommentCreate.php | 6 +++++- .../lib/Model/TransactionInvoiceReplacement.php | 6 +++++- .../wallee-sdk/lib/Model/TransactionInvoiceState.php | 6 +++++- .../lib/Model/TransactionLineItemUpdateRequest.php | 6 +++++- .../lib/Model/TransactionLineItemVersion.php | 6 +++++- .../wallee-sdk/lib/Model/TransactionPending.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/TransactionState.php | 6 +++++- .../lib/Model/TransactionUserInterfaceType.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/TransactionVoid.php | 6 +++++- .../wallee-sdk/lib/Model/TransactionVoidMode.php | 6 +++++- .../wallee-sdk/lib/Model/TransactionVoidState.php | 6 +++++- .../lib/Model/TwoFactorAuthenticationType.php | 6 +++++- .../wallee-sdk/lib/Model/UnencryptedCardData.php | 6 +++++- .../lib/Model/UnencryptedCardDataCreate.php | 6 +++++- .../library/wallee/wallee-sdk/lib/Model/User.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/UserAccountRole.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/UserSpaceRole.php | 6 +++++- .../library/wallee/wallee-sdk/lib/Model/UserType.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/WebhookIdentity.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/WebhookListener.php | 6 +++++- .../wallee-sdk/lib/Model/WebhookListenerCreate.php | 6 +++++- .../wallee-sdk/lib/Model/WebhookListenerEntity.php | 6 +++++- .../wallee-sdk/lib/Model/WebhookListenerUpdate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/WebhookUrl.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/WebhookUrlCreate.php | 6 +++++- .../wallee/wallee-sdk/lib/Model/WebhookUrlUpdate.php | 6 +++++- .../wallee/wallee-sdk/lib/ObjectSerializer.php | 5 ++++- .../wallee/wallee-sdk/lib/Service/AccountService.php | 5 ++++- .../wallee-sdk/lib/Service/ApplicationUserService.php | 5 ++++- .../wallee-sdk/lib/Service/CardProcessingService.php | 5 ++++- .../wallee-sdk/lib/Service/ChargeAttemptService.php | 5 ++++- .../lib/Service/ChargeFlowLevelPaymentLinkService.php | 5 ++++- .../wallee-sdk/lib/Service/ChargeFlowLevelService.php | 5 ++++- .../wallee-sdk/lib/Service/ChargeFlowService.php | 5 ++++- .../wallee-sdk/lib/Service/ConditionTypeService.php | 5 ++++- .../wallee/wallee-sdk/lib/Service/CountryService.php | 5 ++++- .../wallee-sdk/lib/Service/CountryStateService.php | 5 ++++- .../wallee/wallee-sdk/lib/Service/CurrencyService.php | 5 ++++- .../wallee-sdk/lib/Service/CustomerAddressService.php | 5 ++++- .../wallee-sdk/lib/Service/CustomerCommentService.php | 5 ++++- .../wallee/wallee-sdk/lib/Service/CustomerService.php | 5 ++++- .../lib/Service/DebtCollectionCaseService.php | 5 ++++- .../lib/Service/DebtCollectorConfigurationService.php | 5 ++++- .../wallee-sdk/lib/Service/DebtCollectorService.php | 5 ++++- .../lib/Service/DeliveryIndicationService.php | 5 ++++- .../lib/Service/DocumentTemplateService.php | 5 ++++- .../lib/Service/DocumentTemplateTypeService.php | 5 ++++- .../wallee-sdk/lib/Service/HumanUserService.php | 5 ++++- .../lib/Service/InstallmentPaymentService.php | 5 ++++- .../lib/Service/InstallmentPaymentSliceService.php | 5 ++++- .../lib/Service/InstallmentPlanCalculationService.php | 5 ++++- .../Service/InstallmentPlanConfigurationService.php | 5 ++++- .../InstallmentPlanSliceConfigurationService.php | 5 ++++- .../lib/Service/LabelDescriptionGroupService.php | 5 ++++- .../lib/Service/LabelDescriptionService.php | 5 ++++- .../wallee/wallee-sdk/lib/Service/LanguageService.php | 5 ++++- .../lib/Service/LegalOrganizationFormService.php | 5 ++++- .../wallee-sdk/lib/Service/ManualTaskService.php | 5 ++++- .../wallee-sdk/lib/Service/MerticUsageService.php | 5 ++++- .../Service/PaymentConnectorConfigurationService.php | 5 ++++- .../lib/Service/PaymentConnectorService.php | 5 ++++- .../wallee-sdk/lib/Service/PaymentLinkService.php | 5 ++++- .../lib/Service/PaymentMethodBrandService.php | 5 ++++- .../lib/Service/PaymentMethodConfigurationService.php | 5 ++++- .../wallee-sdk/lib/Service/PaymentMethodService.php | 5 ++++- .../Service/PaymentProcessorConfigurationService.php | 5 ++++- .../lib/Service/PaymentProcessorService.php | 5 ++++- .../wallee-sdk/lib/Service/PaymentTerminalService.php | 5 ++++- .../lib/Service/PaymentTerminalTillService.php | 5 ++++- .../wallee-sdk/lib/Service/PermissionService.php | 5 ++++- .../wallee-sdk/lib/Service/RefundCommentService.php | 5 ++++- .../wallee/wallee-sdk/lib/Service/RefundService.php | 5 ++++- .../lib/Service/ShopifyRecurringOrderService.php | 5 ++++- .../lib/Service/ShopifySubscriberService.php | 5 ++++- .../lib/Service/ShopifySubscriptionProductService.php | 5 ++++- .../lib/Service/ShopifySubscriptionService.php | 5 ++++- .../Service/ShopifySubscriptionSuspensionService.php | 5 ++++- .../lib/Service/ShopifySubscriptionVersionService.php | 5 ++++- .../lib/Service/ShopifyTransactionService.php | 5 ++++- .../wallee/wallee-sdk/lib/Service/SpaceService.php | 5 ++++- .../wallee-sdk/lib/Service/StaticValueService.php | 5 ++++- .../wallee-sdk/lib/Service/SubscriberService.php | 5 ++++- .../lib/Service/SubscriptionAffiliateService.php | 5 ++++- .../lib/Service/SubscriptionChargeService.php | 5 ++++- .../lib/Service/SubscriptionLedgerEntryService.php | 5 ++++- .../lib/Service/SubscriptionMetricService.php | 5 ++++- .../lib/Service/SubscriptionMetricUsageService.php | 5 ++++- .../lib/Service/SubscriptionPeriodBillService.php | 5 ++++- .../SubscriptionProductComponentGroupService.php | 5 ++++- .../Service/SubscriptionProductComponentService.php | 5 ++++- .../lib/Service/SubscriptionProductFeeTierService.php | 5 ++++- .../Service/SubscriptionProductMeteredFeeService.php | 5 ++++- .../Service/SubscriptionProductPeriodFeeService.php | 5 ++++- .../Service/SubscriptionProductRetirementService.php | 5 ++++- .../lib/Service/SubscriptionProductService.php | 5 ++++- .../Service/SubscriptionProductSetupFeeService.php | 5 ++++- .../SubscriptionProductVersionRetirementService.php | 5 ++++- .../lib/Service/SubscriptionProductVersionService.php | 5 ++++- .../wallee-sdk/lib/Service/SubscriptionService.php | 5 ++++- .../lib/Service/SubscriptionSuspensionService.php | 5 ++++- .../lib/Service/SubscriptionVersionService.php | 5 ++++- .../wallee/wallee-sdk/lib/Service/TokenService.php | 5 ++++- .../wallee-sdk/lib/Service/TokenVersionService.php | 5 ++++- .../lib/Service/TransactionCommentService.php | 5 ++++- .../lib/Service/TransactionCompletionService.php | 5 ++++- .../lib/Service/TransactionIframeService.php | 5 ++++- .../lib/Service/TransactionInvoiceCommentService.php | 5 ++++- .../lib/Service/TransactionInvoiceService.php | 5 ++++- .../lib/Service/TransactionLightboxService.php | 5 ++++- .../lib/Service/TransactionMobileSdkService.php | 5 ++++- .../lib/Service/TransactionPaymentPageService.php | 5 ++++- .../wallee-sdk/lib/Service/TransactionService.php | 5 ++++- .../lib/Service/TransactionTerminalService.php | 5 ++++- .../wallee-sdk/lib/Service/TransactionVoidService.php | 5 ++++- .../wallee-sdk/lib/Service/UserAccountRoleService.php | 5 ++++- .../wallee-sdk/lib/Service/UserSpaceRoleService.php | 5 ++++- .../wallee-sdk/lib/Service/WebhookListenerService.php | 5 ++++- .../wallee-sdk/lib/Service/WebhookUrlService.php | 5 ++++- .../wallee/wallee-sdk/lib/ValidationException.php | 4 +++- .../wallee/wallee-sdk/lib/VersioningException.php | 4 +++- .../library/wallee/wallee-sdk/test/ApiClientTest.php | 6 +++++- .../wallee/wallee-sdk/test/RefundServiceTest.php | 4 +++- .../test/TransactionCompletionServiceTest.php | 4 +++- .../test/TransactionLightboxServiceTest.php | 4 +++- .../test/TransactionPaymentPageServiceTest.php | 4 +++- .../wallee/wallee-sdk/test/TransactionServiceTest.php | 5 ++++- .../library/wallee/webhook/abstract_order_related.php | 9 +++++++++ .../library/wallee/webhook/abstract_webhook.php | 9 +++++++++ .../library/wallee/webhook/delivery_indication.php | 9 +++++++++ upload/system/library/wallee/webhook/entity.php | 9 +++++++++ upload/system/library/wallee/webhook/manual_task.php | 9 +++++++++ .../library/wallee/webhook/method_configuration.php | 9 +++++++++ upload/system/library/wallee/webhook/request.php | 9 +++++++++ upload/system/library/wallee/webhook/token.php | 9 +++++++++ .../system/library/wallee/webhook/token_version.php | 9 +++++++++ upload/system/library/wallee/webhook/transaction.php | 9 +++++++++ .../library/wallee/webhook/transaction_completion.php | 9 +++++++++ .../library/wallee/webhook/transaction_refund.php | 9 +++++++++ .../library/wallee/webhook/transaction_void.php | 9 +++++++++ 580 files changed, 3081 insertions(+), 499 deletions(-) rename LICENSE => LICENSE.txt (99%) diff --git a/LICENSE b/LICENSE.txt similarity index 99% rename from LICENSE rename to LICENSE.txt index 261eeb9..613fd5a 100644 --- a/LICENSE +++ b/LICENSE.txt @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2024 wallee AG Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 0adc2d8..c0b3608 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This repository contains the OpenCart wallee payment module that enables the sh ## Documentation -* [English](https://plugin-documentation.wallee.com/wallee-payment/opencart-2.2/1.0.56/docs/en/documentation.html) +* [English](https://plugin-documentation.wallee.com/wallee-payment/opencart-2.2/1.0.57/docs/en/documentation.html) ## Support @@ -21,4 +21,4 @@ Support queries can be issued on the [wallee support site](https://app-wallee.co ## License -Please see the [license file](https://github.com/wallee-payment/opencart-2.2/blob/1.0.56/LICENSE) for more information. \ No newline at end of file +Please see the [license file](https://github.com/wallee-payment/opencart-2.2/blob/1.0.57/LICENSE) for more information. \ No newline at end of file diff --git a/docs/en/documentation.html b/docs/en/documentation.html index abe2653..cf63068 100644 --- a/docs/en/documentation.html +++ b/docs/en/documentation.html @@ -4,7 +4,8 @@ - + + wallee Opencart 2.2 @@ -22,7 +23,7 @@

Documentation

  • - + Source
  • @@ -49,7 +50,7 @@

    1. -

      Download the extension.

      +

      Download the extension.

    2. Extract the files and upload the content of the Upload directory into the root directory of your store using FTP/SSH.

      diff --git a/upload/admin/controller/extension/wallee/alert.php b/upload/admin/controller/extension/wallee/alert.php index 5c70cf7..1a222c6 100644 --- a/upload/admin/controller/extension/wallee/alert.php +++ b/upload/admin/controller/extension/wallee/alert.php @@ -1,4 +1,13 @@
      -

      1.0.56

      +

      1.0.57

    -

    2023/08/03 12:11:05

    +

    2024/01/24 10:15:46

    diff --git a/upload/catalog/controller/extension/wallee/address.php b/upload/catalog/controller/extension/wallee/address.php index a0404c4..0661686 100644 --- a/upload/catalog/controller/extension/wallee/address.php +++ b/upload/catalog/controller/extension/wallee/address.php @@ -1,4 +1,13 @@ wallee administration: complete, refund and void from the OpenCart backend. 1.1.0 - Customweb GmbH + wallee AG http://github.com/wallee-payment/opencart diff --git a/upload/system/library/wallee/modification/WalleeAlerts.ocmod.xml b/upload/system/library/wallee/modification/WalleeAlerts.ocmod.xml index 2b4498f..7c4dfb8 100644 --- a/upload/system/library/wallee/modification/WalleeAlerts.ocmod.xml +++ b/upload/system/library/wallee/modification/WalleeAlerts.ocmod.xml @@ -3,7 +3,7 @@ WalleeAlerts wallee alerts: show open manual tasks and failed jobs. 1.1.0 - Customweb GmbH + wallee AG http://github.com/wallee-payment/opencart diff --git a/upload/system/library/wallee/modification/WalleeCore.ocmod.xml b/upload/system/library/wallee/modification/WalleeCore.ocmod.xml index 9a62ef9..d10f9fc 100644 --- a/upload/system/library/wallee/modification/WalleeCore.ocmod.xml +++ b/upload/system/library/wallee/modification/WalleeCore.ocmod.xml @@ -4,7 +4,7 @@ wallee core: load payment methods. 1.1.2 - Customweb GmbH + wallee AG http://github.com/wallee-payment/opencart diff --git a/upload/system/library/wallee/modification/WalleeEvents.ocmod.xml b/upload/system/library/wallee/modification/WalleeEvents.ocmod.xml index ccbad4a..3850dd1 100644 --- a/upload/system/library/wallee/modification/WalleeEvents.ocmod.xml +++ b/upload/system/library/wallee/modification/WalleeEvents.ocmod.xml @@ -4,7 +4,7 @@ wallee events: handle events unavailable in Opencart 2.0.x and 2.1.x. 1.1.0 - Customweb GmbH + wallee AG http://github.com/wallee-payment/opencart diff --git a/upload/system/library/wallee/modification/WalleeFrontendPdf.ocmod.xml b/upload/system/library/wallee/modification/WalleeFrontendPdf.ocmod.xml index 8699ebb..70bc026 100644 --- a/upload/system/library/wallee/modification/WalleeFrontendPdf.ocmod.xml +++ b/upload/system/library/wallee/modification/WalleeFrontendPdf.ocmod.xml @@ -4,7 +4,7 @@ wallee customer pdf: Allow customers to download invoices and packing slips. 1.1.0 - Customweb GmbH + wallee AG http://github.com/wallee-payment/opencart diff --git a/upload/system/library/wallee/modification/WalleePreventConfirmationEmail.ocmod.xml b/upload/system/library/wallee/modification/WalleePreventConfirmationEmail.ocmod.xml index b13014d..8e99236 100644 --- a/upload/system/library/wallee/modification/WalleePreventConfirmationEmail.ocmod.xml +++ b/upload/system/library/wallee/modification/WalleePreventConfirmationEmail.ocmod.xml @@ -3,7 +3,7 @@ WalleePreventConfirmationEmail wallee email: prevent confirmation email. 1.0.1 - Customweb GmbH + wallee AG http://github.com/wallee-payment/opencart diff --git a/upload/system/library/wallee/modification/WalleeQuickCheckoutCompatibility.ocmod.xml b/upload/system/library/wallee/modification/WalleeQuickCheckoutCompatibility.ocmod.xml index ec17804..ed47623 100644 --- a/upload/system/library/wallee/modification/WalleeQuickCheckoutCompatibility.ocmod.xml +++ b/upload/system/library/wallee/modification/WalleeQuickCheckoutCompatibility.ocmod.xml @@ -4,7 +4,7 @@ wallee compatibility: patch for Ajax Quick Checkout. 1.0.2 - Customweb GmbH + wallee AG http://github.com/wallee-payment/opencart diff --git a/upload/system/library/wallee/modification/WalleeTransactionView.ocmod.xml b/upload/system/library/wallee/modification/WalleeTransactionView.ocmod.xml index 725aff9..64c0272 100644 --- a/upload/system/library/wallee/modification/WalleeTransactionView.ocmod.xml +++ b/upload/system/library/wallee/modification/WalleeTransactionView.ocmod.xml @@ -4,7 +4,7 @@ wallee transaction view: List transactions in the opencart backend. 1.0.0 - Customweb GmbH + wallee AG http://github.com/wallee-payment/opencart diff --git a/upload/system/library/wallee/modification/WalleeXFeeProCompatibility.ocmod.xml b/upload/system/library/wallee/modification/WalleeXFeeProCompatibility.ocmod.xml index 043fc94..d189229 100644 --- a/upload/system/library/wallee/modification/WalleeXFeeProCompatibility.ocmod.xml +++ b/upload/system/library/wallee/modification/WalleeXFeeProCompatibility.ocmod.xml @@ -4,7 +4,7 @@ wallee compatibility: patch for X-fee Pro. 1.0.0 - Customweb GmbH + wallee AG http://github.com/wallee-payment/opencart diff --git a/upload/system/library/wallee/provider/abstract_provider.php b/upload/system/library/wallee/provider/abstract_provider.php index b290cb0..93e2da9 100644 --- a/upload/system/library/wallee/provider/abstract_provider.php +++ b/upload/system/library/wallee/provider/abstract_provider.php @@ -1,4 +1,13 @@ responseObject; } } + } +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/ApiResponse.php b/upload/system/library/wallee/wallee-sdk/lib/ApiResponse.php index f0efcd0..fad01a8 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/ApiResponse.php +++ b/upload/system/library/wallee/wallee-sdk/lib/ApiResponse.php @@ -25,7 +25,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ApiResponse { @@ -91,4 +91,6 @@ public function getData() { return $this->data; } +} } + } \ No newline at end of file diff --git a/upload/system/library/wallee/wallee-sdk/lib/Configuration.php b/upload/system/library/wallee/wallee-sdk/lib/Configuration.php index 03a1afa..fae681a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Configuration.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Configuration.php @@ -26,7 +26,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Configuration @@ -420,3 +420,5 @@ public function getApiKeyWithPrefix($apiKeyIdentifier) return $keyWithPrefix; } } + } +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/HeaderSelector.php b/upload/system/library/wallee/wallee-sdk/lib/HeaderSelector.php index 2230990..ad14a75 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/HeaderSelector.php +++ b/upload/system/library/wallee/wallee-sdk/lib/HeaderSelector.php @@ -26,7 +26,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class HeaderSelector @@ -98,3 +98,5 @@ private function selectContentTypeHeader($contentType) } } } + } +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Http/ConnectionException.php b/upload/system/library/wallee/wallee-sdk/lib/Http/ConnectionException.php index 31c1bc2..6319fa2 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Http/ConnectionException.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Http/ConnectionException.php @@ -27,7 +27,7 @@ * * @category Class * @package Wallee\Sdk\Http - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ final class ConnectionException extends Exception { @@ -96,3 +96,6 @@ public function getErrorMessage() { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Http/CurlHttpClient.php b/upload/system/library/wallee/wallee-sdk/lib/Http/CurlHttpClient.php index b42b9ba..128cdab 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Http/CurlHttpClient.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Http/CurlHttpClient.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk\Http - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ final class CurlHttpClient implements IHttpClient { @@ -145,3 +145,6 @@ private function handleResponse(ApiClient $apiClient, HttpRequest $request, $cur } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Http/HttpClientFactory.php b/upload/system/library/wallee/wallee-sdk/lib/Http/HttpClientFactory.php index 336942b..1a723e1 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Http/HttpClientFactory.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Http/HttpClientFactory.php @@ -25,7 +25,7 @@ * * @category Class * @package Wallee\Sdk\Http - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ final class HttpClientFactory { @@ -97,3 +97,6 @@ private function getClientInternal($type = null) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Http/HttpRequest.php b/upload/system/library/wallee/wallee-sdk/lib/Http/HttpRequest.php index 5e374ac..8d464f7 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Http/HttpRequest.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Http/HttpRequest.php @@ -27,7 +27,7 @@ * * @category Class * @package Wallee\Sdk\Http - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ final class HttpRequest { @@ -413,3 +413,6 @@ private function getRequestPath($url) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Http/HttpResponse.php b/upload/system/library/wallee/wallee-sdk/lib/Http/HttpResponse.php index a8b75cc..a4886a1 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Http/HttpResponse.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Http/HttpResponse.php @@ -25,7 +25,7 @@ * * @category Class * @package Wallee\Sdk\Http - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ final class HttpResponse { @@ -172,4 +172,6 @@ private function parseStatusLine($line) { $this->statusCode = (int)$result[2]; } +} } + } \ No newline at end of file diff --git a/upload/system/library/wallee/wallee-sdk/lib/Http/IHttpClient.php b/upload/system/library/wallee/wallee-sdk/lib/Http/IHttpClient.php index b728e46..8d65583 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Http/IHttpClient.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Http/IHttpClient.php @@ -27,7 +27,7 @@ * * @category Interface * @package Wallee\Sdk\Http - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ interface IHttpClient { @@ -62,4 +62,6 @@ public function isSupported(); */ public function send(ApiClient $apiClient, HttpRequest $request); +}); + } \ No newline at end of file diff --git a/upload/system/library/wallee/wallee-sdk/lib/Http/SocketHttpClient.php b/upload/system/library/wallee/wallee-sdk/lib/Http/SocketHttpClient.php index 082e3bf..1976fc3 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Http/SocketHttpClient.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Http/SocketHttpClient.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk\Http - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ final class SocketHttpClient implements IHttpClient { @@ -434,3 +434,6 @@ private function readEnvironmentVariable($name){ } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractAccountUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractAccountUpdate.php index cd9b909..a046422 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractAccountUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractAccountUpdate.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractAccountUpdate implements ModelInterface, ArrayAccess @@ -374,3 +374,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractApplicationUserUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractApplicationUserUpdate.php index 7e23015..f6b90e2 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractApplicationUserUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractApplicationUserUpdate.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractApplicationUserUpdate implements ModelInterface, ArrayAccess @@ -367,3 +367,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractCustomerActive.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractCustomerActive.php index c1fa159..cce5ee5 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractCustomerActive.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractCustomerActive.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractCustomerActive implements ModelInterface, ArrayAccess @@ -519,3 +519,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractCustomerAddressActive.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractCustomerAddressActive.php index 1285045..2c5a661 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractCustomerAddressActive.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractCustomerAddressActive.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractCustomerAddressActive implements ModelInterface, ArrayAccess @@ -327,3 +327,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractCustomerCommentActive.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractCustomerCommentActive.php index b2f7fd8..f42c064 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractCustomerCommentActive.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractCustomerCommentActive.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractCustomerCommentActive implements ModelInterface, ArrayAccess @@ -303,3 +303,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractDebtCollectionCaseUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractDebtCollectionCaseUpdate.php index 6cc9b36..310316e 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractDebtCollectionCaseUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractDebtCollectionCaseUpdate.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractDebtCollectionCaseUpdate implements ModelInterface, ArrayAccess @@ -519,3 +519,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractHumanUserUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractHumanUserUpdate.php index 060169a..308f105 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractHumanUserUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractHumanUserUpdate.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractHumanUserUpdate implements ModelInterface, ArrayAccess @@ -551,3 +551,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractPaymentLinkUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractPaymentLinkUpdate.php index b30b281..e11e01e 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractPaymentLinkUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractPaymentLinkUpdate.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractPaymentLinkUpdate implements ModelInterface, ArrayAccess @@ -623,3 +623,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractRefundCommentActive.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractRefundCommentActive.php index e273081..5a9eb07 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractRefundCommentActive.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractRefundCommentActive.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractRefundCommentActive implements ModelInterface, ArrayAccess @@ -303,3 +303,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractShopifySubscriptionProductUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractShopifySubscriptionProductUpdate.php index 4f827ac..84e0363 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractShopifySubscriptionProductUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractShopifySubscriptionProductUpdate.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractShopifySubscriptionProductUpdate implements ModelInterface, ArrayAccess @@ -711,3 +711,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractSpaceUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractSpaceUpdate.php index 0f15b42..b6f5643 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractSpaceUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractSpaceUpdate.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractSpaceUpdate implements ModelInterface, ArrayAccess @@ -534,3 +534,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractSubscriberUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractSubscriberUpdate.php index 0fa910f..fb9f230 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractSubscriberUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractSubscriberUpdate.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractSubscriberUpdate implements ModelInterface, ArrayAccess @@ -575,3 +575,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractSubscriptionAffiliateUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractSubscriptionAffiliateUpdate.php index 3e66a15..daa57a5 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractSubscriptionAffiliateUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractSubscriptionAffiliateUpdate.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractSubscriptionAffiliateUpdate implements ModelInterface, ArrayAccess @@ -406,3 +406,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractSubscriptionMetricUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractSubscriptionMetricUpdate.php index 161d88f..6732ab7 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractSubscriptionMetricUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractSubscriptionMetricUpdate.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractSubscriptionMetricUpdate implements ModelInterface, ArrayAccess @@ -327,3 +327,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractSubscriptionProductActive.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractSubscriptionProductActive.php index 128c69d..2db9e5e 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractSubscriptionProductActive.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractSubscriptionProductActive.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractSubscriptionProductActive implements ModelInterface, ArrayAccess @@ -431,3 +431,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractTokenUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractTokenUpdate.php index 91f24b1..b8bc86b 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractTokenUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractTokenUpdate.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractTokenUpdate implements ModelInterface, ArrayAccess @@ -471,3 +471,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractTransactionCommentActive.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractTransactionCommentActive.php index be4683e..8e163c8 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractTransactionCommentActive.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractTransactionCommentActive.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractTransactionCommentActive implements ModelInterface, ArrayAccess @@ -303,3 +303,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractTransactionInvoiceCommentActive.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractTransactionInvoiceCommentActive.php index c8522ea..94de013 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractTransactionInvoiceCommentActive.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractTransactionInvoiceCommentActive.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractTransactionInvoiceCommentActive implements ModelInterface, ArrayAccess @@ -303,3 +303,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractTransactionPending.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractTransactionPending.php index 24d2602..97c8311 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractTransactionPending.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractTransactionPending.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractTransactionPending implements ModelInterface, ArrayAccess @@ -933,3 +933,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractWebhookListenerUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractWebhookListenerUpdate.php index 8c42d4f..1d3f513 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractWebhookListenerUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractWebhookListenerUpdate.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractWebhookListenerUpdate implements ModelInterface, ArrayAccess @@ -399,3 +399,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractWebhookUrlUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractWebhookUrlUpdate.php index c7b8440..7fabfd7 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractWebhookUrlUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AbstractWebhookUrlUpdate.php @@ -28,7 +28,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AbstractWebhookUrlUpdate implements ModelInterface, ArrayAccess @@ -382,3 +382,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/Account.php b/upload/system/library/wallee/wallee-sdk/lib/Model/Account.php index 06828db..e8f5cc6 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/Account.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/Account.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Account implements ModelInterface, ArrayAccess @@ -823,3 +823,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AccountCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AccountCreate.php index efd1d8d..09b993e 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AccountCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AccountCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AccountCreate extends AbstractAccountUpdate @@ -325,3 +325,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AccountState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AccountState.php index f876601..fd9531a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AccountState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AccountState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AccountState @@ -60,3 +60,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AccountType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AccountType.php index d6d0b3d..8fbe1a5 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AccountType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AccountType.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AccountType @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AccountUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AccountUpdate.php index 5c319fb..dbe8429 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AccountUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AccountUpdate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AccountUpdate extends AbstractAccountUpdate @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/Address.php b/upload/system/library/wallee/wallee-sdk/lib/Model/Address.php index 682a0dc..d35efa0 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/Address.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/Address.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Address implements ModelInterface, ArrayAccess @@ -1024,3 +1024,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/AddressCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/AddressCreate.php index 5e94927..7235266 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/AddressCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/AddressCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AddressCreate implements ModelInterface, ArrayAccess @@ -1024,3 +1024,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ApplicationUser.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ApplicationUser.php index c520902..65e53a0 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ApplicationUser.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ApplicationUser.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ApplicationUser extends User @@ -394,3 +394,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ApplicationUserCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ApplicationUserCreate.php index dcc9c24..3998d44 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ApplicationUserCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ApplicationUserCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ApplicationUserCreate extends AbstractApplicationUserUpdate @@ -293,3 +293,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ApplicationUserCreateWithMacKey.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ApplicationUserCreateWithMacKey.php index fd121e4..a87515c 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ApplicationUserCreateWithMacKey.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ApplicationUserCreateWithMacKey.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ApplicationUserCreateWithMacKey extends ApplicationUser @@ -290,3 +290,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ApplicationUserUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ApplicationUserUpdate.php index c8c4e85..4928680 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ApplicationUserUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ApplicationUserUpdate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ApplicationUserUpdate extends AbstractApplicationUserUpdate @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/Charge.php b/upload/system/library/wallee/wallee-sdk/lib/Model/Charge.php index 5690419..d3bfb27 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/Charge.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/Charge.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Charge extends TransactionAwareEntity @@ -674,3 +674,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeAttempt.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeAttempt.php index 8032cfc..13ebe70 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeAttempt.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeAttempt.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeAttempt extends TransactionAwareEntity @@ -1066,3 +1066,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeAttemptEnvironment.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeAttemptEnvironment.php index 4d65380..76bb48a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeAttemptEnvironment.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeAttemptEnvironment.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeAttemptEnvironment @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeAttemptState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeAttemptState.php index ceb9748..23c398b 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeAttemptState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeAttemptState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeAttemptState @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlow.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlow.php index a118dc6..2173553 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlow.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlow.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeFlow implements ModelInterface, ArrayAccess @@ -520,3 +520,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlowLevel.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlowLevel.php index 7a731ee..60970ff 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlowLevel.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlowLevel.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeFlowLevel extends TransactionAwareEntity @@ -610,3 +610,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlowLevelConfiguration.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlowLevelConfiguration.php index c6da027..37ec913 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlowLevelConfiguration.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlowLevelConfiguration.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeFlowLevelConfiguration implements ModelInterface, ArrayAccess @@ -592,3 +592,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlowLevelConfigurationType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlowLevelConfigurationType.php index 861373a..0818f12 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlowLevelConfigurationType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlowLevelConfigurationType.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeFlowLevelConfigurationType implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlowLevelPaymentLink.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlowLevelPaymentLink.php index 83667f8..2d3ac06 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlowLevelPaymentLink.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlowLevelPaymentLink.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeFlowLevelPaymentLink extends TransactionAwareEntity @@ -354,3 +354,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlowLevelState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlowLevelState.php index a6fa764..ba4cf9a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlowLevelState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeFlowLevelState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeFlowLevelState @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeState.php index 20ae146..264f0c2 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeState @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeType.php index e789293..254f503 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ChargeType.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeType @@ -56,3 +56,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ClientError.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ClientError.php index 0a9a192..7517fee 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ClientError.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ClientError.php @@ -29,7 +29,7 @@ * @category Class * @description An error that is returned as the result of a bad user request or a misconfiguration. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ClientError implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ClientErrorType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ClientErrorType.php index d9fee1f..4d09068 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ClientErrorType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ClientErrorType.php @@ -27,7 +27,7 @@ * @category Class * @description The type of Client Errors which can be returned by a service. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ClientErrorType @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/CompletionLineItem.php b/upload/system/library/wallee/wallee-sdk/lib/Model/CompletionLineItem.php index 370ce6c..11efe47 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/CompletionLineItem.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/CompletionLineItem.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CompletionLineItem implements ModelInterface, ArrayAccess @@ -368,3 +368,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/CompletionLineItemCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/CompletionLineItemCreate.php index 14b4ece..c0a6f64 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/CompletionLineItemCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/CompletionLineItemCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CompletionLineItemCreate implements ModelInterface, ArrayAccess @@ -377,3 +377,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/Condition.php b/upload/system/library/wallee/wallee-sdk/lib/Model/Condition.php index 46a7a18..885ec05 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/Condition.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/Condition.php @@ -29,7 +29,7 @@ * @category Class * @description A condition configuration controls under which condition a payment connector is applied to a transaction. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Condition implements ModelInterface, ArrayAccess @@ -496,3 +496,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ConditionType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ConditionType.php index 4e1ee12..330516d 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ConditionType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ConditionType.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ConditionType implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ConnectorInvocation.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ConnectorInvocation.php index 3cbb51c..e52bece 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ConnectorInvocation.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ConnectorInvocation.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ConnectorInvocation extends TransactionAwareEntity @@ -482,3 +482,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ConnectorInvocationStage.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ConnectorInvocationStage.php index 5243e01..9e17f34 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ConnectorInvocationStage.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ConnectorInvocationStage.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ConnectorInvocationStage @@ -56,3 +56,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/CreationEntityState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/CreationEntityState.php index 786f812..b88072e 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/CreationEntityState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/CreationEntityState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CreationEntityState @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/CriteriaOperator.php b/upload/system/library/wallee/wallee-sdk/lib/Model/CriteriaOperator.php index 6898fc6..9a421f6 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/CriteriaOperator.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/CriteriaOperator.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CriteriaOperator @@ -72,3 +72,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/Customer.php b/upload/system/library/wallee/wallee-sdk/lib/Model/Customer.php index 702c4c7..cd6da72 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/Customer.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/Customer.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Customer implements ModelInterface, ArrayAccess @@ -648,3 +648,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerActive.php b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerActive.php index 80724e2..9a04038 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerActive.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerActive.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerActive extends AbstractCustomerActive @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerAddress.php b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerAddress.php index 813ce28..38943e5 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerAddress.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerAddress.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerAddress implements ModelInterface, ArrayAccess @@ -520,3 +520,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerAddressActive.php b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerAddressActive.php index a4766f8..0a3d0b6 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerAddressActive.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerAddressActive.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerAddressActive extends AbstractCustomerAddressActive @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerAddressCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerAddressCreate.php index 607b8fc..c957334 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerAddressCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerAddressCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerAddressCreate extends AbstractCustomerAddressActive @@ -293,3 +293,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerAddressType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerAddressType.php index 98f2114..55adad7 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerAddressType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerAddressType.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerAddressType @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerComment.php b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerComment.php index 2d914e9..a5fe462 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerComment.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerComment.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerComment implements ModelInterface, ArrayAccess @@ -592,3 +592,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerCommentActive.php b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerCommentActive.php index dcf9e1f..a88d1d5 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerCommentActive.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerCommentActive.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerCommentActive extends AbstractCustomerCommentActive @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerCommentCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerCommentCreate.php index becd7e6..7761f9f 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerCommentCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerCommentCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerCommentCreate extends AbstractCustomerCommentActive @@ -293,3 +293,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerCreate.php index b22e7f1..1cf15a9 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerCreate extends AbstractCustomerActive @@ -263,3 +263,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerPostalAddress.php b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerPostalAddress.php index eb133cc..0aa2cf0 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerPostalAddress.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerPostalAddress.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerPostalAddress implements ModelInterface, ArrayAccess @@ -1024,3 +1024,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerPostalAddressCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerPostalAddressCreate.php index c518401..13664f3 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerPostalAddressCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomerPostalAddressCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerPostalAddressCreate implements ModelInterface, ArrayAccess @@ -1024,3 +1024,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomersPresence.php b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomersPresence.php index 50703cf..e39f740 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/CustomersPresence.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/CustomersPresence.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomersPresence @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DataCollectionType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DataCollectionType.php index 61eb8d7..ee5f6a7 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DataCollectionType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DataCollectionType.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DataCollectionType @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DatabaseTranslatedString.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DatabaseTranslatedString.php index b585abf..ca213e3 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DatabaseTranslatedString.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DatabaseTranslatedString.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DatabaseTranslatedString implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DatabaseTranslatedStringCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DatabaseTranslatedStringCreate.php index 1ec6ade..2bd0c3e 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DatabaseTranslatedStringCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DatabaseTranslatedStringCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DatabaseTranslatedStringCreate implements ModelInterface, ArrayAccess @@ -296,3 +296,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DatabaseTranslatedStringItem.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DatabaseTranslatedStringItem.php index deaa677..6c1139e 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DatabaseTranslatedStringItem.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DatabaseTranslatedStringItem.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DatabaseTranslatedStringItem implements ModelInterface, ArrayAccess @@ -368,3 +368,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DatabaseTranslatedStringItemCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DatabaseTranslatedStringItemCreate.php index f32482c..cdd5ab0 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DatabaseTranslatedStringItemCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DatabaseTranslatedStringItemCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DatabaseTranslatedStringItemCreate implements ModelInterface, ArrayAccess @@ -339,3 +339,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCase.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCase.php index a25e8a6..f3112fb 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCase.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCase.php @@ -29,7 +29,7 @@ * @category Class * @description The debt collection case represents a try to collect the money from the debtor. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DebtCollectionCase implements ModelInterface, ArrayAccess @@ -1256,3 +1256,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCaseCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCaseCreate.php index a978b26..4f5c619 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCaseCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCaseCreate.php @@ -27,7 +27,7 @@ * @category Class * @description The debt collection case represents a try to collect the money from the debtor. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DebtCollectionCaseCreate extends AbstractDebtCollectionCaseUpdate @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCaseDocument.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCaseDocument.php index 9d5791c..32b5292 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCaseDocument.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCaseDocument.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DebtCollectionCaseDocument implements ModelInterface, ArrayAccess @@ -640,3 +640,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCaseSource.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCaseSource.php index 2a8a914..3fe2a9c 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCaseSource.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCaseSource.php @@ -29,7 +29,7 @@ * @category Class * @description The debt collection case source represents the origin of the case. It allows to understand from where the amount receivable is coming from. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DebtCollectionCaseSource implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCaseState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCaseState.php index 4daf681..97d6af1 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCaseState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCaseState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DebtCollectionCaseState @@ -62,3 +62,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCaseUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCaseUpdate.php index 621eb0b..8aaa5c9 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCaseUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionCaseUpdate.php @@ -27,7 +27,7 @@ * @category Class * @description The debt collection case represents a try to collect the money from the debtor. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DebtCollectionCaseUpdate extends AbstractDebtCollectionCaseUpdate @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionEnvironment.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionEnvironment.php index 180dbcd..6ff4b62 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionEnvironment.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionEnvironment.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DebtCollectionEnvironment @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionReceipt.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionReceipt.php index 6a2efc3..7ba6018 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionReceipt.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionReceipt.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DebtCollectionReceipt implements ModelInterface, ArrayAccess @@ -599,3 +599,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionReceiptSource.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionReceiptSource.php index bea70af..be5fac9 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionReceiptSource.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectionReceiptSource.php @@ -29,7 +29,7 @@ * @category Class * @description The debt collection receipt source represents the origin of a particular part of the collected amount. It allows to understand from where the amount is coming from, e.g. if it was added manually or in some other way. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DebtCollectionReceiptSource implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollector.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollector.php index f92a049..f3e6cb7 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollector.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollector.php @@ -29,7 +29,7 @@ * @category Class * @description The debt collector connects to an external service to process the debt collection case and as such directs the debt collection process. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DebtCollector implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectorCondition.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectorCondition.php index 1de5ee4..5a37b47 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectorCondition.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectorCondition.php @@ -29,7 +29,7 @@ * @category Class * @description A condition controls under which circumstances a collector configuration is applied to a debt collection case. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DebtCollectorCondition implements ModelInterface, ArrayAccess @@ -496,3 +496,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectorConditionType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectorConditionType.php index 2bbc4b5..a0c2896 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectorConditionType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectorConditionType.php @@ -29,7 +29,7 @@ * @category Class * @description The debt collection condition type controls how a condition is applied to a case. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DebtCollectorConditionType implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectorConfiguration.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectorConfiguration.php index 5d8124b..0b2805b 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectorConfiguration.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DebtCollectorConfiguration.php @@ -29,7 +29,7 @@ * @category Class * @description The debt collector configuration defines the behavior of the collection process for a particular collector. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DebtCollectorConfiguration implements ModelInterface, ArrayAccess @@ -624,3 +624,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DeliveryIndication.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DeliveryIndication.php index 31358e9..6ec1ae4 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DeliveryIndication.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DeliveryIndication.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DeliveryIndication extends TransactionAwareEntity @@ -642,3 +642,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DeliveryIndicationDecisionReason.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DeliveryIndicationDecisionReason.php index 9ebbd21..7d8e087 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DeliveryIndicationDecisionReason.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DeliveryIndicationDecisionReason.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DeliveryIndicationDecisionReason implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DeliveryIndicationState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DeliveryIndicationState.php index 198cc52..66827ed 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DeliveryIndicationState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DeliveryIndicationState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DeliveryIndicationState @@ -56,3 +56,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DocumentTemplate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DocumentTemplate.php index 8ac1e5f..9d84ea3 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DocumentTemplate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DocumentTemplate.php @@ -29,7 +29,7 @@ * @category Class * @description A document template contains the customizations for a particular document template type. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DocumentTemplate implements ModelInterface, ArrayAccess @@ -624,3 +624,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DocumentTemplateType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DocumentTemplateType.php index 80a4f95..25819dc 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DocumentTemplateType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DocumentTemplateType.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DocumentTemplateType implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/DocumentTemplateTypeGroup.php b/upload/system/library/wallee/wallee-sdk/lib/Model/DocumentTemplateTypeGroup.php index 62a20f4..9f7901b 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/DocumentTemplateTypeGroup.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/DocumentTemplateTypeGroup.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DocumentTemplateTypeGroup implements ModelInterface, ArrayAccess @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/EntityExportRequest.php b/upload/system/library/wallee/wallee-sdk/lib/Model/EntityExportRequest.php index 9b28911..da1b7a7 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/EntityExportRequest.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/EntityExportRequest.php @@ -29,7 +29,7 @@ * @category Class * @description The entity property export request contains the information required to create an export of a list of entities. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class EntityExportRequest implements ModelInterface, ArrayAccess @@ -331,3 +331,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/EntityQuery.php b/upload/system/library/wallee/wallee-sdk/lib/Model/EntityQuery.php index 4a461d5..71f46f8 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/EntityQuery.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/EntityQuery.php @@ -29,7 +29,7 @@ * @category Class * @description The entity query allows to search for specific entities by providing filters. This is similar to a SQL query. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class EntityQuery implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/EntityQueryFilter.php b/upload/system/library/wallee/wallee-sdk/lib/Model/EntityQueryFilter.php index 0d83cfe..641748d 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/EntityQueryFilter.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/EntityQueryFilter.php @@ -29,7 +29,7 @@ * @category Class * @description The query filter allows to restrict the entities which are returned. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class EntityQueryFilter implements ModelInterface, ArrayAccess @@ -427,3 +427,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/EntityQueryFilterType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/EntityQueryFilterType.php index b94608f..30366e6 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/EntityQueryFilterType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/EntityQueryFilterType.php @@ -27,7 +27,7 @@ * @category Class * @description The filter type defines how the filter is interpreted. Depending of the type different properties are relevant on the filter itself. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class EntityQueryFilterType @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/EntityQueryOrderBy.php b/upload/system/library/wallee/wallee-sdk/lib/Model/EntityQueryOrderBy.php index 4c4d778..4bc17b4 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/EntityQueryOrderBy.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/EntityQueryOrderBy.php @@ -29,7 +29,7 @@ * @category Class * @description The 'order by' allows to order the returned entities. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class EntityQueryOrderBy implements ModelInterface, ArrayAccess @@ -334,3 +334,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/EntityQueryOrderByType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/EntityQueryOrderByType.php index 0ea0494..c905462 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/EntityQueryOrderByType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/EntityQueryOrderByType.php @@ -27,7 +27,7 @@ * @category Class * @description The 'order by' type specifies how the result is sorted. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class EntityQueryOrderByType @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/Environment.php b/upload/system/library/wallee/wallee-sdk/lib/Model/Environment.php index 914115c..f521489 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/Environment.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/Environment.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Environment @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/FailureCategory.php b/upload/system/library/wallee/wallee-sdk/lib/Model/FailureCategory.php index bd3b3c1..3acb00f 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/FailureCategory.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/FailureCategory.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class FailureCategory @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/FailureReason.php b/upload/system/library/wallee/wallee-sdk/lib/Model/FailureReason.php index a6e8ca9..59602ca 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/FailureReason.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/FailureReason.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class FailureReason implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/Feature.php b/upload/system/library/wallee/wallee-sdk/lib/Model/Feature.php index 86946e6..e051053 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/Feature.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/Feature.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Feature implements ModelInterface, ArrayAccess @@ -552,3 +552,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/FeatureCategory.php b/upload/system/library/wallee/wallee-sdk/lib/Model/FeatureCategory.php index 6d8caa0..0061e6d 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/FeatureCategory.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/FeatureCategory.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class FeatureCategory implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/Gender.php b/upload/system/library/wallee/wallee-sdk/lib/Model/Gender.php index 23d4e6e..3823a54 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/Gender.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/Gender.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Gender @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/HumanUser.php b/upload/system/library/wallee/wallee-sdk/lib/Model/HumanUser.php index 9eab423..7a4a654 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/HumanUser.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/HumanUser.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class HumanUser implements ModelInterface, ArrayAccess @@ -680,3 +680,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/HumanUserCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/HumanUserCreate.php index 5c2c86c..96f482d 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/HumanUserCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/HumanUserCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class HumanUserCreate extends AbstractHumanUserUpdate @@ -290,3 +290,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/HumanUserUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/HumanUserUpdate.php index b0292a9..6f74ad1 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/HumanUserUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/HumanUserUpdate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class HumanUserUpdate extends AbstractHumanUserUpdate @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentCalculatedPlan.php b/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentCalculatedPlan.php index e468573..a57caca 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentCalculatedPlan.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentCalculatedPlan.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class InstallmentCalculatedPlan implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentCalculatedSlice.php b/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentCalculatedSlice.php index cc45f56..4a48f57 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentCalculatedSlice.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentCalculatedSlice.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class InstallmentCalculatedSlice implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPayment.php b/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPayment.php index ba5adb4..db07501 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPayment.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPayment.php @@ -29,7 +29,7 @@ * @category Class * @description An installment payment represents a payment paid in multiple slices. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class InstallmentPayment implements ModelInterface, ArrayAccess @@ -552,3 +552,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPaymentSlice.php b/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPaymentSlice.php index f36be91..266156a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPaymentSlice.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPaymentSlice.php @@ -27,7 +27,7 @@ * @category Class * @description An installment payment slice represents a single transaction of money from the buyer to the merchant. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class InstallmentPaymentSlice extends TransactionAwareEntity @@ -546,3 +546,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPaymentSliceState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPaymentSliceState.php index bec3d9a..045eec2 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPaymentSliceState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPaymentSliceState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class InstallmentPaymentSliceState @@ -62,3 +62,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPaymentState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPaymentState.php index 1d1c03a..905087b 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPaymentState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPaymentState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class InstallmentPaymentState @@ -64,3 +64,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPlanConfiguration.php b/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPlanConfiguration.php index 9b13e84..afcc93a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPlanConfiguration.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPlanConfiguration.php @@ -29,7 +29,7 @@ * @category Class * @description The installment plan allows to setup a template for an installment. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class InstallmentPlanConfiguration implements ModelInterface, ArrayAccess @@ -816,3 +816,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPlanSliceConfiguration.php b/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPlanSliceConfiguration.php index 7ce9006..9b309cd 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPlanSliceConfiguration.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/InstallmentPlanSliceConfiguration.php @@ -29,7 +29,7 @@ * @category Class * @description The installment plan slice defines a single slice of an installment plan. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class InstallmentPlanSliceConfiguration implements ModelInterface, ArrayAccess @@ -584,3 +584,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/Label.php b/upload/system/library/wallee/wallee-sdk/lib/Model/Label.php index 4cc25c5..831e4cc 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/Label.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/Label.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Label implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/LabelDescriptor.php b/upload/system/library/wallee/wallee-sdk/lib/Model/LabelDescriptor.php index dc575de..48dc299 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/LabelDescriptor.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/LabelDescriptor.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LabelDescriptor implements ModelInterface, ArrayAccess @@ -520,3 +520,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/LabelDescriptorCategory.php b/upload/system/library/wallee/wallee-sdk/lib/Model/LabelDescriptorCategory.php index f23e6fc..f126958 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/LabelDescriptorCategory.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/LabelDescriptorCategory.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LabelDescriptorCategory @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/LabelDescriptorGroup.php b/upload/system/library/wallee/wallee-sdk/lib/Model/LabelDescriptorGroup.php index fa8c880..0b4d2ee 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/LabelDescriptorGroup.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/LabelDescriptorGroup.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LabelDescriptorGroup implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/LabelDescriptorType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/LabelDescriptorType.php index d662d1b..5e4413d 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/LabelDescriptorType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/LabelDescriptorType.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LabelDescriptorType implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/LegalOrganizationForm.php b/upload/system/library/wallee/wallee-sdk/lib/Model/LegalOrganizationForm.php index 9ff04c4..2ad742c 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/LegalOrganizationForm.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/LegalOrganizationForm.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LegalOrganizationForm implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/LineItem.php b/upload/system/library/wallee/wallee-sdk/lib/Model/LineItem.php index 06ffb1a..2067fcd 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/LineItem.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/LineItem.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LineItem implements ModelInterface, ArrayAccess @@ -967,3 +967,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemAttribute.php b/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemAttribute.php index 7775a39..0864d7d 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemAttribute.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemAttribute.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LineItemAttribute implements ModelInterface, ArrayAccess @@ -344,3 +344,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemAttributeCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemAttributeCreate.php index e53da1b..5030fc3 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemAttributeCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemAttributeCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LineItemAttributeCreate implements ModelInterface, ArrayAccess @@ -350,3 +350,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemCreate.php index 923f798..7fc753a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LineItemCreate implements ModelInterface, ArrayAccess @@ -630,3 +630,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemReduction.php b/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemReduction.php index b1d9425..4c80de7 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemReduction.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemReduction.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LineItemReduction implements ModelInterface, ArrayAccess @@ -368,3 +368,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemReductionCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemReductionCreate.php index 792d27a..72bb2d1 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemReductionCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemReductionCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LineItemReductionCreate implements ModelInterface, ArrayAccess @@ -377,3 +377,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemType.php index ed2f1c9..21dd295 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/LineItemType.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LineItemType @@ -56,3 +56,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/LocalizedString.php b/upload/system/library/wallee/wallee-sdk/lib/Model/LocalizedString.php index 59f88c2..a769bd1 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/LocalizedString.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/LocalizedString.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LocalizedString implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ManualTask.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ManualTask.php index ac6f100..2af67c2 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ManualTask.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ManualTask.php @@ -29,7 +29,7 @@ * @category Class * @description A manual task requires a manual intervention by a human. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ManualTask implements ModelInterface, ArrayAccess @@ -584,3 +584,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ManualTaskAction.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ManualTaskAction.php index 30e15d7..33fb96f 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ManualTaskAction.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ManualTaskAction.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ManualTaskAction implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ManualTaskActionStyle.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ManualTaskActionStyle.php index 0b41efc..05600f0 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ManualTaskActionStyle.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ManualTaskActionStyle.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ManualTaskActionStyle @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ManualTaskState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ManualTaskState.php index 2ee9972..033534d 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ManualTaskState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ManualTaskState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ManualTaskState @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ManualTaskType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ManualTaskType.php index 794603a..5d7e6a7 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ManualTaskType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ManualTaskType.php @@ -29,7 +29,7 @@ * @category Class * @description The manual task type indicates what kind of manual task is required to be executed by the human. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ManualTaskType implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/MetricUsage.php b/upload/system/library/wallee/wallee-sdk/lib/Model/MetricUsage.php index 2fa124e..1fbd9da 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/MetricUsage.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/MetricUsage.php @@ -29,7 +29,7 @@ * @category Class * @description The metric usage provides details about the consumption of a particular metric. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class MetricUsage implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ModelResourcePath.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ModelResourcePath.php index bc7bb40..9697100 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ModelResourcePath.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ModelResourcePath.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ModelResourcePath implements ModelInterface, ArrayAccess @@ -503,3 +503,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/OneClickPaymentMode.php b/upload/system/library/wallee/wallee-sdk/lib/Model/OneClickPaymentMode.php index 9805f24..0434507 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/OneClickPaymentMode.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/OneClickPaymentMode.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class OneClickPaymentMode @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentConnector.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentConnector.php index dc38fae..c735e4f 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentConnector.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentConnector.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentConnector implements ModelInterface, ArrayAccess @@ -680,3 +680,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentConnectorConfiguration.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentConnectorConfiguration.php index f56749b..20e4417 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentConnectorConfiguration.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentConnectorConfiguration.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentConnectorConfiguration implements ModelInterface, ArrayAccess @@ -720,3 +720,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentConnectorFeature.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentConnectorFeature.php index 4cfb591..7ccda03 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentConnectorFeature.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentConnectorFeature.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentConnectorFeature implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentContract.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentContract.php index 2d30e48..3634ed4 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentContract.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentContract.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentContract implements ModelInterface, ArrayAccess @@ -759,3 +759,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentContractState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentContractState.php index 703a5a3..4351a6d 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentContractState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentContractState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentContractState @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentContractType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentContractType.php index 0bc6d7e..f5ff243 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentContractType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentContractType.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentContractType implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentInformationHash.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentInformationHash.php index 7133dcc..515e201 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentInformationHash.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentInformationHash.php @@ -29,7 +29,7 @@ * @category Class * @description A payment information hash is calculated based on the information entered by the user. The same input leads to the same hash. The hash is collision free. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentInformationHash implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentInformationHashType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentInformationHashType.php index b10cd3d..d07b08f 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentInformationHashType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentInformationHashType.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentInformationHashType implements ModelInterface, ArrayAccess @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentLink.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentLink.php index d4ed9ab..d6fab62 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentLink.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentLink.php @@ -29,7 +29,7 @@ * @category Class * @description The payment link defines an URL to automatically create transactions. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentLink implements ModelInterface, ArrayAccess @@ -895,3 +895,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentLinkActive.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentLinkActive.php index b307fb7..56f5602 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentLinkActive.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentLinkActive.php @@ -27,7 +27,7 @@ * @category Class * @description The payment link defines an URL to automatically create transactions. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentLinkActive extends PaymentLinkUpdate @@ -290,3 +290,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentLinkCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentLinkCreate.php index 14c8b7b..147f462 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentLinkCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentLinkCreate.php @@ -27,7 +27,7 @@ * @category Class * @description The payment link defines an URL to automatically create transactions. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentLinkCreate extends AbstractPaymentLinkUpdate @@ -372,3 +372,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentLinkProtectionMode.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentLinkProtectionMode.php index d5063bb..ee39549 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentLinkProtectionMode.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentLinkProtectionMode.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentLinkProtectionMode @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentLinkUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentLinkUpdate.php index 4786530..fa7d94f 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentLinkUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentLinkUpdate.php @@ -29,7 +29,7 @@ * @category Class * @description The payment link defines an URL to automatically create transactions. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentLinkUpdate implements ModelInterface, ArrayAccess @@ -694,3 +694,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentMethod.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentMethod.php index 3f5de72..fcb6ae1 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentMethod.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentMethod.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentMethod implements ModelInterface, ArrayAccess @@ -488,3 +488,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentMethodBrand.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentMethodBrand.php index b49ea03..8e6fe8c 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentMethodBrand.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentMethodBrand.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentMethodBrand implements ModelInterface, ArrayAccess @@ -456,3 +456,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentMethodConfiguration.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentMethodConfiguration.php index ebcddc4..ecd5462 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentMethodConfiguration.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentMethodConfiguration.php @@ -29,7 +29,7 @@ * @category Class * @description The payment method configuration builds the base to connect with different payment method connectors. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentMethodConfiguration implements ModelInterface, ArrayAccess @@ -816,3 +816,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentPrimaryRiskTaker.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentPrimaryRiskTaker.php index 25fd5a8..76fba9a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentPrimaryRiskTaker.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentPrimaryRiskTaker.php @@ -27,7 +27,7 @@ * @category Class * @description The primary risk taker will have the main loss when one party of the contract does not fulfill the contractual duties. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentPrimaryRiskTaker @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentProcessor.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentProcessor.php index 2fd8857..47f44b3 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentProcessor.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentProcessor.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentProcessor implements ModelInterface, ArrayAccess @@ -520,3 +520,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentProcessorConfiguration.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentProcessorConfiguration.php index 864f2c7..669b189 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentProcessorConfiguration.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentProcessorConfiguration.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentProcessorConfiguration implements ModelInterface, ArrayAccess @@ -528,3 +528,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminal.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminal.php index 893d878..4458d4f 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminal.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminal.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminal implements ModelInterface, ArrayAccess @@ -592,3 +592,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalAddress.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalAddress.php index 85c07eb..cafc227 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalAddress.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalAddress.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalAddress implements ModelInterface, ArrayAccess @@ -784,3 +784,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalConfiguration.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalConfiguration.php index 9d13821..7bc066d 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalConfiguration.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalConfiguration.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalConfiguration implements ModelInterface, ArrayAccess @@ -496,3 +496,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalConfigurationState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalConfigurationState.php index 6d30373..af844d2 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalConfigurationState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalConfigurationState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalConfigurationState @@ -56,3 +56,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalConfigurationVersion.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalConfigurationVersion.php index 76ede11..d4628f6 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalConfigurationVersion.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalConfigurationVersion.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalConfigurationVersion implements ModelInterface, ArrayAccess @@ -680,3 +680,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalConfigurationVersionState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalConfigurationVersionState.php index 8b0fe51..cc93108 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalConfigurationVersionState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalConfigurationVersionState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalConfigurationVersionState @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalContactAddress.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalContactAddress.php index 97ccd82..b0a4527 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalContactAddress.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalContactAddress.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalContactAddress extends PaymentTerminalAddress @@ -386,3 +386,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalLocation.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalLocation.php index 284073f..5e19ea7 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalLocation.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalLocation.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalLocation implements ModelInterface, ArrayAccess @@ -560,3 +560,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalLocationState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalLocationState.php index 232c570..0c41438 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalLocationState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalLocationState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalLocationState @@ -56,3 +56,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalLocationVersion.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalLocationVersion.php index 554398e..9f96b20 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalLocationVersion.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalLocationVersion.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalLocationVersion implements ModelInterface, ArrayAccess @@ -584,3 +584,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalLocationVersionState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalLocationVersionState.php index e25d3b8..f3a561a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalLocationVersionState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalLocationVersionState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalLocationVersionState @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalState.php index 8664396..fa62ede 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalState @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalType.php index f58a8bf..5074c12 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PaymentTerminalType.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalType implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/Permission.php b/upload/system/library/wallee/wallee-sdk/lib/Model/Permission.php index 622c272..3dd803d 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/Permission.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/Permission.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Permission implements ModelInterface, ArrayAccess @@ -584,3 +584,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PersistableCurrencyAmount.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PersistableCurrencyAmount.php index 7964db7..bfd53a3 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PersistableCurrencyAmount.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PersistableCurrencyAmount.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PersistableCurrencyAmount implements ModelInterface, ArrayAccess @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/PersistableCurrencyAmountUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/PersistableCurrencyAmountUpdate.php index 6c7eb81..ed11383 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/PersistableCurrencyAmountUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/PersistableCurrencyAmountUpdate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PersistableCurrencyAmountUpdate implements ModelInterface, ArrayAccess @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ProductFeeType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ProductFeeType.php index d512110..37bcd5c 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ProductFeeType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ProductFeeType.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ProductFeeType @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ProductMeteredFee.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ProductMeteredFee.php index a30d52a..007b410 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ProductMeteredFee.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ProductMeteredFee.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ProductMeteredFee implements ModelInterface, ArrayAccess @@ -552,3 +552,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ProductMeteredFeeUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ProductMeteredFeeUpdate.php index 0ca776a..acecb5c 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ProductMeteredFeeUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ProductMeteredFeeUpdate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ProductMeteredFeeUpdate implements ModelInterface, ArrayAccess @@ -494,3 +494,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ProductMeteredTierFee.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ProductMeteredTierFee.php index b6dc296..02f17d7 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ProductMeteredTierFee.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ProductMeteredTierFee.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ProductMeteredTierFee implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ProductMeteredTierFeeUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ProductMeteredTierFeeUpdate.php index cd9bd43..3b42dcd 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ProductMeteredTierFeeUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ProductMeteredTierFeeUpdate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ProductMeteredTierFeeUpdate implements ModelInterface, ArrayAccess @@ -430,3 +430,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ProductMeteredTierPricing.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ProductMeteredTierPricing.php index 08a8a61..c566a57 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ProductMeteredTierPricing.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ProductMeteredTierPricing.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ProductMeteredTierPricing @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ProductPeriodFee.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ProductPeriodFee.php index c2618a2..1502b05 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ProductPeriodFee.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ProductPeriodFee.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ProductPeriodFee implements ModelInterface, ArrayAccess @@ -584,3 +584,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ProductPeriodFeeUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ProductPeriodFeeUpdate.php index 8c7bf95..8d52505 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ProductPeriodFeeUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ProductPeriodFeeUpdate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ProductPeriodFeeUpdate implements ModelInterface, ArrayAccess @@ -526,3 +526,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ProductSetupFee.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ProductSetupFee.php index 98c5b48..9e06c5b 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ProductSetupFee.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ProductSetupFee.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ProductSetupFee implements ModelInterface, ArrayAccess @@ -584,3 +584,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ProductSetupFeeUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ProductSetupFeeUpdate.php index a0857c8..c353c03 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ProductSetupFeeUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ProductSetupFeeUpdate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ProductSetupFeeUpdate implements ModelInterface, ArrayAccess @@ -526,3 +526,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/Refund.php b/upload/system/library/wallee/wallee-sdk/lib/Model/Refund.php index 919d2f5..e2956c2 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/Refund.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/Refund.php @@ -29,7 +29,7 @@ * @category Class * @description The refund represents a credit back to the customer. It can be issued by the merchant or by the customer (reversal). * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Refund implements ModelInterface, ArrayAccess @@ -1319,3 +1319,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/RefundComment.php b/upload/system/library/wallee/wallee-sdk/lib/Model/RefundComment.php index bf7ccc2..17c4b61 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/RefundComment.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/RefundComment.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RefundComment implements ModelInterface, ArrayAccess @@ -592,3 +592,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/RefundCommentActive.php b/upload/system/library/wallee/wallee-sdk/lib/Model/RefundCommentActive.php index 5a1a5d8..e54cdcd 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/RefundCommentActive.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/RefundCommentActive.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RefundCommentActive extends AbstractRefundCommentActive @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/RefundCommentCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/RefundCommentCreate.php index 5a8c8ae..32eb692 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/RefundCommentCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/RefundCommentCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RefundCommentCreate extends AbstractRefundCommentActive @@ -293,3 +293,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/RefundCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/RefundCreate.php index 7da2dc5..85b8853 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/RefundCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/RefundCreate.php @@ -29,7 +29,7 @@ * @category Class * @description The refund represents a credit back to the customer. It can be issued by the merchant or by the customer (reversal). * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RefundCreate implements ModelInterface, ArrayAccess @@ -517,3 +517,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/RefundState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/RefundState.php index 482c148..ba3f963 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/RefundState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/RefundState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RefundState @@ -60,3 +60,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/RefundType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/RefundType.php index d8596a4..1e9207d 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/RefundType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/RefundType.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RefundType @@ -56,3 +56,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/RenderedDocument.php b/upload/system/library/wallee/wallee-sdk/lib/Model/RenderedDocument.php index a05d867..3d26463 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/RenderedDocument.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/RenderedDocument.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RenderedDocument implements ModelInterface, ArrayAccess @@ -394,3 +394,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/RenderedTerminalReceipt.php b/upload/system/library/wallee/wallee-sdk/lib/Model/RenderedTerminalReceipt.php index 83ec17e..f692383 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/RenderedTerminalReceipt.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/RenderedTerminalReceipt.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RenderedTerminalReceipt implements ModelInterface, ArrayAccess @@ -330,3 +330,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ResourceState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ResourceState.php index 136aaad..c75374b 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ResourceState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ResourceState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ResourceState @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/RestAddressFormat.php b/upload/system/library/wallee/wallee-sdk/lib/Model/RestAddressFormat.php index e16837b..bea7a2a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/RestAddressFormat.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/RestAddressFormat.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RestAddressFormat implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/RestAddressFormatField.php b/upload/system/library/wallee/wallee-sdk/lib/Model/RestAddressFormatField.php index 3c4edb2..58a3a75 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/RestAddressFormatField.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/RestAddressFormatField.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RestAddressFormatField @@ -68,3 +68,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/RestCountry.php b/upload/system/library/wallee/wallee-sdk/lib/Model/RestCountry.php index b47eff6..bff5c09 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/RestCountry.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/RestCountry.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RestCountry implements ModelInterface, ArrayAccess @@ -456,3 +456,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/RestCountryState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/RestCountryState.php index 8c84b6c..d6674f1 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/RestCountryState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/RestCountryState.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RestCountryState implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/RestCurrency.php b/upload/system/library/wallee/wallee-sdk/lib/Model/RestCurrency.php index f6c13b1..8ee6ffe 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/RestCurrency.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/RestCurrency.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RestCurrency implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/RestLanguage.php b/upload/system/library/wallee/wallee-sdk/lib/Model/RestLanguage.php index ad393f7..545bee1 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/RestLanguage.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/RestLanguage.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RestLanguage implements ModelInterface, ArrayAccess @@ -456,3 +456,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/Role.php b/upload/system/library/wallee/wallee-sdk/lib/Model/Role.php index d691587..134a8f9 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/Role.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/Role.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Role implements ModelInterface, ArrayAccess @@ -520,3 +520,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SalesChannel.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SalesChannel.php index 9a80bc8..1abe945 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SalesChannel.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SalesChannel.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SalesChannel implements ModelInterface, ArrayAccess @@ -456,3 +456,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/Scope.php b/upload/system/library/wallee/wallee-sdk/lib/Model/Scope.php index 345eb7f..812fc99 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/Scope.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/Scope.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Scope implements ModelInterface, ArrayAccess @@ -672,3 +672,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ServerError.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ServerError.php index 7982c7d..23cf124 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ServerError.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ServerError.php @@ -29,7 +29,7 @@ * @category Class * @description This error is thrown when something unexpected happens on our side. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ServerError implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyAdditionalLineItemData.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyAdditionalLineItemData.php index 707b10a..3899020 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyAdditionalLineItemData.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyAdditionalLineItemData.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifyAdditionalLineItemData @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyIntegration.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyIntegration.php index e8b28d4..1b1b5d0 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyIntegration.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyIntegration.php @@ -29,7 +29,7 @@ * @category Class * @description A Shopify Integration allows to connect a Shopify shop. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifyIntegration implements ModelInterface, ArrayAccess @@ -1056,3 +1056,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyIntegrationPaymentAppVersion.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyIntegrationPaymentAppVersion.php index 358ee6d..13389c4 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyIntegrationPaymentAppVersion.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyIntegrationPaymentAppVersion.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifyIntegrationPaymentAppVersion @@ -50,3 +50,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyIntegrationSubscriptionAppVersion.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyIntegrationSubscriptionAppVersion.php index e00c1c0..4a9eca0 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyIntegrationSubscriptionAppVersion.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyIntegrationSubscriptionAppVersion.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifyIntegrationSubscriptionAppVersion @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyRecurringOrder.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyRecurringOrder.php index 7bdfe35..d889974 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyRecurringOrder.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyRecurringOrder.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifyRecurringOrder extends TransactionAwareEntity @@ -738,3 +738,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyRecurringOrderState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyRecurringOrderState.php index 37592ea..f8d40a7 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyRecurringOrderState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyRecurringOrderState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifyRecurringOrderState @@ -60,3 +60,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyRecurringOrderUpdateRequest.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyRecurringOrderUpdateRequest.php index 33fccfb..f80008d 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyRecurringOrderUpdateRequest.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyRecurringOrderUpdateRequest.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifyRecurringOrderUpdateRequest implements ModelInterface, ArrayAccess @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriber.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriber.php index 9a0fdf4..da6a190 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriber.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriber.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriber implements ModelInterface, ArrayAccess @@ -584,3 +584,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriberCreation.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriberCreation.php index d8c0888..e2ddd38 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriberCreation.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriberCreation.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriberCreation implements ModelInterface, ArrayAccess @@ -363,3 +363,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriberState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriberState.php index 8c2862b..4e23ca9 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriberState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriberState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriberState @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscription.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscription.php index c84cd2f..1f93b03 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscription.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscription.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscription implements ModelInterface, ArrayAccess @@ -791,3 +791,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionAddress.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionAddress.php index 7ca00d3..8f720e5 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionAddress.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionAddress.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionAddress extends Address @@ -418,3 +418,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionAddressCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionAddressCreate.php index 9bb9b3b..3868770 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionAddressCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionAddressCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionAddressCreate implements ModelInterface, ArrayAccess @@ -992,3 +992,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionBillingIntervalUnit.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionBillingIntervalUnit.php index 9af2009..0b4da2d 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionBillingIntervalUnit.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionBillingIntervalUnit.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionBillingIntervalUnit @@ -60,3 +60,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionCreationRequest.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionCreationRequest.php index d85f4e8..f117ea7 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionCreationRequest.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionCreationRequest.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionCreationRequest implements ModelInterface, ArrayAccess @@ -704,3 +704,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionModelBillingConfiguration.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionModelBillingConfiguration.php index 34339dc..273c33e 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionModelBillingConfiguration.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionModelBillingConfiguration.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionModelBillingConfiguration implements ModelInterface, ArrayAccess @@ -520,3 +520,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionModelItem.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionModelItem.php index f085f8d..7c82568 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionModelItem.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionModelItem.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionModelItem implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionModelTaxLine.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionModelTaxLine.php index ab12042..3faf8cd 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionModelTaxLine.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionModelTaxLine.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionModelTaxLine implements ModelInterface, ArrayAccess @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionProduct.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionProduct.php index 07426d2..d54ee5c 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionProduct.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionProduct.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionProduct implements ModelInterface, ArrayAccess @@ -1192,3 +1192,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionProductCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionProductCreate.php index e0b0a1e..2c73d13 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionProductCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionProductCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionProductCreate extends AbstractShopifySubscriptionProductUpdate @@ -363,3 +363,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionProductPricingOption.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionProductPricingOption.php index 7c1b6b0..1985ad7 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionProductPricingOption.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionProductPricingOption.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionProductPricingOption @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionProductState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionProductState.php index a27291d..859769c 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionProductState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionProductState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionProductState @@ -60,3 +60,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionProductUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionProductUpdate.php index be963ae..3c1a790 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionProductUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionProductUpdate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionProductUpdate extends AbstractShopifySubscriptionProductUpdate @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionState.php index 84ad33f..47e16df 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionState @@ -60,3 +60,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionSuspension.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionSuspension.php index ad8d308..ebe527e 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionSuspension.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionSuspension.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionSuspension implements ModelInterface, ArrayAccess @@ -680,3 +680,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionSuspensionCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionSuspensionCreate.php index 972b04b..633afd4 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionSuspensionCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionSuspensionCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionSuspensionCreate implements ModelInterface, ArrayAccess @@ -369,3 +369,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionSuspensionInitiator.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionSuspensionInitiator.php index b83f56c..9f6fd55 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionSuspensionInitiator.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionSuspensionInitiator.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionSuspensionInitiator @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionSuspensionState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionSuspensionState.php index a222b5d..1714357 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionSuspensionState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionSuspensionState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionSuspensionState @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionSuspensionType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionSuspensionType.php index 9f8319b..4904da5 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionSuspensionType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionSuspensionType.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionSuspensionType @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionUpdateAddressesRequest.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionUpdateAddressesRequest.php index c298d13..683e29b 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionUpdateAddressesRequest.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionUpdateAddressesRequest.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionUpdateAddressesRequest implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionUpdateRequest.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionUpdateRequest.php index ac61109..0ba9422 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionUpdateRequest.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionUpdateRequest.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionUpdateRequest implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionVersion.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionVersion.php index 4a2ea36..ce37358 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionVersion.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionVersion.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionVersion implements ModelInterface, ArrayAccess @@ -1128,3 +1128,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionVersionItem.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionVersionItem.php index 42f5a23..883c3ea 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionVersionItem.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionVersionItem.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionVersionItem implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionVersionItemPriceStrategy.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionVersionItemPriceStrategy.php index b52dbe9..9eee1d3 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionVersionItemPriceStrategy.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionVersionItemPriceStrategy.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionVersionItemPriceStrategy @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionVersionState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionVersionState.php index 94af51a..977b93e 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionVersionState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionVersionState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionVersionState @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionWeekday.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionWeekday.php index 942c967..ba91811 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionWeekday.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifySubscriptionWeekday.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionWeekday @@ -62,3 +62,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyTaxLine.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyTaxLine.php index 5de1477..0950966 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyTaxLine.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyTaxLine.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifyTaxLine implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyTransaction.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyTransaction.php index 2ea584e..740fc16 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyTransaction.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyTransaction.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifyTransaction extends TransactionAwareEntity @@ -578,3 +578,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyTransactionState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyTransactionState.php index 292cf16..a1a9cf5 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyTransactionState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/ShopifyTransactionState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifyTransactionState @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/Space.php b/upload/system/library/wallee/wallee-sdk/lib/Model/Space.php index ff25bde..a03b545 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/Space.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/Space.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Space implements ModelInterface, ArrayAccess @@ -919,3 +919,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceAddress.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceAddress.php index 57a1c24..3490eb8 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceAddress.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceAddress.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SpaceAddress implements ModelInterface, ArrayAccess @@ -736,3 +736,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceAddressCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceAddressCreate.php index 30558eb..2e3ec4a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceAddressCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceAddressCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SpaceAddressCreate implements ModelInterface, ArrayAccess @@ -736,3 +736,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceCreate.php index be1c82c..3edb51e 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SpaceCreate extends AbstractSpaceUpdate @@ -293,3 +293,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceReference.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceReference.php index ecde374..c98fc8f 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceReference.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceReference.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SpaceReference implements ModelInterface, ArrayAccess @@ -488,3 +488,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceReferenceState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceReferenceState.php index fca8eb8..082a14e 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceReferenceState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceReferenceState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SpaceReferenceState @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceUpdate.php index 5d16383..f82d037 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceUpdate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SpaceUpdate extends AbstractSpaceUpdate @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceView.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceView.php index f57a765..31f5647 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceView.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SpaceView.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SpaceView implements ModelInterface, ArrayAccess @@ -503,3 +503,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/StaticValue.php b/upload/system/library/wallee/wallee-sdk/lib/Model/StaticValue.php index c8d57fc..a02a78f 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/StaticValue.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/StaticValue.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class StaticValue implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/Subscriber.php b/upload/system/library/wallee/wallee-sdk/lib/Model/Subscriber.php index 44f8a89..8f3ca2e 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/Subscriber.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/Subscriber.php @@ -29,7 +29,7 @@ * @category Class * @description A subscriber represents everyone who is subscribed to a product. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Subscriber implements ModelInterface, ArrayAccess @@ -768,3 +768,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriberActive.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriberActive.php index 9e7c91a..1fc07e5 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriberActive.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriberActive.php @@ -27,7 +27,7 @@ * @category Class * @description A subscriber represents everyone who is subscribed to a product. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriberActive extends SubscriberUpdate @@ -290,3 +290,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriberCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriberCreate.php index 779c047..ddc1b3c 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriberCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriberCreate.php @@ -27,7 +27,7 @@ * @category Class * @description A subscriber represents everyone who is subscribed to a product. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriberCreate extends AbstractSubscriberUpdate @@ -325,3 +325,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriberUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriberUpdate.php index dbd2d7b..ed63350 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriberUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriberUpdate.php @@ -29,7 +29,7 @@ * @category Class * @description A subscriber represents everyone who is subscribed to a product. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriberUpdate implements ModelInterface, ArrayAccess @@ -646,3 +646,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/Subscription.php b/upload/system/library/wallee/wallee-sdk/lib/Model/Subscription.php index ef5733d..f34a419 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/Subscription.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/Subscription.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Subscription implements ModelInterface, ArrayAccess @@ -920,3 +920,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliate.php index e2f7b68..d90fc3e 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionAffiliate implements ModelInterface, ArrayAccess @@ -629,3 +629,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliateCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliateCreate.php index bd64528..0bf6f7c 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliateCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliateCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionAffiliateCreate extends AbstractSubscriptionAffiliateUpdate @@ -390,3 +390,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliateDeleted.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliateDeleted.php index 1b05d85..7aa6b1f 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliateDeleted.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliateDeleted.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionAffiliateDeleted extends SubscriptionAffiliate @@ -263,3 +263,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliateDeleting.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliateDeleting.php index 69e58c1..ab57e66 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliateDeleting.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliateDeleting.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionAffiliateDeleting extends SubscriptionAffiliateDeleted @@ -263,3 +263,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliateInactive.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliateInactive.php index 223e856..755bdb7 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliateInactive.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliateInactive.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionAffiliateInactive extends SubscriptionAffiliateUpdate @@ -263,3 +263,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliateUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliateUpdate.php index 0ddb423..d087c59 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliateUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionAffiliateUpdate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionAffiliateUpdate implements ModelInterface, ArrayAccess @@ -477,3 +477,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionChangeRequest.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionChangeRequest.php index df80a8b..9d6b4c3 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionChangeRequest.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionChangeRequest.php @@ -29,7 +29,7 @@ * @category Class * @description The subscription change request allows to change a subscription. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionChangeRequest implements ModelInterface, ArrayAccess @@ -465,3 +465,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionCharge.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionCharge.php index 831ff96..271012b 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionCharge.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionCharge.php @@ -29,7 +29,7 @@ * @category Class * @description The subscription charge represents a single charge carried out for a particular subscription. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionCharge implements ModelInterface, ArrayAccess @@ -974,3 +974,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionChargeCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionChargeCreate.php index c7e160a..9d9785d 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionChargeCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionChargeCreate.php @@ -29,7 +29,7 @@ * @category Class * @description The subscription charge represents a single charge carried out for a particular subscription. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionChargeCreate implements ModelInterface, ArrayAccess @@ -535,3 +535,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionChargeProcessingType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionChargeProcessingType.php index 1a2314a..03af6be 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionChargeProcessingType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionChargeProcessingType.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionChargeProcessingType @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionChargeState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionChargeState.php index 266197e..2af6c95 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionChargeState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionChargeState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionChargeState @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionChargeType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionChargeType.php index cd24d56..82fbe6d 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionChargeType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionChargeType.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionChargeType @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionComponentConfiguration.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionComponentConfiguration.php index 4e2ec28..46e7ca6 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionComponentConfiguration.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionComponentConfiguration.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionComponentConfiguration implements ModelInterface, ArrayAccess @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionComponentReferenceConfiguration.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionComponentReferenceConfiguration.php index b5c3c86..779f058 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionComponentReferenceConfiguration.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionComponentReferenceConfiguration.php @@ -29,7 +29,7 @@ * @category Class * @description The component reference configuration adjusts the product component for a particular subscription. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionComponentReferenceConfiguration implements ModelInterface, ArrayAccess @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionCreateRequest.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionCreateRequest.php index 2a34f8d..7f74057 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionCreateRequest.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionCreateRequest.php @@ -29,7 +29,7 @@ * @category Class * @description The subscription create request holds all the data required to create a new subscription. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionCreateRequest implements ModelInterface, ArrayAccess @@ -433,3 +433,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionLedgerEntry.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionLedgerEntry.php index 449ddc3..0453a41 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionLedgerEntry.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionLedgerEntry.php @@ -29,7 +29,7 @@ * @category Class * @description The subscription ledger entry represents a single change on the subscription balance. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionLedgerEntry implements ModelInterface, ArrayAccess @@ -791,3 +791,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionLedgerEntryCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionLedgerEntryCreate.php index 81eaca3..987903a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionLedgerEntryCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionLedgerEntryCreate.php @@ -29,7 +29,7 @@ * @category Class * @description The subscription ledger entry represents a single change on the subscription balance. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionLedgerEntryCreate implements ModelInterface, ArrayAccess @@ -486,3 +486,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionLedgerEntryState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionLedgerEntryState.php index d86c107..4d86058 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionLedgerEntryState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionLedgerEntryState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionLedgerEntryState @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetric.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetric.php index 2cea354..02d79f3 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetric.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetric.php @@ -29,7 +29,7 @@ * @category Class * @description A metric represents the usage of a resource that can be measured. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionMetric implements ModelInterface, ArrayAccess @@ -520,3 +520,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricActive.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricActive.php index c30a07d..4a8fd5b 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricActive.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricActive.php @@ -27,7 +27,7 @@ * @category Class * @description A metric represents the usage of a resource that can be measured. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionMetricActive extends SubscriptionMetricUpdate @@ -263,3 +263,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricCreate.php index e781baf..d412a44 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricCreate.php @@ -27,7 +27,7 @@ * @category Class * @description A metric represents the usage of a resource that can be measured. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionMetricCreate extends AbstractSubscriptionMetricUpdate @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricType.php index 38bb730..1b2d51a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricType.php @@ -29,7 +29,7 @@ * @category Class * @description The subscription metric type identifies the type of the metric. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionMetricType implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricUpdate.php index d7c8ce8..68e6f24 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricUpdate.php @@ -29,7 +29,7 @@ * @category Class * @description A metric represents the usage of a resource that can be measured. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionMetricUpdate implements ModelInterface, ArrayAccess @@ -398,3 +398,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricUsageReport.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricUsageReport.php index e6c87ff..3897980 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricUsageReport.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricUsageReport.php @@ -29,7 +29,7 @@ * @category Class * @description The metric usage is the actual usage of a metric for a particular subscription as collected by an external application. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionMetricUsageReport implements ModelInterface, ArrayAccess @@ -624,3 +624,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricUsageReportCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricUsageReportCreate.php index c5c5643..58b351c 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricUsageReportCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionMetricUsageReportCreate.php @@ -29,7 +29,7 @@ * @category Class * @description The metric usage is the actual usage of a metric for a particular subscription as collected by an external application. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionMetricUsageReportCreate implements ModelInterface, ArrayAccess @@ -444,3 +444,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionPending.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionPending.php index 32803c1..cef1dde 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionPending.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionPending.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionPending extends SubscriptionUpdate @@ -394,3 +394,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionPeriodBill.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionPeriodBill.php index ff8a68a..2669ad5 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionPeriodBill.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionPeriodBill.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionPeriodBill implements ModelInterface, ArrayAccess @@ -616,3 +616,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionPeriodBillState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionPeriodBillState.php index bd014fb..20fb86e 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionPeriodBillState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionPeriodBillState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionPeriodBillState @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProduct.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProduct.php index 17b556b..a94f494 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProduct.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProduct.php @@ -29,7 +29,7 @@ * @category Class * @description A subscription product represents a product to which a subscriber can subscribe to. A product defines how much the subscription costs and in what cycles the subscribe is charged. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProduct implements ModelInterface, ArrayAccess @@ -632,3 +632,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductActive.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductActive.php index 6c75bf9..d8a13f1 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductActive.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductActive.php @@ -27,7 +27,7 @@ * @category Class * @description A subscription product represents a product to which a subscriber can subscribe to. A product defines how much the subscription costs and in what cycles the subscribe is charged. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductActive extends AbstractSubscriptionProductActive @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponent.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponent.php index 5f88859..74c99b6 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponent.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponent.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductComponent implements ModelInterface, ArrayAccess @@ -712,3 +712,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponentGroup.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponentGroup.php index ca36c79..2d69758 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponentGroup.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponentGroup.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductComponentGroup implements ModelInterface, ArrayAccess @@ -488,3 +488,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponentGroupUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponentGroupUpdate.php index ff6cba9..cfdff41 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponentGroupUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponentGroupUpdate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductComponentGroupUpdate implements ModelInterface, ArrayAccess @@ -462,3 +462,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponentReference.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponentReference.php index 3d61345..346c0b1 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponentReference.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponentReference.php @@ -29,7 +29,7 @@ * @category Class * @description The product component reference binds components from different product versions together. By binding them together the product version migration can be realized. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductComponentReference implements ModelInterface, ArrayAccess @@ -496,3 +496,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponentReferenceState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponentReferenceState.php index 332534e..1de1239 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponentReferenceState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponentReferenceState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductComponentReferenceState @@ -56,3 +56,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponentUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponentUpdate.php index 43f8400..2ca1402 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponentUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductComponentUpdate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductComponentUpdate implements ModelInterface, ArrayAccess @@ -686,3 +686,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductCreate.php index e769975..a951b6c 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductCreate.php @@ -27,7 +27,7 @@ * @category Class * @description A subscription product represents a product to which a subscriber can subscribe to. A product defines how much the subscription costs and in what cycles the subscribe is charged. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductCreate extends AbstractSubscriptionProductActive @@ -301,3 +301,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductRetirement.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductRetirement.php index 2d9a783..1093099 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductRetirement.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductRetirement.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductRetirement implements ModelInterface, ArrayAccess @@ -488,3 +488,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductRetirementCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductRetirementCreate.php index 4f71695..8573d6a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductRetirementCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductRetirementCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductRetirementCreate implements ModelInterface, ArrayAccess @@ -363,3 +363,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductState.php index 4efc99e..5e878cd 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductState @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductVersion.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductVersion.php index 0b9283f..c5f169e 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductVersion.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductVersion.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductVersion implements ModelInterface, ArrayAccess @@ -944,3 +944,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductVersionPending.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductVersionPending.php index f254c59..4e5819f 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductVersionPending.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductVersionPending.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductVersionPending implements ModelInterface, ArrayAccess @@ -654,3 +654,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductVersionRetirement.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductVersionRetirement.php index dfd1922..a4ad7c1 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductVersionRetirement.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductVersionRetirement.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductVersionRetirement implements ModelInterface, ArrayAccess @@ -488,3 +488,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductVersionRetirementCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductVersionRetirementCreate.php index e664833..683e02c 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductVersionRetirementCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductVersionRetirementCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductVersionRetirementCreate implements ModelInterface, ArrayAccess @@ -363,3 +363,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductVersionState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductVersionState.php index 731c6d8..7a1568b 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductVersionState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionProductVersionState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductVersionState @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionState.php index eac6c7f..b65b9bc 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionState @@ -64,3 +64,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspension.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspension.php index 7e21fe9..7d8ee17 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspension.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspension.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionSuspension implements ModelInterface, ArrayAccess @@ -720,3 +720,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspensionAction.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspensionAction.php index 052ee30..4a718ad 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspensionAction.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspensionAction.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionSuspensionAction @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspensionCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspensionCreate.php index ceafe0f..fde0cef 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspensionCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspensionCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionSuspensionCreate implements ModelInterface, ArrayAccess @@ -409,3 +409,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspensionReason.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspensionReason.php index 4e4c7b9..4a889b4 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspensionReason.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspensionReason.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionSuspensionReason @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspensionRunning.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspensionRunning.php index b05406f..ab2924b 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspensionRunning.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspensionRunning.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionSuspensionRunning extends SubscriptionSuspension @@ -263,3 +263,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspensionState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspensionState.php index 8b76fa5..6774462 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspensionState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionSuspensionState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionSuspensionState @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionUpdate.php index cd8c6d0..5e092c0 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionUpdate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionUpdate implements ModelInterface, ArrayAccess @@ -438,3 +438,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionVersion.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionVersion.php index 2cdc149..e7e0240 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionVersion.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionVersion.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionVersion implements ModelInterface, ArrayAccess @@ -872,3 +872,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionVersionState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionVersionState.php index 0a5860a..2e3123b 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionVersionState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/SubscriptionVersionState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionVersionState @@ -60,3 +60,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/Tax.php b/upload/system/library/wallee/wallee-sdk/lib/Model/Tax.php index ea77a24..e337487 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/Tax.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/Tax.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Tax implements ModelInterface, ArrayAccess @@ -343,3 +343,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TaxCalculation.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TaxCalculation.php index b222a81..89356ec 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TaxCalculation.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TaxCalculation.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TaxCalculation @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TaxClass.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TaxClass.php index 370bb6c..6a48998 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TaxClass.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TaxClass.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TaxClass implements ModelInterface, ArrayAccess @@ -496,3 +496,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TaxCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TaxCreate.php index e7381b5..e4b0bdc 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TaxCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TaxCreate.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TaxCreate implements ModelInterface, ArrayAccess @@ -349,3 +349,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TenantDatabase.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TenantDatabase.php index 77ab592..2162a94 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TenantDatabase.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TenantDatabase.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TenantDatabase implements ModelInterface, ArrayAccess @@ -368,3 +368,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/Token.php b/upload/system/library/wallee/wallee-sdk/lib/Model/Token.php index f51d48d..c4bf73d 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/Token.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/Token.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Token implements ModelInterface, ArrayAccess @@ -711,3 +711,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TokenCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TokenCreate.php index 3ec12ad..db9bc8a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TokenCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TokenCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TokenCreate extends AbstractTokenUpdate @@ -340,3 +340,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TokenUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TokenUpdate.php index 4ed7268..8e866e5 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TokenUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TokenUpdate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TokenUpdate extends AbstractTokenUpdate @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TokenVersion.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TokenVersion.php index a73fc2d..47af383 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TokenVersion.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TokenVersion.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TokenVersion implements ModelInterface, ArrayAccess @@ -1016,3 +1016,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TokenVersionState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TokenVersionState.php index 8f31151..c489c5f 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TokenVersionState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TokenVersionState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TokenVersionState @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TokenVersionType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TokenVersionType.php index 75c57b9..3180989 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TokenVersionType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TokenVersionType.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TokenVersionType implements ModelInterface, ArrayAccess @@ -392,3 +392,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TokenizationMode.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TokenizationMode.php index 7622a7d..d4f9140 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TokenizationMode.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TokenizationMode.php @@ -27,7 +27,7 @@ * @category Class * @description The tokenization mode controls how the tokenization of payment information is applied on the transaction. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TokenizationMode @@ -56,3 +56,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/Transaction.php b/upload/system/library/wallee/wallee-sdk/lib/Model/Transaction.php index 3d3bf1b..490a583 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/Transaction.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/Transaction.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class Transaction implements ModelInterface, ArrayAccess @@ -2357,3 +2357,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionAwareEntity.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionAwareEntity.php index 9f1e85c..017b175 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionAwareEntity.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionAwareEntity.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionAwareEntity implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionComment.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionComment.php index e236b7b..c1ff760 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionComment.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionComment.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionComment implements ModelInterface, ArrayAccess @@ -592,3 +592,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCommentActive.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCommentActive.php index 325ceb0..20e1532 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCommentActive.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCommentActive.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCommentActive extends AbstractTransactionCommentActive @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCommentCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCommentCreate.php index 9a302c5..9cc0cd2 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCommentCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCommentCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCommentCreate extends AbstractTransactionCommentActive @@ -293,3 +293,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCompletion.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCompletion.php index 609ff0a..ad10638 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCompletion.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCompletion.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCompletion extends TransactionAwareEntity @@ -1177,3 +1177,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCompletionBehavior.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCompletionBehavior.php index c51161c..5f622ea 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCompletionBehavior.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCompletionBehavior.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCompletionBehavior @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCompletionMode.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCompletionMode.php index 1bd45e3..381dafa 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCompletionMode.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCompletionMode.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCompletionMode @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCompletionRequest.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCompletionRequest.php index 9574e21..10d7be5 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCompletionRequest.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCompletionRequest.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCompletionRequest implements ModelInterface, ArrayAccess @@ -456,3 +456,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCompletionState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCompletionState.php index e205ca5..87f7307 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCompletionState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCompletionState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCompletionState @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCreate.php index 61142af..1fbc28c 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCreate extends AbstractTransactionPending @@ -660,3 +660,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionEnvironmentSelectionStrategy.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionEnvironmentSelectionStrategy.php index 6a139ef..1270dba 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionEnvironmentSelectionStrategy.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionEnvironmentSelectionStrategy.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionEnvironmentSelectionStrategy @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionGroup.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionGroup.php index 77a04a7..e5d89ed 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionGroup.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionGroup.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionGroup implements ModelInterface, ArrayAccess @@ -528,3 +528,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionGroupState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionGroupState.php index 69ab98f..bffbfa6 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionGroupState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionGroupState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionGroupState @@ -54,3 +54,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoice.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoice.php index ee0cb2c..cf126fc 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoice.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoice.php @@ -27,7 +27,7 @@ * @category Class * @description The transaction invoice represents the invoice document for a particular transaction. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionInvoice extends TransactionAwareEntity @@ -953,3 +953,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoiceComment.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoiceComment.php index 623b41a..e0f6e6a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoiceComment.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoiceComment.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionInvoiceComment implements ModelInterface, ArrayAccess @@ -592,3 +592,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoiceCommentActive.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoiceCommentActive.php index 30cfe05..aa9aa8d 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoiceCommentActive.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoiceCommentActive.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionInvoiceCommentActive extends AbstractTransactionInvoiceCommentActive @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoiceCommentCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoiceCommentCreate.php index 2872889..c656759 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoiceCommentCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoiceCommentCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionInvoiceCommentCreate extends AbstractTransactionInvoiceCommentActive @@ -293,3 +293,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoiceReplacement.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoiceReplacement.php index 9f4a58d..69a4ff0 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoiceReplacement.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoiceReplacement.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionInvoiceReplacement implements ModelInterface, ArrayAccess @@ -485,3 +485,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoiceState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoiceState.php index 0e7f902..92922c8 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoiceState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionInvoiceState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionInvoiceState @@ -62,3 +62,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionLineItemUpdateRequest.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionLineItemUpdateRequest.php index 0d131c1..23b2d2e 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionLineItemUpdateRequest.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionLineItemUpdateRequest.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionLineItemUpdateRequest implements ModelInterface, ArrayAccess @@ -331,3 +331,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionLineItemVersion.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionLineItemVersion.php index 86f59f8..620d7b1 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionLineItemVersion.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionLineItemVersion.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionLineItemVersion extends TransactionAwareEntity @@ -610,3 +610,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionPending.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionPending.php index 99fcaa5..19b1a42 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionPending.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionPending.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionPending extends AbstractTransactionPending @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionState.php index 6ea5f96..4e11f00 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionState @@ -68,3 +68,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionUserInterfaceType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionUserInterfaceType.php index ef2fd85..ddd3b60 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionUserInterfaceType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionUserInterfaceType.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionUserInterfaceType @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionVoid.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionVoid.php index 43a3e85..e3de6e5 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionVoid.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionVoid.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionVoid extends TransactionAwareEntity @@ -802,3 +802,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionVoidMode.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionVoidMode.php index a222bcd..f394fd5 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionVoidMode.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionVoidMode.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionVoidMode @@ -52,3 +52,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionVoidState.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionVoidState.php index b318801..0f62a6b 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionVoidState.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TransactionVoidState.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionVoidState @@ -56,3 +56,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/TwoFactorAuthenticationType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/TwoFactorAuthenticationType.php index 8b4fa37..7366f04 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/TwoFactorAuthenticationType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/TwoFactorAuthenticationType.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TwoFactorAuthenticationType implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/UnencryptedCardData.php b/upload/system/library/wallee/wallee-sdk/lib/Model/UnencryptedCardData.php index ec07fbe..92251db 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/UnencryptedCardData.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/UnencryptedCardData.php @@ -29,7 +29,7 @@ * @category Class * @description This model holds the card data in plain. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class UnencryptedCardData implements ModelInterface, ArrayAccess @@ -430,3 +430,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/UnencryptedCardDataCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/UnencryptedCardDataCreate.php index 565c024..4e91c74 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/UnencryptedCardDataCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/UnencryptedCardDataCreate.php @@ -29,7 +29,7 @@ * @category Class * @description This model holds the card data in plain. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class UnencryptedCardDataCreate implements ModelInterface, ArrayAccess @@ -433,3 +433,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/User.php b/upload/system/library/wallee/wallee-sdk/lib/Model/User.php index cda43b2..705540f 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/User.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/User.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class User implements ModelInterface, ArrayAccess @@ -456,3 +456,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/UserAccountRole.php b/upload/system/library/wallee/wallee-sdk/lib/Model/UserAccountRole.php index de0294d..569faf5 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/UserAccountRole.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/UserAccountRole.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class UserAccountRole implements ModelInterface, ArrayAccess @@ -456,3 +456,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/UserSpaceRole.php b/upload/system/library/wallee/wallee-sdk/lib/Model/UserSpaceRole.php index 84e73ac..a422221 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/UserSpaceRole.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/UserSpaceRole.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class UserSpaceRole implements ModelInterface, ArrayAccess @@ -424,3 +424,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/UserType.php b/upload/system/library/wallee/wallee-sdk/lib/Model/UserType.php index 5d609b5..018b4e6 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/UserType.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/UserType.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class UserType @@ -58,3 +58,7 @@ public static function getAllowableEnumValues() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookIdentity.php b/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookIdentity.php index a0ef496..5b32731 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookIdentity.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookIdentity.php @@ -29,7 +29,7 @@ * @category Class * @description The webhook identity represents a set of keys that will be used to sign the webhook messages. * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class WebhookIdentity implements ModelInterface, ArrayAccess @@ -464,3 +464,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookListener.php b/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookListener.php index 35aa674..fb54597 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookListener.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookListener.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class WebhookListener implements ModelInterface, ArrayAccess @@ -624,3 +624,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookListenerCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookListenerCreate.php index e291ff4..5924e09 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookListenerCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookListenerCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class WebhookListenerCreate extends AbstractWebhookListenerUpdate @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookListenerEntity.php b/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookListenerEntity.php index fee92e3..028aaf3 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookListenerEntity.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookListenerEntity.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class WebhookListenerEntity implements ModelInterface, ArrayAccess @@ -360,3 +360,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookListenerUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookListenerUpdate.php index 09e4141..a9586be 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookListenerUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookListenerUpdate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class WebhookListenerUpdate extends AbstractWebhookListenerUpdate @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookUrl.php b/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookUrl.php index cd7df42..fa664cd 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookUrl.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookUrl.php @@ -29,7 +29,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class WebhookUrl implements ModelInterface, ArrayAccess @@ -511,3 +511,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookUrlCreate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookUrlCreate.php index 47e5ea2..f0eb7a5 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookUrlCreate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookUrlCreate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class WebhookUrlCreate extends AbstractWebhookUrlUpdate @@ -263,3 +263,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookUrlUpdate.php b/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookUrlUpdate.php index 1669a4b..99dbfa1 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookUrlUpdate.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Model/WebhookUrlUpdate.php @@ -27,7 +27,7 @@ * @category Class * @description * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class WebhookUrlUpdate extends AbstractWebhookUrlUpdate @@ -328,3 +328,7 @@ public function __toString() } + +} + + diff --git a/upload/system/library/wallee/wallee-sdk/lib/ObjectSerializer.php b/upload/system/library/wallee/wallee-sdk/lib/ObjectSerializer.php index 5046fee..3cee5f0 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/ObjectSerializer.php +++ b/upload/system/library/wallee/wallee-sdk/lib/ObjectSerializer.php @@ -27,7 +27,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ObjectSerializer @@ -509,3 +509,6 @@ public static function build_query(array $params, $encoding = PHP_QUERY_RFC3986) } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/AccountService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/AccountService.php index 449c306..c13ee3c 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/AccountService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/AccountService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class AccountService { @@ -705,3 +705,6 @@ public function updateWithHttpInfo($entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/ApplicationUserService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/ApplicationUserService.php index b997d73..812fc06 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/ApplicationUserService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/ApplicationUserService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ApplicationUserService { @@ -705,3 +705,6 @@ public function updateWithHttpInfo($entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/CardProcessingService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/CardProcessingService.php index 60bf854..a80b3ea 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/CardProcessingService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/CardProcessingService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CardProcessingService { @@ -349,3 +349,6 @@ public function processWith3DSecureWithHttpInfo($space_id, $transaction_id, $pay } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/ChargeAttemptService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/ChargeAttemptService.php index 8bfe713..369fd94 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/ChargeAttemptService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/ChargeAttemptService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeAttemptService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/ChargeFlowLevelPaymentLinkService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/ChargeFlowLevelPaymentLinkService.php index 4823ebe..d060884 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/ChargeFlowLevelPaymentLinkService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/ChargeFlowLevelPaymentLinkService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeFlowLevelPaymentLinkService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/ChargeFlowLevelService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/ChargeFlowLevelService.php index f840020..926b195 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/ChargeFlowLevelService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/ChargeFlowLevelService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeFlowLevelService { @@ -519,3 +519,6 @@ public function sendMessageWithHttpInfo($space_id, $id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/ChargeFlowService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/ChargeFlowService.php index 3e4dbda..9370e80 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/ChargeFlowService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/ChargeFlowService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ChargeFlowService { @@ -650,3 +650,6 @@ public function updateRecipientWithHttpInfo($space_id, $transaction_id, $type, $ } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/ConditionTypeService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/ConditionTypeService.php index b1e4d9b..43208e3 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/ConditionTypeService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/ConditionTypeService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ConditionTypeService { @@ -266,3 +266,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/CountryService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/CountryService.php index fa7ef1f..9374690 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/CountryService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/CountryService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CountryService { @@ -162,3 +162,6 @@ public function allWithHttpInfo() { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/CountryStateService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/CountryStateService.php index 1cdab69..5a6948f 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/CountryStateService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/CountryStateService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CountryStateService { @@ -266,3 +266,6 @@ public function countryWithHttpInfo($code) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/CurrencyService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/CurrencyService.php index e70a726..faabe85 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/CurrencyService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/CurrencyService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CurrencyService { @@ -162,3 +162,6 @@ public function allWithHttpInfo() { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/CustomerAddressService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/CustomerAddressService.php index 8f4d801..5ecf10f 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/CustomerAddressService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/CustomerAddressService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerAddressService { @@ -872,3 +872,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/CustomerCommentService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/CustomerCommentService.php index 98a67af..a2cfe9a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/CustomerCommentService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/CustomerCommentService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerCommentService { @@ -985,3 +985,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/CustomerService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/CustomerService.php index 81d1207..58820bc 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/CustomerService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/CustomerService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class CustomerService { @@ -759,3 +759,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/DebtCollectionCaseService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/DebtCollectionCaseService.php index 58c1765..c21e3b9 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/DebtCollectionCaseService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/DebtCollectionCaseService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DebtCollectionCaseService { @@ -1521,3 +1521,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/DebtCollectorConfigurationService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/DebtCollectorConfigurationService.php index 47ac653..e74de50 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/DebtCollectorConfigurationService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/DebtCollectorConfigurationService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DebtCollectorConfigurationService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/DebtCollectorService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/DebtCollectorService.php index 218edfc..65aa6e6 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/DebtCollectorService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/DebtCollectorService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DebtCollectorService { @@ -266,3 +266,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/DeliveryIndicationService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/DeliveryIndicationService.php index 6481d74..6ad8bb9 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/DeliveryIndicationService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/DeliveryIndicationService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DeliveryIndicationService { @@ -636,3 +636,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/DocumentTemplateService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/DocumentTemplateService.php index 8f4a94e..68f280d 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/DocumentTemplateService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/DocumentTemplateService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DocumentTemplateService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/DocumentTemplateTypeService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/DocumentTemplateTypeService.php index f2b2599..9eef29b 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/DocumentTemplateTypeService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/DocumentTemplateTypeService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class DocumentTemplateTypeService { @@ -266,3 +266,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/HumanUserService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/HumanUserService.php index 75d40ec..82971c5 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/HumanUserService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/HumanUserService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class HumanUserService { @@ -811,3 +811,6 @@ public function updateWithHttpInfo($entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/InstallmentPaymentService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/InstallmentPaymentService.php index 854e1da..a147691 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/InstallmentPaymentService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/InstallmentPaymentService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class InstallmentPaymentService { @@ -532,3 +532,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/InstallmentPaymentSliceService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/InstallmentPaymentSliceService.php index fc0714c..155d534 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/InstallmentPaymentSliceService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/InstallmentPaymentSliceService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class InstallmentPaymentSliceService { @@ -410,3 +410,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/InstallmentPlanCalculationService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/InstallmentPlanCalculationService.php index a659189..50073fb 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/InstallmentPlanCalculationService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/InstallmentPlanCalculationService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class InstallmentPlanCalculationService { @@ -180,3 +180,6 @@ public function calculatePlansWithHttpInfo($space_id, $transaction_id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/InstallmentPlanConfigurationService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/InstallmentPlanConfigurationService.php index 88d72f1..b88cb75 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/InstallmentPlanConfigurationService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/InstallmentPlanConfigurationService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class InstallmentPlanConfigurationService { @@ -410,3 +410,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/InstallmentPlanSliceConfigurationService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/InstallmentPlanSliceConfigurationService.php index c127bd2..b61c4f6 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/InstallmentPlanSliceConfigurationService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/InstallmentPlanSliceConfigurationService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class InstallmentPlanSliceConfigurationService { @@ -410,3 +410,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/LabelDescriptionGroupService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/LabelDescriptionGroupService.php index 3e0d475..166d470 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/LabelDescriptionGroupService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/LabelDescriptionGroupService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LabelDescriptionGroupService { @@ -266,3 +266,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/LabelDescriptionService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/LabelDescriptionService.php index 67e5f78..5b71314 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/LabelDescriptionService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/LabelDescriptionService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LabelDescriptionService { @@ -266,3 +266,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/LanguageService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/LanguageService.php index 72e3d34..943ee0a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/LanguageService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/LanguageService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LanguageService { @@ -162,3 +162,6 @@ public function allWithHttpInfo() { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/LegalOrganizationFormService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/LegalOrganizationFormService.php index cb4d56c..2c01055 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/LegalOrganizationFormService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/LegalOrganizationFormService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class LegalOrganizationFormService { @@ -370,3 +370,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/ManualTaskService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/ManualTaskService.php index 2368bf2..79a35bd 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/ManualTaskService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/ManualTaskService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ManualTaskService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/MerticUsageService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/MerticUsageService.php index 9f53c99..365f31f 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/MerticUsageService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/MerticUsageService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class MerticUsageService { @@ -189,3 +189,6 @@ public function calculateWithHttpInfo($space_id, $start, $end) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentConnectorConfigurationService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentConnectorConfigurationService.php index a38859e..03a9ec2 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentConnectorConfigurationService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentConnectorConfigurationService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentConnectorConfigurationService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentConnectorService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentConnectorService.php index ef893be..e5fd0f5 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentConnectorService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentConnectorService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentConnectorService { @@ -266,3 +266,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentLinkService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentLinkService.php index b0da929..7cdc923 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentLinkService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentLinkService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentLinkService { @@ -759,3 +759,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentMethodBrandService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentMethodBrandService.php index 22c12dc..329e748 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentMethodBrandService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentMethodBrandService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentMethodBrandService { @@ -266,3 +266,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentMethodConfigurationService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentMethodConfigurationService.php index dc3671a..84f72d4 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentMethodConfigurationService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentMethodConfigurationService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentMethodConfigurationService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentMethodService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentMethodService.php index bf1ea5d..639d5fd 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentMethodService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentMethodService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentMethodService { @@ -266,3 +266,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentProcessorConfigurationService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentProcessorConfigurationService.php index 17b5f83..1e224dd 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentProcessorConfigurationService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentProcessorConfigurationService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentProcessorConfigurationService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentProcessorService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentProcessorService.php index 5f6037e..95c25b2 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentProcessorService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentProcessorService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentProcessorService { @@ -266,3 +266,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentTerminalService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentTerminalService.php index 4acc25c..e04b5a0 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentTerminalService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentTerminalService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentTerminalTillService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentTerminalTillService.php index ba3039d..1b84a2b 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentTerminalTillService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/PaymentTerminalTillService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PaymentTerminalTillService { @@ -210,3 +210,6 @@ public function performTransactionWithHttpInfo($space_id, $transaction_id, $term } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/PermissionService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/PermissionService.php index 0ec2152..3fad894 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/PermissionService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/PermissionService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class PermissionService { @@ -266,3 +266,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/RefundCommentService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/RefundCommentService.php index ace4458..84e12ad 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/RefundCommentService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/RefundCommentService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RefundCommentService { @@ -870,3 +870,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/RefundService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/RefundService.php index f866722..ba38f59 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/RefundService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/RefundService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RefundService { @@ -982,3 +982,6 @@ public function succeedWithHttpInfo($space_id, $refund_id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifyRecurringOrderService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifyRecurringOrderService.php index ddbc54d..71cb3de 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifyRecurringOrderService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifyRecurringOrderService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifyRecurringOrderService { @@ -513,3 +513,6 @@ public function updateWithHttpInfo($space_id, $update_request) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifySubscriberService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifySubscriberService.php index 99567f7..de34859 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifySubscriberService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifySubscriberService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriberService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifySubscriptionProductService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifySubscriptionProductService.php index fce439b..a5ee9cf 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifySubscriptionProductService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifySubscriptionProductService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionProductService { @@ -644,3 +644,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifySubscriptionService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifySubscriptionService.php index f59b44e..c7d45ac 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifySubscriptionService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifySubscriptionService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionService { @@ -865,3 +865,6 @@ public function updateAddressesWithHttpInfo($space_id, $update_request) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifySubscriptionSuspensionService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifySubscriptionSuspensionService.php index 337a85d..14760e1 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifySubscriptionSuspensionService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifySubscriptionSuspensionService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionSuspensionService { @@ -626,3 +626,6 @@ public function suspendWithHttpInfo($space_id, $suspension) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifySubscriptionVersionService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifySubscriptionVersionService.php index a8dc48c..cba54d8 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifySubscriptionVersionService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifySubscriptionVersionService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifySubscriptionVersionService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifyTransactionService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifyTransactionService.php index 1f89648..2beef2f 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifyTransactionService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/ShopifyTransactionService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class ShopifyTransactionService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/SpaceService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/SpaceService.php index 3e4e7cd..caf49a2 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/SpaceService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/SpaceService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SpaceService { @@ -705,3 +705,6 @@ public function updateWithHttpInfo($entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/StaticValueService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/StaticValueService.php index 66e8557..c30a1a1 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/StaticValueService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/StaticValueService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class StaticValueService { @@ -266,3 +266,6 @@ public function readWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriberService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriberService.php index 17f5e5b..5b0d062 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriberService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriberService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriberService { @@ -759,3 +759,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionAffiliateService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionAffiliateService.php index 08b1072..ae64f8a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionAffiliateService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionAffiliateService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionAffiliateService { @@ -759,3 +759,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionChargeService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionChargeService.php index 797aaf9..6c9e589 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionChargeService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionChargeService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionChargeService { @@ -634,3 +634,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionLedgerEntryService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionLedgerEntryService.php index 7c711d1..27b4e9c 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionLedgerEntryService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionLedgerEntryService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionLedgerEntryService { @@ -521,3 +521,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionMetricService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionMetricService.php index 8210913..6b2ba7a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionMetricService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionMetricService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionMetricService { @@ -759,3 +759,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionMetricUsageService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionMetricUsageService.php index e44fe70..f8cd931 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionMetricUsageService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionMetricUsageService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionMetricUsageService { @@ -521,3 +521,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionPeriodBillService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionPeriodBillService.php index bead414..6f881d7 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionPeriodBillService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionPeriodBillService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionPeriodBillService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductComponentGroupService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductComponentGroupService.php index 31c2188..cab1787 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductComponentGroupService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductComponentGroupService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductComponentGroupService { @@ -759,3 +759,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductComponentService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductComponentService.php index 911205e..8b172d3 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductComponentService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductComponentService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductComponentService { @@ -759,3 +759,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductFeeTierService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductFeeTierService.php index d8291aa..d21cc68 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductFeeTierService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductFeeTierService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductFeeTierService { @@ -759,3 +759,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductMeteredFeeService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductMeteredFeeService.php index 7347071..829841c 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductMeteredFeeService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductMeteredFeeService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductMeteredFeeService { @@ -759,3 +759,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductPeriodFeeService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductPeriodFeeService.php index 41388fa..bd326b0 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductPeriodFeeService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductPeriodFeeService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductPeriodFeeService { @@ -759,3 +759,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductRetirementService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductRetirementService.php index 80fbefc..68a7856 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductRetirementService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductRetirementService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductRetirementService { @@ -521,3 +521,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductService.php index a7ea4d2..380ee01 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductService { @@ -644,3 +644,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductSetupFeeService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductSetupFeeService.php index cff334b..790d78d 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductSetupFeeService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductSetupFeeService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductSetupFeeService { @@ -759,3 +759,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductVersionRetirementService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductVersionRetirementService.php index 4f97a2b..d38ab67 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductVersionRetirementService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductVersionRetirementService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductVersionRetirementService { @@ -521,3 +521,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductVersionService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductVersionService.php index b0e5aab..04f0da3 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductVersionService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionProductVersionService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionProductVersionService { @@ -757,3 +757,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionService.php index c332745..32ac46d 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionService { @@ -1256,3 +1256,6 @@ public function updateProductVersionWithHttpInfo($space_id, $subscription_id, $r } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionSuspensionService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionSuspensionService.php index c21b586..0be7b39 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionSuspensionService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionSuspensionService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionSuspensionService { @@ -634,3 +634,6 @@ public function terminateWithHttpInfo($space_id, $suspension_id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionVersionService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionVersionService.php index fd47d5b..9797411 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionVersionService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/SubscriptionVersionService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class SubscriptionVersionService { @@ -406,3 +406,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/TokenService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/TokenService.php index e29babb..5f7216a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/TokenService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/TokenService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TokenService { @@ -872,3 +872,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/TokenVersionService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/TokenVersionService.php index 930b796..b84e430 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/TokenVersionService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/TokenVersionService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TokenVersionService { @@ -519,3 +519,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionCommentService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionCommentService.php index 5e7bf7c..f002669 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionCommentService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionCommentService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCommentService { @@ -870,3 +870,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionCompletionService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionCompletionService.php index 8594b90..543f8a5 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionCompletionService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionCompletionService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCompletionService { @@ -862,3 +862,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionIframeService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionIframeService.php index 57a84d1..09d6098 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionIframeService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionIframeService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionIframeService { @@ -188,3 +188,6 @@ public function javascriptUrlWithHttpInfo($space_id, $id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionInvoiceCommentService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionInvoiceCommentService.php index 86e53ca..196c9c1 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionInvoiceCommentService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionInvoiceCommentService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionInvoiceCommentService { @@ -870,3 +870,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionInvoiceService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionInvoiceService.php index 6d1f82a..2ebc1b9 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionInvoiceService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionInvoiceService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionInvoiceService { @@ -1104,3 +1104,6 @@ public function searchWithHttpInfo($space_id, $query) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionLightboxService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionLightboxService.php index 4b1bd6d..38c4b09 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionLightboxService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionLightboxService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionLightboxService { @@ -188,3 +188,6 @@ public function javascriptUrlWithHttpInfo($space_id, $id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionMobileSdkService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionMobileSdkService.php index 1448407..919dae5 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionMobileSdkService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionMobileSdkService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionMobileSdkService { @@ -179,3 +179,6 @@ public function paymentFormUrlWithHttpInfo($credentials) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionPaymentPageService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionPaymentPageService.php index 34c8b04..c68029d 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionPaymentPageService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionPaymentPageService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionPaymentPageService { @@ -188,3 +188,6 @@ public function paymentPageUrlWithHttpInfo($space_id, $id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionService.php index f50b0bd..85dddb8 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionService { @@ -2231,3 +2231,6 @@ public function updateTransactionLineItemsWithHttpInfo($space_id, $update_reques } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionTerminalService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionTerminalService.php index 4abe4b7..9e284b3 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionTerminalService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionTerminalService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionTerminalService { @@ -325,3 +325,6 @@ public function tillConnectionCredentialsWithHttpInfo($space_id, $transaction_id } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionVoidService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionVoidService.php index 976900b..8d9a486 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionVoidService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/TransactionVoidService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionVoidService { @@ -632,3 +632,6 @@ public function voidOnlineWithHttpInfo($space_id, $id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/UserAccountRoleService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/UserAccountRoleService.php index 1e318c7..dc5456c 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/UserAccountRoleService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/UserAccountRoleService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class UserAccountRoleService { @@ -403,3 +403,6 @@ public function removeRoleWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/UserSpaceRoleService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/UserSpaceRoleService.php index b604e3a..07e5f1a 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/UserSpaceRoleService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/UserSpaceRoleService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class UserSpaceRoleService { @@ -406,3 +406,6 @@ public function removeRoleWithHttpInfo($id) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/WebhookListenerService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/WebhookListenerService.php index 9b0373f..22b2f32 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/WebhookListenerService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/WebhookListenerService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class WebhookListenerService { @@ -759,3 +759,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/Service/WebhookUrlService.php b/upload/system/library/wallee/wallee-sdk/lib/Service/WebhookUrlService.php index 9763c3e..05cff92 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/Service/WebhookUrlService.php +++ b/upload/system/library/wallee/wallee-sdk/lib/Service/WebhookUrlService.php @@ -31,7 +31,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class WebhookUrlService { @@ -759,3 +759,6 @@ public function updateWithHttpInfo($space_id, $entity) { } } +} + +} diff --git a/upload/system/library/wallee/wallee-sdk/lib/ValidationException.php b/upload/system/library/wallee/wallee-sdk/lib/ValidationException.php index 2decba6..3e980c5 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/ValidationException.php +++ b/upload/system/library/wallee/wallee-sdk/lib/ValidationException.php @@ -27,7 +27,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ final class ValidationException extends Exception { @@ -76,4 +76,6 @@ public function getModel() { return $this->model; } +} } + } \ No newline at end of file diff --git a/upload/system/library/wallee/wallee-sdk/lib/VersioningException.php b/upload/system/library/wallee/wallee-sdk/lib/VersioningException.php index 7053c86..5b8ca12 100644 --- a/upload/system/library/wallee/wallee-sdk/lib/VersioningException.php +++ b/upload/system/library/wallee/wallee-sdk/lib/VersioningException.php @@ -27,7 +27,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class VersioningException extends Exception { @@ -36,4 +36,6 @@ public function __construct($resourcePath) { parent::__construct('A versioning/locking problem occurred during the API call to ' . $resourcePath . '.'); } +} } + } \ No newline at end of file diff --git a/upload/system/library/wallee/wallee-sdk/test/ApiClientTest.php b/upload/system/library/wallee/wallee-sdk/test/ApiClientTest.php index 2bd06c7..b1fd9d7 100644 --- a/upload/system/library/wallee/wallee-sdk/test/ApiClientTest.php +++ b/upload/system/library/wallee/wallee-sdk/test/ApiClientTest.php @@ -30,7 +30,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ final class ApiClientTest extends TestCase @@ -107,3 +107,7 @@ public function testEnvClient() } + + +} + diff --git a/upload/system/library/wallee/wallee-sdk/test/RefundServiceTest.php b/upload/system/library/wallee/wallee-sdk/test/RefundServiceTest.php index 5979b2f..9025e69 100644 --- a/upload/system/library/wallee/wallee-sdk/test/RefundServiceTest.php +++ b/upload/system/library/wallee/wallee-sdk/test/RefundServiceTest.php @@ -38,7 +38,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class RefundServiceTest extends TestCase @@ -270,3 +270,5 @@ public function testSucceed() { } } + } +} diff --git a/upload/system/library/wallee/wallee-sdk/test/TransactionCompletionServiceTest.php b/upload/system/library/wallee/wallee-sdk/test/TransactionCompletionServiceTest.php index d209757..057df48 100644 --- a/upload/system/library/wallee/wallee-sdk/test/TransactionCompletionServiceTest.php +++ b/upload/system/library/wallee/wallee-sdk/test/TransactionCompletionServiceTest.php @@ -35,7 +35,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionCompletionServiceTest extends TestCase @@ -234,3 +234,5 @@ public function testSearch() { } } + } +} diff --git a/upload/system/library/wallee/wallee-sdk/test/TransactionLightboxServiceTest.php b/upload/system/library/wallee/wallee-sdk/test/TransactionLightboxServiceTest.php index 4d99fbf..f18c7ca 100644 --- a/upload/system/library/wallee/wallee-sdk/test/TransactionLightboxServiceTest.php +++ b/upload/system/library/wallee/wallee-sdk/test/TransactionLightboxServiceTest.php @@ -33,7 +33,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionLightboxServiceTest extends TestCase @@ -153,3 +153,5 @@ public function testJavascriptUrl() $this->assertEquals(0, strpos($javascriptUrl, 'http')); } } + } +} diff --git a/upload/system/library/wallee/wallee-sdk/test/TransactionPaymentPageServiceTest.php b/upload/system/library/wallee/wallee-sdk/test/TransactionPaymentPageServiceTest.php index f27aba2..8841795 100644 --- a/upload/system/library/wallee/wallee-sdk/test/TransactionPaymentPageServiceTest.php +++ b/upload/system/library/wallee/wallee-sdk/test/TransactionPaymentPageServiceTest.php @@ -35,7 +35,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionPaymentPageServiceTest extends TestCase @@ -152,3 +152,5 @@ public function testPaymentPageUrl() $this->assertEquals(0, strpos($paymentPageUrl, 'http')); } } + } +} diff --git a/upload/system/library/wallee/wallee-sdk/test/TransactionServiceTest.php b/upload/system/library/wallee/wallee-sdk/test/TransactionServiceTest.php index 7db3ccb..95a69a3 100644 --- a/upload/system/library/wallee/wallee-sdk/test/TransactionServiceTest.php +++ b/upload/system/library/wallee/wallee-sdk/test/TransactionServiceTest.php @@ -40,7 +40,7 @@ * * @category Class * @package Wallee\Sdk - * @author customweb GmbH + * @author wallee AG * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2 */ class TransactionServiceTest extends TestCase @@ -417,3 +417,6 @@ public function testUpdateTransactionLineItems() } } +} +} + diff --git a/upload/system/library/wallee/webhook/abstract_order_related.php b/upload/system/library/wallee/webhook/abstract_order_related.php index 2f8b89e..88cebde 100644 --- a/upload/system/library/wallee/webhook/abstract_order_related.php +++ b/upload/system/library/wallee/webhook/abstract_order_related.php @@ -1,4 +1,13 @@