├── .gitattributes ├── .github └── workflows │ ├── sdk_generation.yaml │ └── sdk_publish.yaml ├── .gitignore ├── .speakeasy ├── gen.lock ├── gen.yaml ├── workflow.lock └── workflow.yaml ├── CONTRIBUTING.md ├── README.md ├── RELEASES.md ├── USAGE.md ├── composer.json ├── config └── services.php ├── docs ├── Models │ ├── Components │ │ ├── ActiveSubscriptions.md │ │ ├── ActiveUserByEvent.md │ │ ├── Address.md │ │ ├── AddressDict.md │ │ ├── AddressInput.md │ │ ├── Aggregation.md │ │ ├── AggregationFunction.md │ │ ├── Amount.md │ │ ├── AttachedCustomField.md │ │ ├── AttachedCustomFieldCreate.md │ │ ├── AuthorizationCodeTokenRequest.md │ │ ├── AuthorizeOrganization.md │ │ ├── AuthorizeResponseOrganization.md │ │ ├── AuthorizeResponseUser.md │ │ ├── AuthorizeUser.md │ │ ├── AverageOrderValue.md │ │ ├── AverageRevenuePerUser.md │ │ ├── Benefit.md │ │ ├── BenefitCreate.md │ │ ├── BenefitCustom.md │ │ ├── BenefitCustomCreate.md │ │ ├── BenefitCustomCreateMetadata.md │ │ ├── BenefitCustomCreateProperties.md │ │ ├── BenefitCustomMetadata.md │ │ ├── BenefitCustomProperties.md │ │ ├── BenefitCustomSubscriber.md │ │ ├── BenefitCustomSubscriberMetadata.md │ │ ├── BenefitCustomSubscriberProperties.md │ │ ├── BenefitCustomUpdate.md │ │ ├── BenefitCustomUpdateMetadata.md │ │ ├── BenefitCycledEvent.md │ │ ├── BenefitDiscord.md │ │ ├── BenefitDiscordCreate.md │ │ ├── BenefitDiscordCreateMetadata.md │ │ ├── BenefitDiscordCreateProperties.md │ │ ├── BenefitDiscordMetadata.md │ │ ├── BenefitDiscordProperties.md │ │ ├── BenefitDiscordSubscriber.md │ │ ├── BenefitDiscordSubscriberMetadata.md │ │ ├── BenefitDiscordSubscriberProperties.md │ │ ├── BenefitDiscordUpdate.md │ │ ├── BenefitDiscordUpdateMetadata.md │ │ ├── BenefitDownloadables.md │ │ ├── BenefitDownloadablesCreate.md │ │ ├── BenefitDownloadablesCreateMetadata.md │ │ ├── BenefitDownloadablesCreateProperties.md │ │ ├── BenefitDownloadablesMetadata.md │ │ ├── BenefitDownloadablesProperties.md │ │ ├── BenefitDownloadablesSubscriber.md │ │ ├── BenefitDownloadablesSubscriberMetadata.md │ │ ├── BenefitDownloadablesSubscriberProperties.md │ │ ├── BenefitDownloadablesUpdate.md │ │ ├── BenefitDownloadablesUpdateMetadata.md │ │ ├── BenefitGitHubRepository.md │ │ ├── BenefitGitHubRepositoryCreate.md │ │ ├── BenefitGitHubRepositoryCreateMetadata.md │ │ ├── BenefitGitHubRepositoryCreateProperties.md │ │ ├── BenefitGitHubRepositoryCreatePropertiesPermission.md │ │ ├── BenefitGitHubRepositoryMetadata.md │ │ ├── BenefitGitHubRepositoryProperties.md │ │ ├── BenefitGitHubRepositorySubscriber.md │ │ ├── BenefitGitHubRepositorySubscriberMetadata.md │ │ ├── BenefitGitHubRepositorySubscriberProperties.md │ │ ├── BenefitGitHubRepositoryUpdate.md │ │ ├── BenefitGitHubRepositoryUpdateMetadata.md │ │ ├── BenefitGrant.md │ │ ├── BenefitGrantCustomProperties.md │ │ ├── BenefitGrantCustomWebhook.md │ │ ├── BenefitGrantDiscordProperties.md │ │ ├── BenefitGrantDiscordWebhook.md │ │ ├── BenefitGrantDownloadablesProperties.md │ │ ├── BenefitGrantDownloadablesWebhook.md │ │ ├── BenefitGrantError.md │ │ ├── BenefitGrantGitHubRepositoryProperties.md │ │ ├── BenefitGrantGitHubRepositoryPropertiesPermission.md │ │ ├── BenefitGrantGitHubRepositoryWebhook.md │ │ ├── BenefitGrantLicenseKeysProperties.md │ │ ├── BenefitGrantLicenseKeysWebhook.md │ │ ├── BenefitGrantMetadata.md │ │ ├── BenefitGrantMeterCreditProperties.md │ │ ├── BenefitGrantMeterCreditWebhook.md │ │ ├── BenefitGrantSortProperty.md │ │ ├── BenefitGrantWebhook.md │ │ ├── BenefitGrantedEvent.md │ │ ├── BenefitLicenseKeyActivationCreateProperties.md │ │ ├── BenefitLicenseKeyActivationProperties.md │ │ ├── BenefitLicenseKeyExpirationProperties.md │ │ ├── BenefitLicenseKeys.md │ │ ├── BenefitLicenseKeysCreate.md │ │ ├── BenefitLicenseKeysCreateMetadata.md │ │ ├── BenefitLicenseKeysCreateProperties.md │ │ ├── BenefitLicenseKeysMetadata.md │ │ ├── BenefitLicenseKeysProperties.md │ │ ├── BenefitLicenseKeysSubscriber.md │ │ ├── BenefitLicenseKeysSubscriberMetadata.md │ │ ├── BenefitLicenseKeysSubscriberProperties.md │ │ ├── BenefitLicenseKeysUpdate.md │ │ ├── BenefitLicenseKeysUpdateMetadata.md │ │ ├── BenefitMetadata.md │ │ ├── BenefitMeterCredit.md │ │ ├── BenefitMeterCreditCreate.md │ │ ├── BenefitMeterCreditCreateMetadata.md │ │ ├── BenefitMeterCreditCreateProperties.md │ │ ├── BenefitMeterCreditMetadata.md │ │ ├── BenefitMeterCreditProperties.md │ │ ├── BenefitMeterCreditSubscriber.md │ │ ├── BenefitMeterCreditSubscriberMetadata.md │ │ ├── BenefitMeterCreditSubscriberProperties.md │ │ ├── BenefitMeterCreditUpdate.md │ │ ├── BenefitMeterCreditUpdateMetadata.md │ │ ├── BenefitPublic.md │ │ ├── BenefitRevokedEvent.md │ │ ├── BenefitSortProperty.md │ │ ├── BenefitType.md │ │ ├── BenefitUpdatedEvent.md │ │ ├── BillingAddressFieldMode.md │ │ ├── CanceledSubscriptions.md │ │ ├── CanceledSubscriptionsCustomerService.md │ │ ├── CanceledSubscriptionsLowQuality.md │ │ ├── CanceledSubscriptionsMissingFeatures.md │ │ ├── CanceledSubscriptionsOther.md │ │ ├── CanceledSubscriptionsSwitchedService.md │ │ ├── CanceledSubscriptionsTooComplex.md │ │ ├── CanceledSubscriptionsTooExpensive.md │ │ ├── CanceledSubscriptionsUnused.md │ │ ├── CardPayment.md │ │ ├── CardPaymentMetadata.md │ │ ├── Cashflow.md │ │ ├── Checkout.md │ │ ├── CheckoutBillingAddressFields.md │ │ ├── CheckoutConfirmStripe.md │ │ ├── CheckoutConfirmStripeCustomFieldData.md │ │ ├── CheckoutCreate.md │ │ ├── CheckoutCreateCustomFieldData.md │ │ ├── CheckoutCreateCustomerMetadata.md │ │ ├── CheckoutCreateMetadata.md │ │ ├── CheckoutCustomFieldData.md │ │ ├── CheckoutDiscount.md │ │ ├── CheckoutDiscountFixedOnceForeverDuration.md │ │ ├── CheckoutDiscountFixedRepeatDuration.md │ │ ├── CheckoutDiscountPercentageOnceForeverDuration.md │ │ ├── CheckoutDiscountPercentageRepeatDuration.md │ │ ├── CheckoutLink.md │ │ ├── CheckoutLinkCreate.md │ │ ├── CheckoutLinkCreateProduct.md │ │ ├── CheckoutLinkCreateProductMetadata.md │ │ ├── CheckoutLinkCreateProductPrice.md │ │ ├── CheckoutLinkCreateProductPriceMetadata.md │ │ ├── CheckoutLinkCreateProducts.md │ │ ├── CheckoutLinkCreateProductsMetadata.md │ │ ├── CheckoutLinkDiscount.md │ │ ├── CheckoutLinkMetadata.md │ │ ├── CheckoutLinkProduct.md │ │ ├── CheckoutLinkProductMetadata.md │ │ ├── CheckoutLinkProductPrices.md │ │ ├── CheckoutLinkSortProperty.md │ │ ├── CheckoutLinkUpdate.md │ │ ├── CheckoutLinkUpdateMetadata.md │ │ ├── CheckoutMetadata.md │ │ ├── CheckoutProduct.md │ │ ├── CheckoutProductPrice.md │ │ ├── CheckoutProductPrices.md │ │ ├── CheckoutPublic.md │ │ ├── CheckoutPublicConfirmed.md │ │ ├── CheckoutPublicConfirmedCustomFieldData.md │ │ ├── CheckoutPublicConfirmedDiscount.md │ │ ├── CheckoutPublicConfirmedProductPrice.md │ │ ├── CheckoutPublicCustomFieldData.md │ │ ├── CheckoutPublicDiscount.md │ │ ├── CheckoutPublicProductPrice.md │ │ ├── CheckoutSortProperty.md │ │ ├── CheckoutStatus.md │ │ ├── CheckoutUpdate.md │ │ ├── CheckoutUpdateCustomFieldData.md │ │ ├── CheckoutUpdateCustomerMetadata.md │ │ ├── CheckoutUpdateMetadata.md │ │ ├── CheckoutUpdatePublic.md │ │ ├── CheckoutUpdatePublicCustomFieldData.md │ │ ├── Checkouts.md │ │ ├── CheckoutsConversion.md │ │ ├── ChurnRate.md │ │ ├── Clauses.md │ │ ├── CommittedMonthlyRecurringRevenue.md │ │ ├── Conditions.md │ │ ├── CostMetadataInput.md │ │ ├── CostMetadataOutput.md │ │ ├── CostPerUser.md │ │ ├── Costs.md │ │ ├── CountAggregation.md │ │ ├── CountryAlpha2.md │ │ ├── CountryAlpha2Input.md │ │ ├── CumulativeCosts.md │ │ ├── CumulativeRevenue.md │ │ ├── CustomField.md │ │ ├── CustomFieldCheckbox.md │ │ ├── CustomFieldCheckboxMetadata.md │ │ ├── CustomFieldCheckboxProperties.md │ │ ├── CustomFieldCreate.md │ │ ├── CustomFieldCreateCheckbox.md │ │ ├── CustomFieldCreateCheckboxMetadata.md │ │ ├── CustomFieldCreateDate.md │ │ ├── CustomFieldCreateDateMetadata.md │ │ ├── CustomFieldCreateNumber.md │ │ ├── CustomFieldCreateNumberMetadata.md │ │ ├── CustomFieldCreateSelect.md │ │ ├── CustomFieldCreateSelectMetadata.md │ │ ├── CustomFieldCreateText.md │ │ ├── CustomFieldCreateTextMetadata.md │ │ ├── CustomFieldData.md │ │ ├── CustomFieldDate.md │ │ ├── CustomFieldDateMetadata.md │ │ ├── CustomFieldDateProperties.md │ │ ├── CustomFieldNumber.md │ │ ├── CustomFieldNumberMetadata.md │ │ ├── CustomFieldNumberProperties.md │ │ ├── CustomFieldSelect.md │ │ ├── CustomFieldSelectMetadata.md │ │ ├── CustomFieldSelectOption.md │ │ ├── CustomFieldSelectProperties.md │ │ ├── CustomFieldSortProperty.md │ │ ├── CustomFieldText.md │ │ ├── CustomFieldTextMetadata.md │ │ ├── CustomFieldTextProperties.md │ │ ├── CustomFieldType.md │ │ ├── CustomFieldUpdate.md │ │ ├── CustomFieldUpdateCheckbox.md │ │ ├── CustomFieldUpdateCheckboxMetadata.md │ │ ├── CustomFieldUpdateDate.md │ │ ├── CustomFieldUpdateDateMetadata.md │ │ ├── CustomFieldUpdateNumber.md │ │ ├── CustomFieldUpdateNumberMetadata.md │ │ ├── CustomFieldUpdateSelect.md │ │ ├── CustomFieldUpdateSelectMetadata.md │ │ ├── CustomFieldUpdateText.md │ │ ├── CustomFieldUpdateTextMetadata.md │ │ ├── Customer.md │ │ ├── CustomerBalance.md │ │ ├── CustomerBenefitGrant.md │ │ ├── CustomerBenefitGrantCustom.md │ │ ├── CustomerBenefitGrantCustomUpdate.md │ │ ├── CustomerBenefitGrantDiscord.md │ │ ├── CustomerBenefitGrantDiscordPropertiesUpdate.md │ │ ├── CustomerBenefitGrantDiscordUpdate.md │ │ ├── CustomerBenefitGrantDownloadables.md │ │ ├── CustomerBenefitGrantDownloadablesUpdate.md │ │ ├── CustomerBenefitGrantGitHubRepository.md │ │ ├── CustomerBenefitGrantGitHubRepositoryPropertiesUpdate.md │ │ ├── CustomerBenefitGrantGitHubRepositoryUpdate.md │ │ ├── CustomerBenefitGrantLicenseKeys.md │ │ ├── CustomerBenefitGrantLicenseKeysUpdate.md │ │ ├── CustomerBenefitGrantMeterCredit.md │ │ ├── CustomerBenefitGrantMeterCreditUpdate.md │ │ ├── CustomerBenefitGrantSortProperty.md │ │ ├── CustomerBenefitGrantUpdate.md │ │ ├── CustomerCancellationReason.md │ │ ├── CustomerCreate.md │ │ ├── CustomerCreateMetadata.md │ │ ├── CustomerCreateTaxId.md │ │ ├── CustomerCreatedEvent.md │ │ ├── CustomerCreatedMetadata.md │ │ ├── CustomerCustomerMeter.md │ │ ├── CustomerCustomerMeterMeter.md │ │ ├── CustomerCustomerMeterSortProperty.md │ │ ├── CustomerCustomerSession.md │ │ ├── CustomerDeletedEvent.md │ │ ├── CustomerDeletedMetadata.md │ │ ├── CustomerMetadata.md │ │ ├── CustomerMetadata1.md │ │ ├── CustomerMeter.md │ │ ├── CustomerMeterSortProperty.md │ │ ├── CustomerOrder.md │ │ ├── CustomerOrderConfirmPayment.md │ │ ├── CustomerOrderInvoice.md │ │ ├── CustomerOrderPaymentConfirmation.md │ │ ├── CustomerOrderPaymentStatus.md │ │ ├── CustomerOrderProduct.md │ │ ├── CustomerOrderProductPrices.md │ │ ├── CustomerOrderSortProperty.md │ │ ├── CustomerOrderSubscription.md │ │ ├── CustomerOrderUpdate.md │ │ ├── CustomerOrganization.md │ │ ├── CustomerPaymentMethod.md │ │ ├── CustomerPaymentMethodConfirm.md │ │ ├── CustomerPaymentMethodCreate.md │ │ ├── CustomerPaymentMethodCreateRequiresActionResponse.md │ │ ├── CustomerPaymentMethodCreateResponse.md │ │ ├── CustomerPaymentMethodCreateSucceededResponse.md │ │ ├── CustomerPortalCustomer.md │ │ ├── CustomerPortalCustomerTaxId.md │ │ ├── CustomerPortalCustomerUpdate.md │ │ ├── CustomerPortalOAuthAccount.md │ │ ├── CustomerProduct.md │ │ ├── CustomerProductPrices.md │ │ ├── CustomerSeat.md │ │ ├── CustomerSeatClaimResponse.md │ │ ├── CustomerSession.md │ │ ├── CustomerSessionCustomerExternalIDCreate.md │ │ ├── CustomerSessionCustomerIDCreate.md │ │ ├── CustomerSortProperty.md │ │ ├── CustomerState.md │ │ ├── CustomerStateBenefitGrant.md │ │ ├── CustomerStateBenefitGrantProperties.md │ │ ├── CustomerStateMetadata.md │ │ ├── CustomerStateMeter.md │ │ ├── CustomerStateSubscription.md │ │ ├── CustomerStateSubscriptionCustomFieldData.md │ │ ├── CustomerStateSubscriptionMetadata.md │ │ ├── CustomerStateSubscriptionMeter.md │ │ ├── CustomerStateTaxId.md │ │ ├── CustomerSubscription.md │ │ ├── CustomerSubscriptionCancel.md │ │ ├── CustomerSubscriptionMeter.md │ │ ├── CustomerSubscriptionMeterMeter.md │ │ ├── CustomerSubscriptionPrices.md │ │ ├── CustomerSubscriptionProduct.md │ │ ├── CustomerSubscriptionProductPrices.md │ │ ├── CustomerSubscriptionSortProperty.md │ │ ├── CustomerSubscriptionUpdate.md │ │ ├── CustomerSubscriptionUpdateProduct.md │ │ ├── CustomerSubscriptionUpdateSeats.md │ │ ├── CustomerTaxId.md │ │ ├── CustomerUpdate.md │ │ ├── CustomerUpdateExternalID.md │ │ ├── CustomerUpdateExternalIDMetadata.md │ │ ├── CustomerUpdateExternalIDTaxID.md │ │ ├── CustomerUpdateMetadata.md │ │ ├── CustomerUpdateTaxId.md │ │ ├── CustomerUpdatedEvent.md │ │ ├── CustomerUpdatedFields.md │ │ ├── CustomerUpdatedFieldsMetadata.md │ │ ├── CustomerUpdatedMetadata.md │ │ ├── CustomerWallet.md │ │ ├── CustomerWalletSortProperty.md │ │ ├── Discount.md │ │ ├── DiscountCreate.md │ │ ├── DiscountDuration.md │ │ ├── DiscountFixedOnceForeverDuration.md │ │ ├── DiscountFixedOnceForeverDurationBase.md │ │ ├── DiscountFixedOnceForeverDurationBaseMetadata.md │ │ ├── DiscountFixedOnceForeverDurationCreate.md │ │ ├── DiscountFixedOnceForeverDurationCreateMetadata.md │ │ ├── DiscountFixedOnceForeverDurationMetadata.md │ │ ├── DiscountFixedRepeatDuration.md │ │ ├── DiscountFixedRepeatDurationBase.md │ │ ├── DiscountFixedRepeatDurationBaseMetadata.md │ │ ├── DiscountFixedRepeatDurationCreate.md │ │ ├── DiscountFixedRepeatDurationCreateMetadata.md │ │ ├── DiscountFixedRepeatDurationMetadata.md │ │ ├── DiscountPercentageOnceForeverDuration.md │ │ ├── DiscountPercentageOnceForeverDurationBase.md │ │ ├── DiscountPercentageOnceForeverDurationBaseMetadata.md │ │ ├── DiscountPercentageOnceForeverDurationCreate.md │ │ ├── DiscountPercentageOnceForeverDurationCreateMetadata.md │ │ ├── DiscountPercentageOnceForeverDurationMetadata.md │ │ ├── DiscountPercentageRepeatDuration.md │ │ ├── DiscountPercentageRepeatDurationBase.md │ │ ├── DiscountPercentageRepeatDurationBaseMetadata.md │ │ ├── DiscountPercentageRepeatDurationCreate.md │ │ ├── DiscountPercentageRepeatDurationCreateMetadata.md │ │ ├── DiscountPercentageRepeatDurationMetadata.md │ │ ├── DiscountProduct.md │ │ ├── DiscountProductMetadata.md │ │ ├── DiscountSortProperty.md │ │ ├── DiscountType.md │ │ ├── DiscountUpdate.md │ │ ├── DiscountUpdateMetadata.md │ │ ├── DownloadableFileCreate.md │ │ ├── DownloadableFileRead.md │ │ ├── DownloadableRead.md │ │ ├── Event.md │ │ ├── EventCreateCustomer.md │ │ ├── EventCreateExternalCustomer.md │ │ ├── EventMetadataInput.md │ │ ├── EventMetadataOutput.md │ │ ├── EventName.md │ │ ├── EventNamesSortProperty.md │ │ ├── EventSortProperty.md │ │ ├── EventSource.md │ │ ├── Events.md │ │ ├── EventsIngest.md │ │ ├── EventsIngestResponse.md │ │ ├── ExistingProductPrice.md │ │ ├── FileCreate.md │ │ ├── FileDownload.md │ │ ├── FilePatch.md │ │ ├── FileRead.md │ │ ├── FileServiceTypes.md │ │ ├── FileUpload.md │ │ ├── FileUploadCompleted.md │ │ ├── Filter.md │ │ ├── FilterClause.md │ │ ├── FilterConjunction.md │ │ ├── FilterOperator.md │ │ ├── Func.md │ │ ├── GenericPayment.md │ │ ├── GrantTypes.md │ │ ├── GrossMargin.md │ │ ├── GrossMarginPercentage.md │ │ ├── IntrospectTokenRequest.md │ │ ├── IntrospectTokenRequestTokenTypeHint.md │ │ ├── IntrospectTokenResponse.md │ │ ├── LLMMetadata.md │ │ ├── LegacyRecurringProductPrice.md │ │ ├── LegacyRecurringProductPriceCustom.md │ │ ├── LegacyRecurringProductPriceFixed.md │ │ ├── LegacyRecurringProductPriceFree.md │ │ ├── LicenseKeyActivate.md │ │ ├── LicenseKeyActivateConditions.md │ │ ├── LicenseKeyActivateMeta.md │ │ ├── LicenseKeyActivationBase.md │ │ ├── LicenseKeyActivationRead.md │ │ ├── LicenseKeyActivationReadMeta.md │ │ ├── LicenseKeyCustomer.md │ │ ├── LicenseKeyCustomerMetadata.md │ │ ├── LicenseKeyCustomerTaxId.md │ │ ├── LicenseKeyDeactivate.md │ │ ├── LicenseKeyRead.md │ │ ├── LicenseKeyStatus.md │ │ ├── LicenseKeyUpdate.md │ │ ├── LicenseKeyValidate.md │ │ ├── LicenseKeyWithActivations.md │ │ ├── ListResource.md │ │ ├── ListResourceBenefit.md │ │ ├── ListResourceBenefitGrant.md │ │ ├── ListResourceCheckout.md │ │ ├── ListResourceCheckoutLink.md │ │ ├── ListResourceCustomField.md │ │ ├── ListResourceCustomer.md │ │ ├── ListResourceCustomerBenefitGrant.md │ │ ├── ListResourceCustomerCustomerMeter.md │ │ ├── ListResourceCustomerMeter.md │ │ ├── ListResourceCustomerOrder.md │ │ ├── ListResourceCustomerPaymentMethod.md │ │ ├── ListResourceCustomerSubscription.md │ │ ├── ListResourceCustomerWallet.md │ │ ├── ListResourceDiscount.md │ │ ├── ListResourceDownloadableRead.md │ │ ├── ListResourceEvent.md │ │ ├── ListResourceEventName.md │ │ ├── ListResourceFileRead.md │ │ ├── ListResourceLicenseKeyRead.md │ │ ├── ListResourceMeter.md │ │ ├── ListResourceOrder.md │ │ ├── ListResourceOrganization.md │ │ ├── ListResourceProduct.md │ │ ├── ListResourceRefund.md │ │ ├── ListResourceSubscription.md │ │ ├── ListResourceWallet.md │ │ ├── ListResourceWebhookDelivery.md │ │ ├── ListResourceWebhookEndpoint.md │ │ ├── Loc.md │ │ ├── Meta.md │ │ ├── Metadata.md │ │ ├── MetadataQuery.md │ │ ├── Meter.md │ │ ├── MeterAggregation.md │ │ ├── MeterCreate.md │ │ ├── MeterCreateAggregation.md │ │ ├── MeterCreateMetadata.md │ │ ├── MeterCreditEvent.md │ │ ├── MeterCreditedMetadata.md │ │ ├── MeterMetadata.md │ │ ├── MeterQuantities.md │ │ ├── MeterQuantity.md │ │ ├── MeterResetEvent.md │ │ ├── MeterResetMetadata.md │ │ ├── MeterSortProperty.md │ │ ├── MeterUpdate.md │ │ ├── MeterUpdateMetadata.md │ │ ├── Metric.md │ │ ├── MetricPeriod.md │ │ ├── MetricType.md │ │ ├── Metrics.md │ │ ├── MetricsIntervalLimit.md │ │ ├── MetricsIntervalsLimits.md │ │ ├── MetricsLimits.md │ │ ├── MetricsResponse.md │ │ ├── MetricsTotals.md │ │ ├── MetricsTotalsActiveSubscriptions.md │ │ ├── MetricsTotalsActiveUserByEvent.md │ │ ├── MetricsTotalsAverageOrderValue.md │ │ ├── MetricsTotalsAverageRevenuePerUser.md │ │ ├── MetricsTotalsCanceledSubscriptions.md │ │ ├── MetricsTotalsCanceledSubscriptionsCustomerService.md │ │ ├── MetricsTotalsCanceledSubscriptionsLowQuality.md │ │ ├── MetricsTotalsCanceledSubscriptionsMissingFeatures.md │ │ ├── MetricsTotalsCanceledSubscriptionsOther.md │ │ ├── MetricsTotalsCanceledSubscriptionsSwitchedService.md │ │ ├── MetricsTotalsCanceledSubscriptionsTooComplex.md │ │ ├── MetricsTotalsCanceledSubscriptionsTooExpensive.md │ │ ├── MetricsTotalsCanceledSubscriptionsUnused.md │ │ ├── MetricsTotalsCashflow.md │ │ ├── MetricsTotalsCheckouts.md │ │ ├── MetricsTotalsCheckoutsConversion.md │ │ ├── MetricsTotalsChurnRate.md │ │ ├── MetricsTotalsCommittedMonthlyRecurringRevenue.md │ │ ├── MetricsTotalsCostPerUser.md │ │ ├── MetricsTotalsCosts.md │ │ ├── MetricsTotalsCumulativeCosts.md │ │ ├── MetricsTotalsCumulativeRevenue.md │ │ ├── MetricsTotalsGrossMargin.md │ │ ├── MetricsTotalsGrossMarginPercentage.md │ │ ├── MetricsTotalsMonthlyRecurringRevenue.md │ │ ├── MetricsTotalsNetAverageOrderValue.md │ │ ├── MetricsTotalsNetCumulativeRevenue.md │ │ ├── MetricsTotalsNetRevenue.md │ │ ├── MetricsTotalsNewSubscriptions.md │ │ ├── MetricsTotalsNewSubscriptionsNetRevenue.md │ │ ├── MetricsTotalsNewSubscriptionsRevenue.md │ │ ├── MetricsTotalsOneTimeProducts.md │ │ ├── MetricsTotalsOneTimeProductsNetRevenue.md │ │ ├── MetricsTotalsOneTimeProductsRevenue.md │ │ ├── MetricsTotalsOrders.md │ │ ├── MetricsTotalsRenewedSubscriptions.md │ │ ├── MetricsTotalsRenewedSubscriptionsNetRevenue.md │ │ ├── MetricsTotalsRenewedSubscriptionsRevenue.md │ │ ├── MetricsTotalsRevenue.md │ │ ├── MetricsTotalsSucceededCheckouts.md │ │ ├── MonthlyRecurringRevenue.md │ │ ├── NetAverageOrderValue.md │ │ ├── NetCumulativeRevenue.md │ │ ├── NetRevenue.md │ │ ├── NewSubscriptions.md │ │ ├── NewSubscriptionsNetRevenue.md │ │ ├── NewSubscriptionsRevenue.md │ │ ├── OAuth2ClientConfiguration.md │ │ ├── OAuth2ClientConfigurationUpdate.md │ │ ├── OAuth2ClientConfigurationUpdateGrantTypes.md │ │ ├── OAuth2ClientConfigurationUpdateTokenEndpointAuthMethod.md │ │ ├── OAuth2ClientPublic.md │ │ ├── OneTimeProducts.md │ │ ├── OneTimeProductsNetRevenue.md │ │ ├── OneTimeProductsRevenue.md │ │ ├── Order.md │ │ ├── OrderBillingReason.md │ │ ├── OrderCustomFieldData.md │ │ ├── OrderCustomer.md │ │ ├── OrderCustomerMetadata.md │ │ ├── OrderCustomerTaxId.md │ │ ├── OrderDiscount.md │ │ ├── OrderInvoice.md │ │ ├── OrderItemSchema.md │ │ ├── OrderMetadata.md │ │ ├── OrderPaidEvent.md │ │ ├── OrderPaidMetadata.md │ │ ├── OrderProduct.md │ │ ├── OrderProductMetadata.md │ │ ├── OrderRefundedEvent.md │ │ ├── OrderRefundedMetadata.md │ │ ├── OrderSortProperty.md │ │ ├── OrderStatus.md │ │ ├── OrderSubscription.md │ │ ├── OrderSubscriptionMetadata.md │ │ ├── OrderUpdate.md │ │ ├── Orders.md │ │ ├── Organization.md │ │ ├── OrganizationAvatarFileCreate.md │ │ ├── OrganizationAvatarFileRead.md │ │ ├── OrganizationCreate.md │ │ ├── OrganizationCustomerEmailSettings.md │ │ ├── OrganizationDetails.md │ │ ├── OrganizationFeatureSettings.md │ │ ├── OrganizationNotificationSettings.md │ │ ├── OrganizationSocialLink.md │ │ ├── OrganizationSocialPlatforms.md │ │ ├── OrganizationSortProperty.md │ │ ├── OrganizationStatus.md │ │ ├── OrganizationSubscriptionSettings.md │ │ ├── OrganizationUpdate.md │ │ ├── Pagination.md │ │ ├── Payment.md │ │ ├── PaymentMethodCard.md │ │ ├── PaymentMethodCardMetadata.md │ │ ├── PaymentMethodGeneric.md │ │ ├── PaymentProcessor.md │ │ ├── PaymentSortProperty.md │ │ ├── PaymentStatus.md │ │ ├── Permission.md │ │ ├── Prices.md │ │ ├── Product.md │ │ ├── ProductBenefitsUpdate.md │ │ ├── ProductBillingType.md │ │ ├── ProductCreate.md │ │ ├── ProductCreateOneTime.md │ │ ├── ProductCreateOneTimeMetadata.md │ │ ├── ProductCreateOneTimePrices.md │ │ ├── ProductCreateRecurring.md │ │ ├── ProductCreateRecurringMetadata.md │ │ ├── ProductCreateRecurringPrices.md │ │ ├── ProductMediaFileCreate.md │ │ ├── ProductMediaFileRead.md │ │ ├── ProductMetadata.md │ │ ├── ProductPrice.md │ │ ├── ProductPriceCustom.md │ │ ├── ProductPriceCustomCreate.md │ │ ├── ProductPriceFixed.md │ │ ├── ProductPriceFixedCreate.md │ │ ├── ProductPriceFree.md │ │ ├── ProductPriceFreeCreate.md │ │ ├── ProductPriceMeter.md │ │ ├── ProductPriceMeteredUnit.md │ │ ├── ProductPriceMeteredUnitCreate.md │ │ ├── ProductPriceSeatBased.md │ │ ├── ProductPriceSeatBasedCreate.md │ │ ├── ProductPriceSeatTier.md │ │ ├── ProductPriceSeatTiers.md │ │ ├── ProductPriceType.md │ │ ├── ProductSortProperty.md │ │ ├── ProductUpdate.md │ │ ├── ProductUpdateMetadata.md │ │ ├── ProductUpdatePrices.md │ │ ├── Properties.md │ │ ├── PropertyAggregation.md │ │ ├── RefreshTokenRequest.md │ │ ├── Refund.md │ │ ├── RefundCreate.md │ │ ├── RefundCreateMetadata.md │ │ ├── RefundMetadata.md │ │ ├── RefundReason.md │ │ ├── RefundSortProperty.md │ │ ├── RefundStatus.md │ │ ├── RenewedSubscriptions.md │ │ ├── RenewedSubscriptionsNetRevenue.md │ │ ├── RenewedSubscriptionsRevenue.md │ │ ├── Revenue.md │ │ ├── RevokeTokenRequest.md │ │ ├── RevokeTokenResponse.md │ │ ├── S3DownloadURL.md │ │ ├── S3FileCreateMultipart.md │ │ ├── S3FileCreatePart.md │ │ ├── S3FileUploadCompletedPart.md │ │ ├── S3FileUploadMultipart.md │ │ ├── S3FileUploadPart.md │ │ ├── Scope.md │ │ ├── SeatAssign.md │ │ ├── SeatClaim.md │ │ ├── SeatClaimInfo.md │ │ ├── SeatStatus.md │ │ ├── SeatsList.md │ │ ├── Security.md │ │ ├── Status.md │ │ ├── SubType.md │ │ ├── Subscription.md │ │ ├── SubscriptionCancel.md │ │ ├── SubscriptionCreateCustomer.md │ │ ├── SubscriptionCreateCustomerMetadata.md │ │ ├── SubscriptionCreateExternalCustomer.md │ │ ├── SubscriptionCreateExternalCustomerMetadata.md │ │ ├── SubscriptionCustomer.md │ │ ├── SubscriptionCustomerMetadata.md │ │ ├── SubscriptionCycledEvent.md │ │ ├── SubscriptionCycledMetadata.md │ │ ├── SubscriptionDiscount.md │ │ ├── SubscriptionMeter.md │ │ ├── SubscriptionPrices.md │ │ ├── SubscriptionProductUpdatedEvent.md │ │ ├── SubscriptionProductUpdatedMetadata.md │ │ ├── SubscriptionProrationBehavior.md │ │ ├── SubscriptionRecurringInterval.md │ │ ├── SubscriptionRevoke.md │ │ ├── SubscriptionRevokedEvent.md │ │ ├── SubscriptionRevokedMetadata.md │ │ ├── SubscriptionSortProperty.md │ │ ├── SubscriptionStatus.md │ │ ├── SubscriptionUpdate.md │ │ ├── SubscriptionUpdateDiscount.md │ │ ├── SubscriptionUpdateProduct.md │ │ ├── SubscriptionUpdateSeats.md │ │ ├── SubscriptionUpdateTrial.md │ │ ├── SucceededCheckouts.md │ │ ├── SwitchingFrom.md │ │ ├── SystemEvent.md │ │ ├── TaxIDFormat.md │ │ ├── TaxId.md │ │ ├── TimeInterval.md │ │ ├── Timeframe.md │ │ ├── TokenEndpointAuthMethod.md │ │ ├── TokenResponse.md │ │ ├── TokenType.md │ │ ├── TokenTypeHint.md │ │ ├── TrialInterval.md │ │ ├── Two.md │ │ ├── UniqueAggregation.md │ │ ├── UnitAmount.md │ │ ├── UserEvent.md │ │ ├── UserInfoOrganization.md │ │ ├── UserInfoUser.md │ │ ├── ValidatedLicenseKey.md │ │ ├── ValidationError.md │ │ ├── Value.md │ │ ├── Wallet.md │ │ ├── WalletSortProperty.md │ │ ├── WalletTopUpCreate.md │ │ ├── WebTokenRequest.md │ │ ├── WebTokenRequestSubType.md │ │ ├── WebhookBenefitCreatedPayload.md │ │ ├── WebhookBenefitGrantCreatedPayload.md │ │ ├── WebhookBenefitGrantCycledPayload.md │ │ ├── WebhookBenefitGrantRevokedPayload.md │ │ ├── WebhookBenefitGrantUpdatedPayload.md │ │ ├── WebhookBenefitUpdatedPayload.md │ │ ├── WebhookCheckoutCreatedPayload.md │ │ ├── WebhookCheckoutUpdatedPayload.md │ │ ├── WebhookCustomerCreatedPayload.md │ │ ├── WebhookCustomerDeletedPayload.md │ │ ├── WebhookCustomerSeatAssignedPayload.md │ │ ├── WebhookCustomerSeatClaimedPayload.md │ │ ├── WebhookCustomerSeatRevokedPayload.md │ │ ├── WebhookCustomerStateChangedPayload.md │ │ ├── WebhookCustomerUpdatedPayload.md │ │ ├── WebhookDelivery.md │ │ ├── WebhookEndpoint.md │ │ ├── WebhookEndpointCreate.md │ │ ├── WebhookEndpointUpdate.md │ │ ├── WebhookEvent.md │ │ ├── WebhookEventType.md │ │ ├── WebhookFormat.md │ │ ├── WebhookOrderCreatedPayload.md │ │ ├── WebhookOrderPaidPayload.md │ │ ├── WebhookOrderRefundedPayload.md │ │ ├── WebhookOrderUpdatedPayload.md │ │ ├── WebhookOrganizationUpdatedPayload.md │ │ ├── WebhookProductCreatedPayload.md │ │ ├── WebhookProductUpdatedPayload.md │ │ ├── WebhookRefundCreatedPayload.md │ │ ├── WebhookRefundUpdatedPayload.md │ │ ├── WebhookSubscriptionActivePayload.md │ │ ├── WebhookSubscriptionCanceledPayload.md │ │ ├── WebhookSubscriptionCreatedPayload.md │ │ ├── WebhookSubscriptionRevokedPayload.md │ │ ├── WebhookSubscriptionUncanceledPayload.md │ │ └── WebhookSubscriptionUpdatedPayload.md │ ├── Errors │ │ ├── AlreadyActiveSubscriptionError.md │ │ ├── AlreadyCanceledSubscription.md │ │ ├── CheckoutForbiddenError.md │ │ ├── CustomerNotReady.md │ │ ├── CustomerPortalOrdersGenerateInvoiceResponse422CustomerPortalOrdersGenerateInvoice.md │ │ ├── ExpiredCheckoutError.md │ │ ├── HTTPValidationError.md │ │ ├── MissingInvoiceBillingDetails.md │ │ ├── MissingPaymentMethodError.md │ │ ├── NotOpenCheckout.md │ │ ├── NotPaidOrder.md │ │ ├── NotPermitted.md │ │ ├── OrderNotEligibleForRetry.md │ │ ├── OrdersGenerateInvoiceResponse422OrdersGenerateInvoice.md │ │ ├── PaymentAlreadyInProgress.md │ │ ├── PaymentError.md │ │ ├── PaymentIntentFailedError.md │ │ ├── PaymentMethodInUseByActiveSubscription.md │ │ ├── PaymentNotReady.md │ │ ├── RefundAmountTooHigh.md │ │ ├── RefundedAlready.md │ │ ├── ResourceNotFound.md │ │ ├── SubscriptionLocked.md │ │ └── Unauthorized.md │ ├── Operations │ │ ├── BenefitGrantsListQueryParamCustomerIDFilter.md │ │ ├── BenefitGrantsListQueryParamOrganizationIDFilter.md │ │ ├── BenefitGrantsListRequest.md │ │ ├── BenefitGrantsListResponse.md │ │ ├── BenefitIDFilter.md │ │ ├── BenefitTypeFilter.md │ │ ├── BenefitsCreateResponse.md │ │ ├── BenefitsDeleteRequest.md │ │ ├── BenefitsDeleteResponse.md │ │ ├── BenefitsGetRequest.md │ │ ├── BenefitsGetResponse.md │ │ ├── BenefitsGrantsRequest.md │ │ ├── BenefitsGrantsResponse.md │ │ ├── BenefitsListRequest.md │ │ ├── BenefitsListResponse.md │ │ ├── BenefitsUpdateBenefitUpdate.md │ │ ├── BenefitsUpdateRequest.md │ │ ├── BenefitsUpdateResponse.md │ │ ├── CheckoutIDFilter.md │ │ ├── CheckoutLinksCreateResponse.md │ │ ├── CheckoutLinksDeleteRequest.md │ │ ├── CheckoutLinksDeleteResponse.md │ │ ├── CheckoutLinksGetRequest.md │ │ ├── CheckoutLinksGetResponse.md │ │ ├── CheckoutLinksListQueryParamOrganizationIDFilter.md │ │ ├── CheckoutLinksListQueryParamProductIDFilter.md │ │ ├── CheckoutLinksListRequest.md │ │ ├── CheckoutLinksListResponse.md │ │ ├── CheckoutLinksUpdateRequest.md │ │ ├── CheckoutLinksUpdateResponse.md │ │ ├── CheckoutsClientConfirmRequest.md │ │ ├── CheckoutsClientConfirmResponse.md │ │ ├── CheckoutsClientGetRequest.md │ │ ├── CheckoutsClientGetResponse.md │ │ ├── CheckoutsClientUpdateRequest.md │ │ ├── CheckoutsClientUpdateResponse.md │ │ ├── CheckoutsCreateResponse.md │ │ ├── CheckoutsGetRequest.md │ │ ├── CheckoutsGetResponse.md │ │ ├── CheckoutsListQueryParamCustomerIDFilter.md │ │ ├── CheckoutsListQueryParamOrganizationIDFilter.md │ │ ├── CheckoutsListQueryParamProductIDFilter.md │ │ ├── CheckoutsListRequest.md │ │ ├── CheckoutsListResponse.md │ │ ├── CheckoutsUpdateRequest.md │ │ ├── CheckoutsUpdateResponse.md │ │ ├── CustomFieldTypeFilter.md │ │ ├── CustomFieldsCreateResponse.md │ │ ├── CustomFieldsDeleteRequest.md │ │ ├── CustomFieldsDeleteResponse.md │ │ ├── CustomFieldsGetRequest.md │ │ ├── CustomFieldsGetResponse.md │ │ ├── CustomFieldsListQueryParamOrganizationIDFilter.md │ │ ├── CustomFieldsListRequest.md │ │ ├── CustomFieldsListResponse.md │ │ ├── CustomFieldsUpdateRequest.md │ │ ├── CustomFieldsUpdateResponse.md │ │ ├── CustomerEmailFilter.md │ │ ├── CustomerIDFilter.md │ │ ├── CustomerMetersGetRequest.md │ │ ├── CustomerMetersGetResponse.md │ │ ├── CustomerMetersListQueryParamCustomerIDFilter.md │ │ ├── CustomerMetersListQueryParamExternalCustomerIDFilter.md │ │ ├── CustomerMetersListQueryParamOrganizationIDFilter.md │ │ ├── CustomerMetersListRequest.md │ │ ├── CustomerMetersListResponse.md │ │ ├── CustomerPortalBenefitGrantsGetRequest.md │ │ ├── CustomerPortalBenefitGrantsGetResponse.md │ │ ├── CustomerPortalBenefitGrantsGetSecurity.md │ │ ├── CustomerPortalBenefitGrantsListQueryParamBenefitIDFilter.md │ │ ├── CustomerPortalBenefitGrantsListRequest.md │ │ ├── CustomerPortalBenefitGrantsListResponse.md │ │ ├── CustomerPortalBenefitGrantsListSecurity.md │ │ ├── CustomerPortalBenefitGrantsUpdateRequest.md │ │ ├── CustomerPortalBenefitGrantsUpdateResponse.md │ │ ├── CustomerPortalBenefitGrantsUpdateSecurity.md │ │ ├── CustomerPortalCustomerMetersGetRequest.md │ │ ├── CustomerPortalCustomerMetersGetResponse.md │ │ ├── CustomerPortalCustomerMetersGetSecurity.md │ │ ├── CustomerPortalCustomerMetersListRequest.md │ │ ├── CustomerPortalCustomerMetersListResponse.md │ │ ├── CustomerPortalCustomerMetersListSecurity.md │ │ ├── CustomerPortalCustomerSessionIntrospectResponse.md │ │ ├── CustomerPortalCustomerSessionIntrospectSecurity.md │ │ ├── CustomerPortalCustomersAddPaymentMethodResponse.md │ │ ├── CustomerPortalCustomersAddPaymentMethodSecurity.md │ │ ├── CustomerPortalCustomersConfirmPaymentMethodResponse.md │ │ ├── CustomerPortalCustomersConfirmPaymentMethodSecurity.md │ │ ├── CustomerPortalCustomersDeletePaymentMethodRequest.md │ │ ├── CustomerPortalCustomersDeletePaymentMethodResponse.md │ │ ├── CustomerPortalCustomersDeletePaymentMethodSecurity.md │ │ ├── CustomerPortalCustomersGetResponse.md │ │ ├── CustomerPortalCustomersGetSecurity.md │ │ ├── CustomerPortalCustomersListPaymentMethodsRequest.md │ │ ├── CustomerPortalCustomersListPaymentMethodsResponse.md │ │ ├── CustomerPortalCustomersListPaymentMethodsSecurity.md │ │ ├── CustomerPortalCustomersUpdateResponse.md │ │ ├── CustomerPortalCustomersUpdateSecurity.md │ │ ├── CustomerPortalDownloadablesListQueryParamBenefitIDFilter.md │ │ ├── CustomerPortalDownloadablesListRequest.md │ │ ├── CustomerPortalDownloadablesListResponse.md │ │ ├── CustomerPortalDownloadablesListSecurity.md │ │ ├── CustomerPortalLicenseKeysActivateResponse.md │ │ ├── CustomerPortalLicenseKeysDeactivateResponse.md │ │ ├── CustomerPortalLicenseKeysGetRequest.md │ │ ├── CustomerPortalLicenseKeysGetResponse.md │ │ ├── CustomerPortalLicenseKeysGetSecurity.md │ │ ├── CustomerPortalLicenseKeysListRequest.md │ │ ├── CustomerPortalLicenseKeysListResponse.md │ │ ├── CustomerPortalLicenseKeysListSecurity.md │ │ ├── CustomerPortalLicenseKeysValidateResponse.md │ │ ├── CustomerPortalOrdersConfirmRetryPaymentRequest.md │ │ ├── CustomerPortalOrdersConfirmRetryPaymentResponse.md │ │ ├── CustomerPortalOrdersConfirmRetryPaymentSecurity.md │ │ ├── CustomerPortalOrdersGenerateInvoiceRequest.md │ │ ├── CustomerPortalOrdersGenerateInvoiceResponse.md │ │ ├── CustomerPortalOrdersGenerateInvoiceSecurity.md │ │ ├── CustomerPortalOrdersGetPaymentStatusRequest.md │ │ ├── CustomerPortalOrdersGetPaymentStatusResponse.md │ │ ├── CustomerPortalOrdersGetPaymentStatusSecurity.md │ │ ├── CustomerPortalOrdersGetRequest.md │ │ ├── CustomerPortalOrdersGetResponse.md │ │ ├── CustomerPortalOrdersGetSecurity.md │ │ ├── CustomerPortalOrdersInvoiceRequest.md │ │ ├── CustomerPortalOrdersInvoiceResponse.md │ │ ├── CustomerPortalOrdersInvoiceSecurity.md │ │ ├── CustomerPortalOrdersListQueryParamProductBillingTypeFilter.md │ │ ├── CustomerPortalOrdersListQueryParamProductIDFilter.md │ │ ├── CustomerPortalOrdersListQueryParamSubscriptionIDFilter.md │ │ ├── CustomerPortalOrdersListRequest.md │ │ ├── CustomerPortalOrdersListResponse.md │ │ ├── CustomerPortalOrdersListSecurity.md │ │ ├── CustomerPortalOrdersUpdateRequest.md │ │ ├── CustomerPortalOrdersUpdateResponse.md │ │ ├── CustomerPortalOrdersUpdateSecurity.md │ │ ├── CustomerPortalOrganizationsGetRequest.md │ │ ├── CustomerPortalOrganizationsGetResponse.md │ │ ├── CustomerPortalSeatsAssignSeatResponse.md │ │ ├── CustomerPortalSeatsAssignSeatSecurity.md │ │ ├── CustomerPortalSeatsListClaimedSubscriptionsResponse.md │ │ ├── CustomerPortalSeatsListClaimedSubscriptionsSecurity.md │ │ ├── CustomerPortalSeatsListSeatsRequest.md │ │ ├── CustomerPortalSeatsListSeatsResponse.md │ │ ├── CustomerPortalSeatsListSeatsSecurity.md │ │ ├── CustomerPortalSeatsResendInvitationRequest.md │ │ ├── CustomerPortalSeatsResendInvitationResponse.md │ │ ├── CustomerPortalSeatsResendInvitationSecurity.md │ │ ├── CustomerPortalSeatsRevokeSeatRequest.md │ │ ├── CustomerPortalSeatsRevokeSeatResponse.md │ │ ├── CustomerPortalSeatsRevokeSeatSecurity.md │ │ ├── CustomerPortalSubscriptionsCancelRequest.md │ │ ├── CustomerPortalSubscriptionsCancelResponse.md │ │ ├── CustomerPortalSubscriptionsCancelSecurity.md │ │ ├── CustomerPortalSubscriptionsGetRequest.md │ │ ├── CustomerPortalSubscriptionsGetResponse.md │ │ ├── CustomerPortalSubscriptionsGetSecurity.md │ │ ├── CustomerPortalSubscriptionsListQueryParamProductIDFilter.md │ │ ├── CustomerPortalSubscriptionsListRequest.md │ │ ├── CustomerPortalSubscriptionsListResponse.md │ │ ├── CustomerPortalSubscriptionsListSecurity.md │ │ ├── CustomerPortalSubscriptionsUpdateRequest.md │ │ ├── CustomerPortalSubscriptionsUpdateResponse.md │ │ ├── CustomerPortalSubscriptionsUpdateSecurity.md │ │ ├── CustomerPortalWalletsGetRequest.md │ │ ├── CustomerPortalWalletsGetResponse.md │ │ ├── CustomerPortalWalletsGetSecurity.md │ │ ├── CustomerPortalWalletsListRequest.md │ │ ├── CustomerPortalWalletsListResponse.md │ │ ├── CustomerPortalWalletsListSecurity.md │ │ ├── CustomerSeatsAssignSeatResponse.md │ │ ├── CustomerSeatsClaimSeatResponse.md │ │ ├── CustomerSeatsGetClaimInfoRequest.md │ │ ├── CustomerSeatsGetClaimInfoResponse.md │ │ ├── CustomerSeatsListSeatsRequest.md │ │ ├── CustomerSeatsListSeatsResponse.md │ │ ├── CustomerSeatsResendInvitationRequest.md │ │ ├── CustomerSeatsResendInvitationResponse.md │ │ ├── CustomerSeatsRevokeSeatRequest.md │ │ ├── CustomerSeatsRevokeSeatResponse.md │ │ ├── CustomerSessionsCreateCustomerSessionCreate.md │ │ ├── CustomerSessionsCreateResponse.md │ │ ├── CustomersCreateResponse.md │ │ ├── CustomersDeleteExternalRequest.md │ │ ├── CustomersDeleteExternalResponse.md │ │ ├── CustomersDeleteRequest.md │ │ ├── CustomersDeleteResponse.md │ │ ├── CustomersExportQueryParamOrganizationId.md │ │ ├── CustomersExportRequest.md │ │ ├── CustomersExportResponse.md │ │ ├── CustomersGetBalanceRequest.md │ │ ├── CustomersGetBalanceResponse.md │ │ ├── CustomersGetExternalRequest.md │ │ ├── CustomersGetExternalResponse.md │ │ ├── CustomersGetRequest.md │ │ ├── CustomersGetResponse.md │ │ ├── CustomersGetStateExternalRequest.md │ │ ├── CustomersGetStateExternalResponse.md │ │ ├── CustomersGetStateRequest.md │ │ ├── CustomersGetStateResponse.md │ │ ├── CustomersListQueryParamOrganizationIDFilter.md │ │ ├── CustomersListRequest.md │ │ ├── CustomersListResponse.md │ │ ├── CustomersUpdateExternalRequest.md │ │ ├── CustomersUpdateExternalResponse.md │ │ ├── CustomersUpdateRequest.md │ │ ├── CustomersUpdateResponse.md │ │ ├── DiscountIDFilter.md │ │ ├── DiscountsCreateResponse.md │ │ ├── DiscountsDeleteRequest.md │ │ ├── DiscountsDeleteResponse.md │ │ ├── DiscountsGetRequest.md │ │ ├── DiscountsGetResponse.md │ │ ├── DiscountsListQueryParamOrganizationIDFilter.md │ │ ├── DiscountsListRequest.md │ │ ├── DiscountsListResponse.md │ │ ├── DiscountsUpdateRequest.md │ │ ├── DiscountsUpdateResponse.md │ │ ├── EndpointId.md │ │ ├── EventsGetRequest.md │ │ ├── EventsGetResponse.md │ │ ├── EventsIngestResponse.md │ │ ├── EventsListNamesQueryParamCustomerIDFilter.md │ │ ├── EventsListNamesQueryParamExternalCustomerIDFilter.md │ │ ├── EventsListNamesQueryParamOrganizationIDFilter.md │ │ ├── EventsListNamesRequest.md │ │ ├── EventsListNamesResponse.md │ │ ├── EventsListQueryParamCustomerIDFilter.md │ │ ├── EventsListQueryParamOrganizationIDFilter.md │ │ ├── EventsListRequest.md │ │ ├── EventsListResponse.md │ │ ├── ExternalCustomerIDFilter.md │ │ ├── FileIDFilter.md │ │ ├── FilesCreateResponse.md │ │ ├── FilesDeleteRequest.md │ │ ├── FilesDeleteResponse.md │ │ ├── FilesListQueryParamOrganizationIDFilter.md │ │ ├── FilesListRequest.md │ │ ├── FilesListResponse.md │ │ ├── FilesUpdateRequest.md │ │ ├── FilesUpdateResponse.md │ │ ├── FilesUpdateResponseFilesUpdate.md │ │ ├── FilesUploadedRequest.md │ │ ├── FilesUploadedResponse.md │ │ ├── FilesUploadedResponseFilesUploaded.md │ │ ├── LicenseKeysActivateResponse.md │ │ ├── LicenseKeysDeactivateResponse.md │ │ ├── LicenseKeysGetActivationRequest.md │ │ ├── LicenseKeysGetActivationResponse.md │ │ ├── LicenseKeysGetRequest.md │ │ ├── LicenseKeysGetResponse.md │ │ ├── LicenseKeysListQueryParamOrganizationIDFilter.md │ │ ├── LicenseKeysListRequest.md │ │ ├── LicenseKeysListResponse.md │ │ ├── LicenseKeysUpdateRequest.md │ │ ├── LicenseKeysUpdateResponse.md │ │ ├── LicenseKeysValidateResponse.md │ │ ├── MeterIDFilter.md │ │ ├── MetersCreateResponse.md │ │ ├── MetersGetRequest.md │ │ ├── MetersGetResponse.md │ │ ├── MetersListQueryParamOrganizationIDFilter.md │ │ ├── MetersListRequest.md │ │ ├── MetersListResponse.md │ │ ├── MetersQuantitiesQueryParamCustomerIDFilter.md │ │ ├── MetersQuantitiesQueryParamExternalCustomerIDFilter.md │ │ ├── MetersQuantitiesRequest.md │ │ ├── MetersQuantitiesResponse.md │ │ ├── MetersUpdateRequest.md │ │ ├── MetersUpdateResponse.md │ │ ├── MethodFilter.md │ │ ├── MetricsGetQueryParamCustomerIDFilter.md │ │ ├── MetricsGetQueryParamOrganizationIDFilter.md │ │ ├── MetricsGetQueryParamProductIDFilter.md │ │ ├── MetricsGetRequest.md │ │ ├── MetricsGetResponse.md │ │ ├── MetricsLimitsResponse.md │ │ ├── NameFilter.md │ │ ├── Oauth2AuthorizeResponse.md │ │ ├── Oauth2AuthorizeResponseOauth2Authorize.md │ │ ├── Oauth2ClientsOauth2CreateClientResponse.md │ │ ├── Oauth2ClientsOauth2DeleteClientRequest.md │ │ ├── Oauth2ClientsOauth2DeleteClientResponse.md │ │ ├── Oauth2ClientsOauth2GetClientRequest.md │ │ ├── Oauth2ClientsOauth2GetClientResponse.md │ │ ├── Oauth2ClientsOauth2UpdateClientRequest.md │ │ ├── Oauth2ClientsOauth2UpdateClientResponse.md │ │ ├── Oauth2IntrospectTokenResponse.md │ │ ├── Oauth2RequestTokenRequestBody.md │ │ ├── Oauth2RequestTokenResponse.md │ │ ├── Oauth2RevokeTokenResponse.md │ │ ├── Oauth2UserinfoResponse.md │ │ ├── Oauth2UserinfoResponseOauth2Userinfo.md │ │ ├── OrderIDFilter.md │ │ ├── OrdersExportQueryParamOrganizationIDFilter.md │ │ ├── OrdersExportQueryParamProductIDFilter.md │ │ ├── OrdersExportRequest.md │ │ ├── OrdersExportResponse.md │ │ ├── OrdersGenerateInvoiceRequest.md │ │ ├── OrdersGenerateInvoiceResponse.md │ │ ├── OrdersGetRequest.md │ │ ├── OrdersGetResponse.md │ │ ├── OrdersInvoiceRequest.md │ │ ├── OrdersInvoiceResponse.md │ │ ├── OrdersListQueryParamCustomerIDFilter.md │ │ ├── OrdersListQueryParamOrganizationIDFilter.md │ │ ├── OrdersListQueryParamProductIDFilter.md │ │ ├── OrdersListRequest.md │ │ ├── OrdersListResponse.md │ │ ├── OrdersUpdateRequest.md │ │ ├── OrdersUpdateResponse.md │ │ ├── OrganizationIDFilter.md │ │ ├── OrganizationId.md │ │ ├── OrganizationsCreateResponse.md │ │ ├── OrganizationsGetRequest.md │ │ ├── OrganizationsGetResponse.md │ │ ├── OrganizationsListRequest.md │ │ ├── OrganizationsListResponse.md │ │ ├── OrganizationsUpdateRequest.md │ │ ├── OrganizationsUpdateResponse.md │ │ ├── PaymentsGetRequest.md │ │ ├── PaymentsGetResponse.md │ │ ├── PaymentsListQueryParamCheckoutIDFilter.md │ │ ├── PaymentsListQueryParamOrderIDFilter.md │ │ ├── PaymentsListQueryParamOrganizationIDFilter.md │ │ ├── PaymentsListRequest.md │ │ ├── PaymentsListResponse.md │ │ ├── ProductBillingTypeFilter.md │ │ ├── ProductIDFilter.md │ │ ├── ProductsCreateResponse.md │ │ ├── ProductsGetRequest.md │ │ ├── ProductsGetResponse.md │ │ ├── ProductsListQueryParamOrganizationIDFilter.md │ │ ├── ProductsListRequest.md │ │ ├── ProductsListResponse.md │ │ ├── ProductsUpdateBenefitsRequest.md │ │ ├── ProductsUpdateBenefitsResponse.md │ │ ├── ProductsUpdateRequest.md │ │ ├── ProductsUpdateResponse.md │ │ ├── QueryParamBenefitIDFilter.md │ │ ├── QueryParamBenefitTypeFilter.md │ │ ├── QueryParamCheckoutIDFilter.md │ │ ├── QueryParamCustomerIDFilter.md │ │ ├── QueryParamDiscountIDFilter.md │ │ ├── QueryParamExternalCustomerIDFilter.md │ │ ├── QueryParamMeterIDFilter.md │ │ ├── QueryParamOrderIDFilter.md │ │ ├── QueryParamOrganizationIDFilter.md │ │ ├── QueryParamOrganizationId.md │ │ ├── QueryParamProductBillingTypeFilter.md │ │ ├── QueryParamProductIDFilter.md │ │ ├── QueryParamSourceFilter.md │ │ ├── QueryParamStatusFilter.md │ │ ├── QueryParamSubscriptionIDFilter.md │ │ ├── RefundIDFilter.md │ │ ├── RefundsCreateResponse.md │ │ ├── RefundsListQueryParamCustomerIDFilter.md │ │ ├── RefundsListQueryParamOrganizationIDFilter.md │ │ ├── RefundsListRequest.md │ │ ├── RefundsListResponse.md │ │ ├── SourceFilter.md │ │ ├── StatusFilter.md │ │ ├── SubscriptionIDFilter.md │ │ ├── SubscriptionsCreateResponse.md │ │ ├── SubscriptionsCreateSubscriptionCreate.md │ │ ├── SubscriptionsExportRequest.md │ │ ├── SubscriptionsExportResponse.md │ │ ├── SubscriptionsGetRequest.md │ │ ├── SubscriptionsGetResponse.md │ │ ├── SubscriptionsListRequest.md │ │ ├── SubscriptionsListResponse.md │ │ ├── SubscriptionsRevokeRequest.md │ │ ├── SubscriptionsRevokeResponse.md │ │ ├── SubscriptionsUpdateRequest.md │ │ ├── SubscriptionsUpdateResponse.md │ │ ├── WalletsGetRequest.md │ │ ├── WalletsGetResponse.md │ │ ├── WalletsListQueryParamCustomerIDFilter.md │ │ ├── WalletsListQueryParamOrganizationIDFilter.md │ │ ├── WalletsListRequest.md │ │ ├── WalletsListResponse.md │ │ ├── WalletsTopUpRequest.md │ │ ├── WalletsTopUpResponse.md │ │ ├── WebhooksCreateWebhookEndpointResponse.md │ │ ├── WebhooksDeleteWebhookEndpointRequest.md │ │ ├── WebhooksDeleteWebhookEndpointResponse.md │ │ ├── WebhooksGetWebhookEndpointRequest.md │ │ ├── WebhooksGetWebhookEndpointResponse.md │ │ ├── WebhooksListWebhookDeliveriesRequest.md │ │ ├── WebhooksListWebhookDeliveriesResponse.md │ │ ├── WebhooksListWebhookEndpointsRequest.md │ │ ├── WebhooksListWebhookEndpointsResponse.md │ │ ├── WebhooksRedeliverWebhookEventRequest.md │ │ ├── WebhooksRedeliverWebhookEventResponse.md │ │ ├── WebhooksResetWebhookEndpointSecretRequest.md │ │ ├── WebhooksResetWebhookEndpointSecretResponse.md │ │ ├── WebhooksUpdateWebhookEndpointRequest.md │ │ └── WebhooksUpdateWebhookEndpointResponse.md │ └── Webhooks │ │ ├── EndpointbenefitCreatedPostResponse.md │ │ ├── EndpointbenefitGrantCreatedPostResponse.md │ │ ├── EndpointbenefitGrantCycledPostResponse.md │ │ ├── EndpointbenefitGrantRevokedPostResponse.md │ │ ├── EndpointbenefitGrantUpdatedPostResponse.md │ │ ├── EndpointbenefitUpdatedPostResponse.md │ │ ├── EndpointcheckoutCreatedPostResponse.md │ │ ├── EndpointcheckoutUpdatedPostResponse.md │ │ ├── EndpointcustomerCreatedPostResponse.md │ │ ├── EndpointcustomerDeletedPostResponse.md │ │ ├── EndpointcustomerSeatAssignedPostResponse.md │ │ ├── EndpointcustomerSeatClaimedPostResponse.md │ │ ├── EndpointcustomerSeatRevokedPostResponse.md │ │ ├── EndpointcustomerStateChangedPostResponse.md │ │ ├── EndpointcustomerUpdatedPostResponse.md │ │ ├── EndpointorderCreatedPostResponse.md │ │ ├── EndpointorderPaidPostResponse.md │ │ ├── EndpointorderRefundedPostResponse.md │ │ ├── EndpointorderUpdatedPostResponse.md │ │ ├── EndpointorganizationUpdatedPostResponse.md │ │ ├── EndpointproductCreatedPostResponse.md │ │ ├── EndpointproductUpdatedPostResponse.md │ │ ├── EndpointrefundCreatedPostResponse.md │ │ ├── EndpointrefundUpdatedPostResponse.md │ │ ├── EndpointsubscriptionActivePostResponse.md │ │ ├── EndpointsubscriptionCanceledPostResponse.md │ │ ├── EndpointsubscriptionCreatedPostResponse.md │ │ ├── EndpointsubscriptionRevokedPostResponse.md │ │ ├── EndpointsubscriptionUncanceledPostResponse.md │ │ └── EndpointsubscriptionUpdatedPostResponse.md └── sdks │ ├── benefitgrants │ └── README.md │ ├── benefits │ └── README.md │ ├── checkoutlinks │ └── README.md │ ├── checkouts │ └── README.md │ ├── clients │ └── README.md │ ├── customermeters │ └── README.md │ ├── customers │ └── README.md │ ├── customerseats │ └── README.md │ ├── customersession │ └── README.md │ ├── customersessions │ └── README.md │ ├── customfields │ └── README.md │ ├── discounts │ └── README.md │ ├── downloadables │ └── README.md │ ├── events │ └── README.md │ ├── files │ └── README.md │ ├── licensekeys │ └── README.md │ ├── meters │ └── README.md │ ├── metrics │ └── README.md │ ├── oauth2 │ └── README.md │ ├── orders │ └── README.md │ ├── organizations │ └── README.md │ ├── payments │ └── README.md │ ├── polarbenefitgrants │ └── README.md │ ├── polarcustomermeters │ └── README.md │ ├── polarcustomers │ └── README.md │ ├── polarlicensekeys │ └── README.md │ ├── polarorders │ └── README.md │ ├── polarorganizations │ └── README.md │ ├── polarsubscriptions │ └── README.md │ ├── polarwallets │ └── README.md │ ├── products │ └── README.md │ ├── refunds │ └── README.md │ ├── seats │ └── README.md │ ├── subscriptions │ └── README.md │ ├── wallets │ └── README.md │ └── webhooks │ └── README.md ├── phpstan.neon ├── phpunit.xml ├── pint.json ├── rector.php └── src ├── BenefitGrants.php ├── Benefits.php ├── CheckoutLinks.php ├── Checkouts.php ├── Clients.php ├── CustomFields.php ├── CustomerMeters.php ├── CustomerPortal.php ├── CustomerSeats.php ├── CustomerSession.php ├── CustomerSessions.php ├── Customers.php ├── Discounts.php ├── Downloadables.php ├── Events.php ├── Files.php ├── Hooks ├── AfterErrorContext.php ├── AfterErrorHook.php ├── AfterSuccessContext.php ├── AfterSuccessHook.php ├── BeforeRequestContext.php ├── BeforeRequestHook.php ├── Credentials.php ├── ErrorResponseContext.php ├── FailEarlyException.php ├── HookContext.php ├── HookRegistration.php ├── Hooks.php ├── SDKHooks.php ├── SDKInitHook.php ├── SDKRequestContext.php ├── Session.php └── TokenResponse.php ├── LicenseKeys.php ├── Meters.php ├── Metrics.php ├── Models ├── Components │ ├── Address.php │ ├── AddressDict.php │ ├── AddressInput.php │ ├── AggregationFunction.php │ ├── AttachedCustomField.php │ ├── AttachedCustomFieldCreate.php │ ├── AuthorizationCodeTokenRequest.php │ ├── AuthorizeOrganization.php │ ├── AuthorizeResponseOrganization.php │ ├── AuthorizeResponseUser.php │ ├── AuthorizeUser.php │ ├── BenefitCustom.php │ ├── BenefitCustomCreate.php │ ├── BenefitCustomCreateProperties.php │ ├── BenefitCustomProperties.php │ ├── BenefitCustomSubscriber.php │ ├── BenefitCustomSubscriberProperties.php │ ├── BenefitCustomUpdate.php │ ├── BenefitCycledEvent.php │ ├── BenefitDiscord.php │ ├── BenefitDiscordCreate.php │ ├── BenefitDiscordCreateProperties.php │ ├── BenefitDiscordProperties.php │ ├── BenefitDiscordSubscriber.php │ ├── BenefitDiscordSubscriberProperties.php │ ├── BenefitDiscordUpdate.php │ ├── BenefitDownloadables.php │ ├── BenefitDownloadablesCreate.php │ ├── BenefitDownloadablesCreateProperties.php │ ├── BenefitDownloadablesProperties.php │ ├── BenefitDownloadablesSubscriber.php │ ├── BenefitDownloadablesSubscriberProperties.php │ ├── BenefitDownloadablesUpdate.php │ ├── BenefitGitHubRepository.php │ ├── BenefitGitHubRepositoryCreate.php │ ├── BenefitGitHubRepositoryCreateProperties.php │ ├── BenefitGitHubRepositoryCreatePropertiesPermission.php │ ├── BenefitGitHubRepositoryProperties.php │ ├── BenefitGitHubRepositorySubscriber.php │ ├── BenefitGitHubRepositorySubscriberProperties.php │ ├── BenefitGitHubRepositoryUpdate.php │ ├── BenefitGrant.php │ ├── BenefitGrantCustomProperties.php │ ├── BenefitGrantCustomWebhook.php │ ├── BenefitGrantDiscordProperties.php │ ├── BenefitGrantDiscordWebhook.php │ ├── BenefitGrantDownloadablesProperties.php │ ├── BenefitGrantDownloadablesWebhook.php │ ├── BenefitGrantError.php │ ├── BenefitGrantGitHubRepositoryProperties.php │ ├── BenefitGrantGitHubRepositoryPropertiesPermission.php │ ├── BenefitGrantGitHubRepositoryWebhook.php │ ├── BenefitGrantLicenseKeysProperties.php │ ├── BenefitGrantLicenseKeysWebhook.php │ ├── BenefitGrantMetadata.php │ ├── BenefitGrantMeterCreditProperties.php │ ├── BenefitGrantMeterCreditWebhook.php │ ├── BenefitGrantSortProperty.php │ ├── BenefitGrantedEvent.php │ ├── BenefitLicenseKeyActivationCreateProperties.php │ ├── BenefitLicenseKeyActivationProperties.php │ ├── BenefitLicenseKeyExpirationProperties.php │ ├── BenefitLicenseKeys.php │ ├── BenefitLicenseKeysCreate.php │ ├── BenefitLicenseKeysCreateProperties.php │ ├── BenefitLicenseKeysProperties.php │ ├── BenefitLicenseKeysSubscriber.php │ ├── BenefitLicenseKeysSubscriberProperties.php │ ├── BenefitLicenseKeysUpdate.php │ ├── BenefitMeterCredit.php │ ├── BenefitMeterCreditCreate.php │ ├── BenefitMeterCreditCreateProperties.php │ ├── BenefitMeterCreditProperties.php │ ├── BenefitMeterCreditSubscriber.php │ ├── BenefitMeterCreditSubscriberProperties.php │ ├── BenefitMeterCreditUpdate.php │ ├── BenefitPublic.php │ ├── BenefitRevokedEvent.php │ ├── BenefitSortProperty.php │ ├── BenefitType.php │ ├── BenefitUpdatedEvent.php │ ├── BillingAddressFieldMode.php │ ├── CardPayment.php │ ├── CardPaymentMetadata.php │ ├── Checkout.php │ ├── CheckoutBillingAddressFields.php │ ├── CheckoutConfirmStripe.php │ ├── CheckoutCreate.php │ ├── CheckoutDiscountFixedOnceForeverDuration.php │ ├── CheckoutDiscountFixedRepeatDuration.php │ ├── CheckoutDiscountPercentageOnceForeverDuration.php │ ├── CheckoutDiscountPercentageRepeatDuration.php │ ├── CheckoutLink.php │ ├── CheckoutLinkCreateProduct.php │ ├── CheckoutLinkCreateProductPrice.php │ ├── CheckoutLinkCreateProducts.php │ ├── CheckoutLinkProduct.php │ ├── CheckoutLinkSortProperty.php │ ├── CheckoutLinkUpdate.php │ ├── CheckoutProduct.php │ ├── CheckoutPublic.php │ ├── CheckoutPublicConfirmed.php │ ├── CheckoutSortProperty.php │ ├── CheckoutStatus.php │ ├── CheckoutUpdate.php │ ├── CheckoutUpdatePublic.php │ ├── CostMetadataInput.php │ ├── CostMetadataOutput.php │ ├── CountAggregation.php │ ├── CountryAlpha2.php │ ├── CountryAlpha2Input.php │ ├── CustomFieldCheckbox.php │ ├── CustomFieldCheckboxProperties.php │ ├── CustomFieldCreateCheckbox.php │ ├── CustomFieldCreateDate.php │ ├── CustomFieldCreateNumber.php │ ├── CustomFieldCreateSelect.php │ ├── CustomFieldCreateText.php │ ├── CustomFieldDate.php │ ├── CustomFieldDateProperties.php │ ├── CustomFieldNumber.php │ ├── CustomFieldNumberProperties.php │ ├── CustomFieldSelect.php │ ├── CustomFieldSelectOption.php │ ├── CustomFieldSelectProperties.php │ ├── CustomFieldSortProperty.php │ ├── CustomFieldText.php │ ├── CustomFieldTextProperties.php │ ├── CustomFieldType.php │ ├── CustomFieldUpdateCheckbox.php │ ├── CustomFieldUpdateDate.php │ ├── CustomFieldUpdateNumber.php │ ├── CustomFieldUpdateSelect.php │ ├── CustomFieldUpdateText.php │ ├── Customer.php │ ├── CustomerBalance.php │ ├── CustomerBenefitGrantCustom.php │ ├── CustomerBenefitGrantCustomUpdate.php │ ├── CustomerBenefitGrantDiscord.php │ ├── CustomerBenefitGrantDiscordPropertiesUpdate.php │ ├── CustomerBenefitGrantDiscordUpdate.php │ ├── CustomerBenefitGrantDownloadables.php │ ├── CustomerBenefitGrantDownloadablesUpdate.php │ ├── CustomerBenefitGrantGitHubRepository.php │ ├── CustomerBenefitGrantGitHubRepositoryPropertiesUpdate.php │ ├── CustomerBenefitGrantGitHubRepositoryUpdate.php │ ├── CustomerBenefitGrantLicenseKeys.php │ ├── CustomerBenefitGrantLicenseKeysUpdate.php │ ├── CustomerBenefitGrantMeterCredit.php │ ├── CustomerBenefitGrantMeterCreditUpdate.php │ ├── CustomerBenefitGrantSortProperty.php │ ├── CustomerCancellationReason.php │ ├── CustomerCreate.php │ ├── CustomerCreatedEvent.php │ ├── CustomerCreatedMetadata.php │ ├── CustomerCustomerMeter.php │ ├── CustomerCustomerMeterMeter.php │ ├── CustomerCustomerMeterSortProperty.php │ ├── CustomerCustomerSession.php │ ├── CustomerDeletedEvent.php │ ├── CustomerDeletedMetadata.php │ ├── CustomerMeter.php │ ├── CustomerMeterSortProperty.php │ ├── CustomerOrder.php │ ├── CustomerOrderConfirmPayment.php │ ├── CustomerOrderInvoice.php │ ├── CustomerOrderPaymentConfirmation.php │ ├── CustomerOrderPaymentStatus.php │ ├── CustomerOrderProduct.php │ ├── CustomerOrderSortProperty.php │ ├── CustomerOrderSubscription.php │ ├── CustomerOrderUpdate.php │ ├── CustomerOrganization.php │ ├── CustomerPaymentMethodConfirm.php │ ├── CustomerPaymentMethodCreate.php │ ├── CustomerPaymentMethodCreateRequiresActionResponse.php │ ├── CustomerPaymentMethodCreateSucceededResponse.php │ ├── CustomerPortalCustomer.php │ ├── CustomerPortalCustomerUpdate.php │ ├── CustomerPortalOAuthAccount.php │ ├── CustomerProduct.php │ ├── CustomerSeat.php │ ├── CustomerSeatClaimResponse.php │ ├── CustomerSession.php │ ├── CustomerSessionCustomerExternalIDCreate.php │ ├── CustomerSessionCustomerIDCreate.php │ ├── CustomerSortProperty.php │ ├── CustomerState.php │ ├── CustomerStateBenefitGrant.php │ ├── CustomerStateMeter.php │ ├── CustomerStateSubscription.php │ ├── CustomerStateSubscriptionMeter.php │ ├── CustomerSubscription.php │ ├── CustomerSubscriptionCancel.php │ ├── CustomerSubscriptionMeter.php │ ├── CustomerSubscriptionMeterMeter.php │ ├── CustomerSubscriptionProduct.php │ ├── CustomerSubscriptionSortProperty.php │ ├── CustomerSubscriptionUpdateProduct.php │ ├── CustomerSubscriptionUpdateSeats.php │ ├── CustomerUpdate.php │ ├── CustomerUpdateExternalID.php │ ├── CustomerUpdatedEvent.php │ ├── CustomerUpdatedFields.php │ ├── CustomerUpdatedMetadata.php │ ├── CustomerWallet.php │ ├── CustomerWalletSortProperty.php │ ├── DiscountDuration.php │ ├── DiscountFixedOnceForeverDuration.php │ ├── DiscountFixedOnceForeverDurationBase.php │ ├── DiscountFixedOnceForeverDurationCreate.php │ ├── DiscountFixedRepeatDuration.php │ ├── DiscountFixedRepeatDurationBase.php │ ├── DiscountFixedRepeatDurationCreate.php │ ├── DiscountPercentageOnceForeverDuration.php │ ├── DiscountPercentageOnceForeverDurationBase.php │ ├── DiscountPercentageOnceForeverDurationCreate.php │ ├── DiscountPercentageRepeatDuration.php │ ├── DiscountPercentageRepeatDurationBase.php │ ├── DiscountPercentageRepeatDurationCreate.php │ ├── DiscountProduct.php │ ├── DiscountSortProperty.php │ ├── DiscountType.php │ ├── DiscountUpdate.php │ ├── DownloadableFileCreate.php │ ├── DownloadableFileRead.php │ ├── DownloadableRead.php │ ├── EventCreateCustomer.php │ ├── EventCreateExternalCustomer.php │ ├── EventName.php │ ├── EventNamesSortProperty.php │ ├── EventSortProperty.php │ ├── EventSource.php │ ├── EventsIngest.php │ ├── EventsIngestResponse.php │ ├── ExistingProductPrice.php │ ├── FileDownload.php │ ├── FilePatch.php │ ├── FileServiceTypes.php │ ├── FileUpload.php │ ├── FileUploadCompleted.php │ ├── Filter.php │ ├── FilterClause.php │ ├── FilterConjunction.php │ ├── FilterOperator.php │ ├── Func.php │ ├── GenericPayment.php │ ├── GrantTypes.php │ ├── IntrospectTokenRequest.php │ ├── IntrospectTokenRequestTokenTypeHint.php │ ├── IntrospectTokenResponse.php │ ├── LLMMetadata.php │ ├── LegacyRecurringProductPriceCustom.php │ ├── LegacyRecurringProductPriceFixed.php │ ├── LegacyRecurringProductPriceFree.php │ ├── LicenseKeyActivate.php │ ├── LicenseKeyActivationBase.php │ ├── LicenseKeyActivationRead.php │ ├── LicenseKeyCustomer.php │ ├── LicenseKeyDeactivate.php │ ├── LicenseKeyRead.php │ ├── LicenseKeyStatus.php │ ├── LicenseKeyUpdate.php │ ├── LicenseKeyValidate.php │ ├── LicenseKeyWithActivations.php │ ├── ListResource.php │ ├── ListResourceBenefit.php │ ├── ListResourceBenefitGrant.php │ ├── ListResourceCheckout.php │ ├── ListResourceCheckoutLink.php │ ├── ListResourceCustomField.php │ ├── ListResourceCustomer.php │ ├── ListResourceCustomerBenefitGrant.php │ ├── ListResourceCustomerCustomerMeter.php │ ├── ListResourceCustomerMeter.php │ ├── ListResourceCustomerOrder.php │ ├── ListResourceCustomerPaymentMethod.php │ ├── ListResourceCustomerSubscription.php │ ├── ListResourceCustomerWallet.php │ ├── ListResourceDiscount.php │ ├── ListResourceDownloadableRead.php │ ├── ListResourceEvent.php │ ├── ListResourceEventName.php │ ├── ListResourceFileRead.php │ ├── ListResourceLicenseKeyRead.php │ ├── ListResourceMeter.php │ ├── ListResourceOrder.php │ ├── ListResourceOrganization.php │ ├── ListResourceProduct.php │ ├── ListResourceRefund.php │ ├── ListResourceSubscription.php │ ├── ListResourceWallet.php │ ├── ListResourceWebhookDelivery.php │ ├── ListResourceWebhookEndpoint.php │ ├── Meter.php │ ├── MeterCreate.php │ ├── MeterCreditEvent.php │ ├── MeterCreditedMetadata.php │ ├── MeterQuantities.php │ ├── MeterQuantity.php │ ├── MeterResetEvent.php │ ├── MeterResetMetadata.php │ ├── MeterSortProperty.php │ ├── MeterUpdate.php │ ├── Metric.php │ ├── MetricPeriod.php │ ├── MetricType.php │ ├── Metrics.php │ ├── MetricsIntervalLimit.php │ ├── MetricsIntervalsLimits.php │ ├── MetricsLimits.php │ ├── MetricsResponse.php │ ├── MetricsTotals.php │ ├── OAuth2ClientConfiguration.php │ ├── OAuth2ClientConfigurationUpdate.php │ ├── OAuth2ClientConfigurationUpdateGrantTypes.php │ ├── OAuth2ClientConfigurationUpdateTokenEndpointAuthMethod.php │ ├── OAuth2ClientPublic.php │ ├── Order.php │ ├── OrderBillingReason.php │ ├── OrderCustomer.php │ ├── OrderInvoice.php │ ├── OrderItemSchema.php │ ├── OrderPaidEvent.php │ ├── OrderPaidMetadata.php │ ├── OrderProduct.php │ ├── OrderRefundedEvent.php │ ├── OrderRefundedMetadata.php │ ├── OrderSortProperty.php │ ├── OrderStatus.php │ ├── OrderSubscription.php │ ├── OrderUpdate.php │ ├── Organization.php │ ├── OrganizationAvatarFileCreate.php │ ├── OrganizationAvatarFileRead.php │ ├── OrganizationCreate.php │ ├── OrganizationCustomerEmailSettings.php │ ├── OrganizationDetails.php │ ├── OrganizationFeatureSettings.php │ ├── OrganizationNotificationSettings.php │ ├── OrganizationSocialLink.php │ ├── OrganizationSocialPlatforms.php │ ├── OrganizationSortProperty.php │ ├── OrganizationStatus.php │ ├── OrganizationSubscriptionSettings.php │ ├── OrganizationUpdate.php │ ├── Pagination.php │ ├── PaymentMethodCard.php │ ├── PaymentMethodCardMetadata.php │ ├── PaymentMethodGeneric.php │ ├── PaymentProcessor.php │ ├── PaymentSortProperty.php │ ├── PaymentStatus.php │ ├── Permission.php │ ├── Product.php │ ├── ProductBenefitsUpdate.php │ ├── ProductBillingType.php │ ├── ProductCreateOneTime.php │ ├── ProductCreateRecurring.php │ ├── ProductMediaFileCreate.php │ ├── ProductMediaFileRead.php │ ├── ProductPriceCustom.php │ ├── ProductPriceCustomCreate.php │ ├── ProductPriceFixed.php │ ├── ProductPriceFixedCreate.php │ ├── ProductPriceFree.php │ ├── ProductPriceFreeCreate.php │ ├── ProductPriceMeter.php │ ├── ProductPriceMeteredUnit.php │ ├── ProductPriceMeteredUnitCreate.php │ ├── ProductPriceSeatBased.php │ ├── ProductPriceSeatBasedCreate.php │ ├── ProductPriceSeatTier.php │ ├── ProductPriceSeatTiers.php │ ├── ProductPriceType.php │ ├── ProductSortProperty.php │ ├── ProductUpdate.php │ ├── PropertyAggregation.php │ ├── RefreshTokenRequest.php │ ├── Refund.php │ ├── RefundCreate.php │ ├── RefundReason.php │ ├── RefundSortProperty.php │ ├── RefundStatus.php │ ├── RevokeTokenRequest.php │ ├── RevokeTokenResponse.php │ ├── S3DownloadURL.php │ ├── S3FileCreateMultipart.php │ ├── S3FileCreatePart.php │ ├── S3FileUploadCompletedPart.php │ ├── S3FileUploadMultipart.php │ ├── S3FileUploadPart.php │ ├── Scope.php │ ├── SeatAssign.php │ ├── SeatClaim.php │ ├── SeatClaimInfo.php │ ├── SeatStatus.php │ ├── SeatsList.php │ ├── Security.php │ ├── Status.php │ ├── SubType.php │ ├── Subscription.php │ ├── SubscriptionCancel.php │ ├── SubscriptionCreateCustomer.php │ ├── SubscriptionCreateExternalCustomer.php │ ├── SubscriptionCustomer.php │ ├── SubscriptionCycledEvent.php │ ├── SubscriptionCycledMetadata.php │ ├── SubscriptionMeter.php │ ├── SubscriptionProductUpdatedEvent.php │ ├── SubscriptionProductUpdatedMetadata.php │ ├── SubscriptionProrationBehavior.php │ ├── SubscriptionRecurringInterval.php │ ├── SubscriptionRevoke.php │ ├── SubscriptionRevokedEvent.php │ ├── SubscriptionRevokedMetadata.php │ ├── SubscriptionSortProperty.php │ ├── SubscriptionStatus.php │ ├── SubscriptionUpdateDiscount.php │ ├── SubscriptionUpdateProduct.php │ ├── SubscriptionUpdateSeats.php │ ├── SubscriptionUpdateTrial.php │ ├── SwitchingFrom.php │ ├── TaxIDFormat.php │ ├── TimeInterval.php │ ├── Timeframe.php │ ├── TokenEndpointAuthMethod.php │ ├── TokenResponse.php │ ├── TokenType.php │ ├── TokenTypeHint.php │ ├── TrialInterval.php │ ├── UniqueAggregation.php │ ├── UserEvent.php │ ├── UserInfoOrganization.php │ ├── UserInfoUser.php │ ├── ValidatedLicenseKey.php │ ├── ValidationError.php │ ├── Wallet.php │ ├── WalletSortProperty.php │ ├── WalletTopUpCreate.php │ ├── WebTokenRequest.php │ ├── WebTokenRequestSubType.php │ ├── WebhookBenefitCreatedPayload.php │ ├── WebhookBenefitGrantCreatedPayload.php │ ├── WebhookBenefitGrantCycledPayload.php │ ├── WebhookBenefitGrantRevokedPayload.php │ ├── WebhookBenefitGrantUpdatedPayload.php │ ├── WebhookBenefitUpdatedPayload.php │ ├── WebhookCheckoutCreatedPayload.php │ ├── WebhookCheckoutUpdatedPayload.php │ ├── WebhookCustomerCreatedPayload.php │ ├── WebhookCustomerDeletedPayload.php │ ├── WebhookCustomerSeatAssignedPayload.php │ ├── WebhookCustomerSeatClaimedPayload.php │ ├── WebhookCustomerSeatRevokedPayload.php │ ├── WebhookCustomerStateChangedPayload.php │ ├── WebhookCustomerUpdatedPayload.php │ ├── WebhookDelivery.php │ ├── WebhookEndpoint.php │ ├── WebhookEndpointCreate.php │ ├── WebhookEndpointUpdate.php │ ├── WebhookEvent.php │ ├── WebhookEventType.php │ ├── WebhookFormat.php │ ├── WebhookOrderCreatedPayload.php │ ├── WebhookOrderPaidPayload.php │ ├── WebhookOrderRefundedPayload.php │ ├── WebhookOrderUpdatedPayload.php │ ├── WebhookOrganizationUpdatedPayload.php │ ├── WebhookProductCreatedPayload.php │ ├── WebhookProductUpdatedPayload.php │ ├── WebhookRefundCreatedPayload.php │ ├── WebhookRefundUpdatedPayload.php │ ├── WebhookSubscriptionActivePayload.php │ ├── WebhookSubscriptionCanceledPayload.php │ ├── WebhookSubscriptionCreatedPayload.php │ ├── WebhookSubscriptionRevokedPayload.php │ ├── WebhookSubscriptionUncanceledPayload.php │ └── WebhookSubscriptionUpdatedPayload.php ├── Errors │ ├── APIException.php │ ├── AlreadyActiveSubscriptionError.php │ ├── AlreadyActiveSubscriptionErrorThrowable.php │ ├── AlreadyCanceledSubscription.php │ ├── AlreadyCanceledSubscriptionThrowable.php │ ├── CustomerNotReady.php │ ├── CustomerNotReadyThrowable.php │ ├── ExpiredCheckoutError.php │ ├── ExpiredCheckoutErrorThrowable.php │ ├── HTTPValidationError.php │ ├── HTTPValidationErrorThrowable.php │ ├── MissingInvoiceBillingDetails.php │ ├── MissingInvoiceBillingDetailsThrowable.php │ ├── MissingPaymentMethodError.php │ ├── MissingPaymentMethodErrorThrowable.php │ ├── NotOpenCheckout.php │ ├── NotOpenCheckoutThrowable.php │ ├── NotPaidOrder.php │ ├── NotPaidOrderThrowable.php │ ├── NotPermitted.php │ ├── NotPermittedThrowable.php │ ├── OrderNotEligibleForRetry.php │ ├── OrderNotEligibleForRetryThrowable.php │ ├── PaymentAlreadyInProgress.php │ ├── PaymentAlreadyInProgressThrowable.php │ ├── PaymentError.php │ ├── PaymentErrorThrowable.php │ ├── PaymentIntentFailedError.php │ ├── PaymentIntentFailedErrorThrowable.php │ ├── PaymentMethodInUseByActiveSubscription.php │ ├── PaymentMethodInUseByActiveSubscriptionThrowable.php │ ├── PaymentNotReady.php │ ├── PaymentNotReadyThrowable.php │ ├── RefundAmountTooHigh.php │ ├── RefundAmountTooHighThrowable.php │ ├── RefundedAlready.php │ ├── RefundedAlreadyThrowable.php │ ├── ResourceNotFound.php │ ├── ResourceNotFoundThrowable.php │ ├── SubscriptionLocked.php │ ├── SubscriptionLockedThrowable.php │ ├── Unauthorized.php │ └── UnauthorizedThrowable.php ├── Operations │ ├── BenefitGrantsListRequest.php │ ├── BenefitGrantsListResponse.php │ ├── BenefitsCreateResponse.php │ ├── BenefitsDeleteRequest.php │ ├── BenefitsDeleteResponse.php │ ├── BenefitsGetRequest.php │ ├── BenefitsGetResponse.php │ ├── BenefitsGrantsRequest.php │ ├── BenefitsGrantsResponse.php │ ├── BenefitsListRequest.php │ ├── BenefitsListResponse.php │ ├── BenefitsUpdateRequest.php │ ├── BenefitsUpdateResponse.php │ ├── CheckoutLinksCreateResponse.php │ ├── CheckoutLinksDeleteRequest.php │ ├── CheckoutLinksDeleteResponse.php │ ├── CheckoutLinksGetRequest.php │ ├── CheckoutLinksGetResponse.php │ ├── CheckoutLinksListRequest.php │ ├── CheckoutLinksListResponse.php │ ├── CheckoutLinksUpdateRequest.php │ ├── CheckoutLinksUpdateResponse.php │ ├── CheckoutsClientConfirmRequest.php │ ├── CheckoutsClientConfirmResponse.php │ ├── CheckoutsClientGetRequest.php │ ├── CheckoutsClientGetResponse.php │ ├── CheckoutsClientUpdateRequest.php │ ├── CheckoutsClientUpdateResponse.php │ ├── CheckoutsCreateResponse.php │ ├── CheckoutsGetRequest.php │ ├── CheckoutsGetResponse.php │ ├── CheckoutsListRequest.php │ ├── CheckoutsListResponse.php │ ├── CheckoutsUpdateRequest.php │ ├── CheckoutsUpdateResponse.php │ ├── CustomFieldsCreateResponse.php │ ├── CustomFieldsDeleteRequest.php │ ├── CustomFieldsDeleteResponse.php │ ├── CustomFieldsGetRequest.php │ ├── CustomFieldsGetResponse.php │ ├── CustomFieldsListRequest.php │ ├── CustomFieldsListResponse.php │ ├── CustomFieldsUpdateRequest.php │ ├── CustomFieldsUpdateResponse.php │ ├── CustomerMetersGetRequest.php │ ├── CustomerMetersGetResponse.php │ ├── CustomerMetersListRequest.php │ ├── CustomerMetersListResponse.php │ ├── CustomerPortalBenefitGrantsGetRequest.php │ ├── CustomerPortalBenefitGrantsGetResponse.php │ ├── CustomerPortalBenefitGrantsGetSecurity.php │ ├── CustomerPortalBenefitGrantsListRequest.php │ ├── CustomerPortalBenefitGrantsListResponse.php │ ├── CustomerPortalBenefitGrantsListSecurity.php │ ├── CustomerPortalBenefitGrantsUpdateRequest.php │ ├── CustomerPortalBenefitGrantsUpdateResponse.php │ ├── CustomerPortalBenefitGrantsUpdateSecurity.php │ ├── CustomerPortalCustomerMetersGetRequest.php │ ├── CustomerPortalCustomerMetersGetResponse.php │ ├── CustomerPortalCustomerMetersGetSecurity.php │ ├── CustomerPortalCustomerMetersListRequest.php │ ├── CustomerPortalCustomerMetersListResponse.php │ ├── CustomerPortalCustomerMetersListSecurity.php │ ├── CustomerPortalCustomerSessionIntrospectResponse.php │ ├── CustomerPortalCustomerSessionIntrospectSecurity.php │ ├── CustomerPortalCustomersAddPaymentMethodResponse.php │ ├── CustomerPortalCustomersAddPaymentMethodSecurity.php │ ├── CustomerPortalCustomersConfirmPaymentMethodResponse.php │ ├── CustomerPortalCustomersConfirmPaymentMethodSecurity.php │ ├── CustomerPortalCustomersDeletePaymentMethodRequest.php │ ├── CustomerPortalCustomersDeletePaymentMethodResponse.php │ ├── CustomerPortalCustomersDeletePaymentMethodSecurity.php │ ├── CustomerPortalCustomersGetResponse.php │ ├── CustomerPortalCustomersGetSecurity.php │ ├── CustomerPortalCustomersListPaymentMethodsRequest.php │ ├── CustomerPortalCustomersListPaymentMethodsResponse.php │ ├── CustomerPortalCustomersListPaymentMethodsSecurity.php │ ├── CustomerPortalCustomersUpdateResponse.php │ ├── CustomerPortalCustomersUpdateSecurity.php │ ├── CustomerPortalDownloadablesListRequest.php │ ├── CustomerPortalDownloadablesListResponse.php │ ├── CustomerPortalDownloadablesListSecurity.php │ ├── CustomerPortalLicenseKeysActivateResponse.php │ ├── CustomerPortalLicenseKeysDeactivateResponse.php │ ├── CustomerPortalLicenseKeysGetRequest.php │ ├── CustomerPortalLicenseKeysGetResponse.php │ ├── CustomerPortalLicenseKeysGetSecurity.php │ ├── CustomerPortalLicenseKeysListRequest.php │ ├── CustomerPortalLicenseKeysListResponse.php │ ├── CustomerPortalLicenseKeysListSecurity.php │ ├── CustomerPortalLicenseKeysValidateResponse.php │ ├── CustomerPortalOrdersConfirmRetryPaymentRequest.php │ ├── CustomerPortalOrdersConfirmRetryPaymentResponse.php │ ├── CustomerPortalOrdersConfirmRetryPaymentSecurity.php │ ├── CustomerPortalOrdersGenerateInvoiceRequest.php │ ├── CustomerPortalOrdersGenerateInvoiceResponse.php │ ├── CustomerPortalOrdersGenerateInvoiceSecurity.php │ ├── CustomerPortalOrdersGetPaymentStatusRequest.php │ ├── CustomerPortalOrdersGetPaymentStatusResponse.php │ ├── CustomerPortalOrdersGetPaymentStatusSecurity.php │ ├── CustomerPortalOrdersGetRequest.php │ ├── CustomerPortalOrdersGetResponse.php │ ├── CustomerPortalOrdersGetSecurity.php │ ├── CustomerPortalOrdersInvoiceRequest.php │ ├── CustomerPortalOrdersInvoiceResponse.php │ ├── CustomerPortalOrdersInvoiceSecurity.php │ ├── CustomerPortalOrdersListRequest.php │ ├── CustomerPortalOrdersListResponse.php │ ├── CustomerPortalOrdersListSecurity.php │ ├── CustomerPortalOrdersUpdateRequest.php │ ├── CustomerPortalOrdersUpdateResponse.php │ ├── CustomerPortalOrdersUpdateSecurity.php │ ├── CustomerPortalOrganizationsGetRequest.php │ ├── CustomerPortalOrganizationsGetResponse.php │ ├── CustomerPortalSeatsAssignSeatResponse.php │ ├── CustomerPortalSeatsAssignSeatSecurity.php │ ├── CustomerPortalSeatsListClaimedSubscriptionsResponse.php │ ├── CustomerPortalSeatsListClaimedSubscriptionsSecurity.php │ ├── CustomerPortalSeatsListSeatsRequest.php │ ├── CustomerPortalSeatsListSeatsResponse.php │ ├── CustomerPortalSeatsListSeatsSecurity.php │ ├── CustomerPortalSeatsResendInvitationRequest.php │ ├── CustomerPortalSeatsResendInvitationResponse.php │ ├── CustomerPortalSeatsResendInvitationSecurity.php │ ├── CustomerPortalSeatsRevokeSeatRequest.php │ ├── CustomerPortalSeatsRevokeSeatResponse.php │ ├── CustomerPortalSeatsRevokeSeatSecurity.php │ ├── CustomerPortalSubscriptionsCancelRequest.php │ ├── CustomerPortalSubscriptionsCancelResponse.php │ ├── CustomerPortalSubscriptionsCancelSecurity.php │ ├── CustomerPortalSubscriptionsGetRequest.php │ ├── CustomerPortalSubscriptionsGetResponse.php │ ├── CustomerPortalSubscriptionsGetSecurity.php │ ├── CustomerPortalSubscriptionsListRequest.php │ ├── CustomerPortalSubscriptionsListResponse.php │ ├── CustomerPortalSubscriptionsListSecurity.php │ ├── CustomerPortalSubscriptionsUpdateRequest.php │ ├── CustomerPortalSubscriptionsUpdateResponse.php │ ├── CustomerPortalSubscriptionsUpdateSecurity.php │ ├── CustomerPortalWalletsGetRequest.php │ ├── CustomerPortalWalletsGetResponse.php │ ├── CustomerPortalWalletsGetSecurity.php │ ├── CustomerPortalWalletsListRequest.php │ ├── CustomerPortalWalletsListResponse.php │ ├── CustomerPortalWalletsListSecurity.php │ ├── CustomerSeatsAssignSeatResponse.php │ ├── CustomerSeatsClaimSeatResponse.php │ ├── CustomerSeatsGetClaimInfoRequest.php │ ├── CustomerSeatsGetClaimInfoResponse.php │ ├── CustomerSeatsListSeatsRequest.php │ ├── CustomerSeatsListSeatsResponse.php │ ├── CustomerSeatsResendInvitationRequest.php │ ├── CustomerSeatsResendInvitationResponse.php │ ├── CustomerSeatsRevokeSeatRequest.php │ ├── CustomerSeatsRevokeSeatResponse.php │ ├── CustomerSessionsCreateResponse.php │ ├── CustomersCreateResponse.php │ ├── CustomersDeleteExternalRequest.php │ ├── CustomersDeleteExternalResponse.php │ ├── CustomersDeleteRequest.php │ ├── CustomersDeleteResponse.php │ ├── CustomersExportRequest.php │ ├── CustomersExportResponse.php │ ├── CustomersGetBalanceRequest.php │ ├── CustomersGetBalanceResponse.php │ ├── CustomersGetExternalRequest.php │ ├── CustomersGetExternalResponse.php │ ├── CustomersGetRequest.php │ ├── CustomersGetResponse.php │ ├── CustomersGetStateExternalRequest.php │ ├── CustomersGetStateExternalResponse.php │ ├── CustomersGetStateRequest.php │ ├── CustomersGetStateResponse.php │ ├── CustomersListRequest.php │ ├── CustomersListResponse.php │ ├── CustomersUpdateExternalRequest.php │ ├── CustomersUpdateExternalResponse.php │ ├── CustomersUpdateRequest.php │ ├── CustomersUpdateResponse.php │ ├── DiscountsCreateResponse.php │ ├── DiscountsDeleteRequest.php │ ├── DiscountsDeleteResponse.php │ ├── DiscountsGetRequest.php │ ├── DiscountsGetResponse.php │ ├── DiscountsListRequest.php │ ├── DiscountsListResponse.php │ ├── DiscountsUpdateRequest.php │ ├── DiscountsUpdateResponse.php │ ├── EventsGetRequest.php │ ├── EventsGetResponse.php │ ├── EventsIngestResponse.php │ ├── EventsListNamesRequest.php │ ├── EventsListNamesResponse.php │ ├── EventsListRequest.php │ ├── EventsListResponse.php │ ├── FilesCreateResponse.php │ ├── FilesDeleteRequest.php │ ├── FilesDeleteResponse.php │ ├── FilesListRequest.php │ ├── FilesListResponse.php │ ├── FilesUpdateRequest.php │ ├── FilesUpdateResponse.php │ ├── FilesUploadedRequest.php │ ├── FilesUploadedResponse.php │ ├── LicenseKeysActivateResponse.php │ ├── LicenseKeysDeactivateResponse.php │ ├── LicenseKeysGetActivationRequest.php │ ├── LicenseKeysGetActivationResponse.php │ ├── LicenseKeysGetRequest.php │ ├── LicenseKeysGetResponse.php │ ├── LicenseKeysListRequest.php │ ├── LicenseKeysListResponse.php │ ├── LicenseKeysUpdateRequest.php │ ├── LicenseKeysUpdateResponse.php │ ├── LicenseKeysValidateResponse.php │ ├── MetersCreateResponse.php │ ├── MetersGetRequest.php │ ├── MetersGetResponse.php │ ├── MetersListRequest.php │ ├── MetersListResponse.php │ ├── MetersQuantitiesRequest.php │ ├── MetersQuantitiesResponse.php │ ├── MetersUpdateRequest.php │ ├── MetersUpdateResponse.php │ ├── MetricsGetRequest.php │ ├── MetricsGetResponse.php │ ├── MetricsLimitsResponse.php │ ├── Oauth2AuthorizeResponse.php │ ├── Oauth2ClientsOauth2CreateClientResponse.php │ ├── Oauth2ClientsOauth2DeleteClientRequest.php │ ├── Oauth2ClientsOauth2DeleteClientResponse.php │ ├── Oauth2ClientsOauth2GetClientRequest.php │ ├── Oauth2ClientsOauth2GetClientResponse.php │ ├── Oauth2ClientsOauth2UpdateClientRequest.php │ ├── Oauth2ClientsOauth2UpdateClientResponse.php │ ├── Oauth2IntrospectTokenResponse.php │ ├── Oauth2RequestTokenResponse.php │ ├── Oauth2RevokeTokenResponse.php │ ├── Oauth2UserinfoResponse.php │ ├── OrdersExportRequest.php │ ├── OrdersExportResponse.php │ ├── OrdersGenerateInvoiceRequest.php │ ├── OrdersGenerateInvoiceResponse.php │ ├── OrdersGetRequest.php │ ├── OrdersGetResponse.php │ ├── OrdersInvoiceRequest.php │ ├── OrdersInvoiceResponse.php │ ├── OrdersListRequest.php │ ├── OrdersListResponse.php │ ├── OrdersUpdateRequest.php │ ├── OrdersUpdateResponse.php │ ├── OrganizationsCreateResponse.php │ ├── OrganizationsGetRequest.php │ ├── OrganizationsGetResponse.php │ ├── OrganizationsListRequest.php │ ├── OrganizationsListResponse.php │ ├── OrganizationsUpdateRequest.php │ ├── OrganizationsUpdateResponse.php │ ├── PaymentsGetRequest.php │ ├── PaymentsGetResponse.php │ ├── PaymentsListRequest.php │ ├── PaymentsListResponse.php │ ├── ProductsCreateResponse.php │ ├── ProductsGetRequest.php │ ├── ProductsGetResponse.php │ ├── ProductsListRequest.php │ ├── ProductsListResponse.php │ ├── ProductsUpdateBenefitsRequest.php │ ├── ProductsUpdateBenefitsResponse.php │ ├── ProductsUpdateRequest.php │ ├── ProductsUpdateResponse.php │ ├── RefundsCreateResponse.php │ ├── RefundsListRequest.php │ ├── RefundsListResponse.php │ ├── SubscriptionsCreateResponse.php │ ├── SubscriptionsExportRequest.php │ ├── SubscriptionsExportResponse.php │ ├── SubscriptionsGetRequest.php │ ├── SubscriptionsGetResponse.php │ ├── SubscriptionsListRequest.php │ ├── SubscriptionsListResponse.php │ ├── SubscriptionsRevokeRequest.php │ ├── SubscriptionsRevokeResponse.php │ ├── SubscriptionsUpdateRequest.php │ ├── SubscriptionsUpdateResponse.php │ ├── WalletsGetRequest.php │ ├── WalletsGetResponse.php │ ├── WalletsListRequest.php │ ├── WalletsListResponse.php │ ├── WalletsTopUpRequest.php │ ├── WalletsTopUpResponse.php │ ├── WebhooksCreateWebhookEndpointResponse.php │ ├── WebhooksDeleteWebhookEndpointRequest.php │ ├── WebhooksDeleteWebhookEndpointResponse.php │ ├── WebhooksGetWebhookEndpointRequest.php │ ├── WebhooksGetWebhookEndpointResponse.php │ ├── WebhooksListWebhookDeliveriesRequest.php │ ├── WebhooksListWebhookDeliveriesResponse.php │ ├── WebhooksListWebhookEndpointsRequest.php │ ├── WebhooksListWebhookEndpointsResponse.php │ ├── WebhooksRedeliverWebhookEventRequest.php │ ├── WebhooksRedeliverWebhookEventResponse.php │ ├── WebhooksResetWebhookEndpointSecretRequest.php │ ├── WebhooksResetWebhookEndpointSecretResponse.php │ ├── WebhooksUpdateWebhookEndpointRequest.php │ └── WebhooksUpdateWebhookEndpointResponse.php └── Webhooks │ ├── EndpointbenefitCreatedPostResponse.php │ ├── EndpointbenefitGrantCreatedPostResponse.php │ ├── EndpointbenefitGrantCycledPostResponse.php │ ├── EndpointbenefitGrantRevokedPostResponse.php │ ├── EndpointbenefitGrantUpdatedPostResponse.php │ ├── EndpointbenefitUpdatedPostResponse.php │ ├── EndpointcheckoutCreatedPostResponse.php │ ├── EndpointcheckoutUpdatedPostResponse.php │ ├── EndpointcustomerCreatedPostResponse.php │ ├── EndpointcustomerDeletedPostResponse.php │ ├── EndpointcustomerSeatAssignedPostResponse.php │ ├── EndpointcustomerSeatClaimedPostResponse.php │ ├── EndpointcustomerSeatRevokedPostResponse.php │ ├── EndpointcustomerStateChangedPostResponse.php │ ├── EndpointcustomerUpdatedPostResponse.php │ ├── EndpointorderCreatedPostResponse.php │ ├── EndpointorderPaidPostResponse.php │ ├── EndpointorderRefundedPostResponse.php │ ├── EndpointorderUpdatedPostResponse.php │ ├── EndpointorganizationUpdatedPostResponse.php │ ├── EndpointproductCreatedPostResponse.php │ ├── EndpointproductUpdatedPostResponse.php │ ├── EndpointrefundCreatedPostResponse.php │ ├── EndpointrefundUpdatedPostResponse.php │ ├── EndpointsubscriptionActivePostResponse.php │ ├── EndpointsubscriptionCanceledPostResponse.php │ ├── EndpointsubscriptionCreatedPostResponse.php │ ├── EndpointsubscriptionRevokedPostResponse.php │ ├── EndpointsubscriptionUncanceledPostResponse.php │ └── EndpointsubscriptionUpdatedPostResponse.php ├── Oauth2.php ├── Orders.php ├── Organizations.php ├── PackageServiceProvider.php ├── Payments.php ├── Polar.php ├── PolarBenefitGrants.php ├── PolarBuilder.php ├── PolarCustomerMeters.php ├── PolarCustomers.php ├── PolarLicenseKeys.php ├── PolarOrders.php ├── PolarOrganizations.php ├── PolarSubscriptions.php ├── PolarWallets.php ├── Products.php ├── Refunds.php ├── SDKConfiguration.php ├── Seats.php ├── Subscriptions.php ├── Utils ├── BigDecimalHandler.php ├── BigIntHandler.php ├── DateHandler.php ├── DateTimeHandler.php ├── DefaultRequest.php ├── DefaultResponse.php ├── DefaultStream.php ├── DefaultUri.php ├── EnumHandler.php ├── FormMetadata.php ├── Headers.php ├── JSON.php ├── MixedJSONHandler.php ├── MultipartMetadata.php ├── Options.php ├── ParamsMetadata.php ├── PathParameters.php ├── PhpDocTypeParser.php ├── QueryParameters.php ├── RequestBodies.php ├── RequestMetadata.php ├── Retry │ ├── PermanentError.php │ ├── RetryConfig.php │ ├── RetryConfigBackoff.php │ ├── RetryConfigNone.php │ ├── RetryStrategy.php │ ├── RetryUtils.php │ └── TemporaryError.php ├── Security.php ├── SecurityClient.php ├── SecurityMetadata.php ├── ServerDetails.php ├── SpeakeasyMetadata.php ├── UnionHandler.php └── Utils.php ├── Wallets.php └── Webhooks.php /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/sdk_generation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/.github/workflows/sdk_generation.yaml -------------------------------------------------------------------------------- /.github/workflows/sdk_publish.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/.github/workflows/sdk_publish.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/.gitignore -------------------------------------------------------------------------------- /.speakeasy/gen.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/.speakeasy/gen.lock -------------------------------------------------------------------------------- /.speakeasy/gen.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/.speakeasy/gen.yaml -------------------------------------------------------------------------------- /.speakeasy/workflow.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/.speakeasy/workflow.lock -------------------------------------------------------------------------------- /.speakeasy/workflow.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/.speakeasy/workflow.yaml -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/README.md -------------------------------------------------------------------------------- /RELEASES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/RELEASES.md -------------------------------------------------------------------------------- /USAGE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/USAGE.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/composer.json -------------------------------------------------------------------------------- /config/services.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/config/services.php -------------------------------------------------------------------------------- /docs/Models/Components/ActiveSubscriptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ActiveSubscriptions.md -------------------------------------------------------------------------------- /docs/Models/Components/ActiveUserByEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ActiveUserByEvent.md -------------------------------------------------------------------------------- /docs/Models/Components/Address.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Address.md -------------------------------------------------------------------------------- /docs/Models/Components/AddressDict.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/AddressDict.md -------------------------------------------------------------------------------- /docs/Models/Components/AddressInput.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/AddressInput.md -------------------------------------------------------------------------------- /docs/Models/Components/Aggregation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Aggregation.md -------------------------------------------------------------------------------- /docs/Models/Components/AggregationFunction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/AggregationFunction.md -------------------------------------------------------------------------------- /docs/Models/Components/Amount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Amount.md -------------------------------------------------------------------------------- /docs/Models/Components/AttachedCustomField.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/AttachedCustomField.md -------------------------------------------------------------------------------- /docs/Models/Components/AuthorizeOrganization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/AuthorizeOrganization.md -------------------------------------------------------------------------------- /docs/Models/Components/AuthorizeResponseUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/AuthorizeResponseUser.md -------------------------------------------------------------------------------- /docs/Models/Components/AuthorizeUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/AuthorizeUser.md -------------------------------------------------------------------------------- /docs/Models/Components/AverageOrderValue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/AverageOrderValue.md -------------------------------------------------------------------------------- /docs/Models/Components/AverageRevenuePerUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/AverageRevenuePerUser.md -------------------------------------------------------------------------------- /docs/Models/Components/Benefit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Benefit.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitCreate.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitCustom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitCustom.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitCustomCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitCustomCreate.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitCustomMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitCustomMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitCustomUpdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitCustomUpdate.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitCycledEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitCycledEvent.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitDiscord.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitDiscord.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitDiscordCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitDiscordCreate.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitDiscordMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitDiscordMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitDiscordUpdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitDiscordUpdate.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitDownloadables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitDownloadables.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitGrant.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitGrant.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitGrantError.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitGrantError.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitGrantMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitGrantMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitGrantWebhook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitGrantWebhook.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitGrantedEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitGrantedEvent.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitLicenseKeys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitLicenseKeys.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitMeterCredit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitMeterCredit.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitPublic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitPublic.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitRevokedEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitRevokedEvent.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitSortProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitSortProperty.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitType.md -------------------------------------------------------------------------------- /docs/Models/Components/BenefitUpdatedEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/BenefitUpdatedEvent.md -------------------------------------------------------------------------------- /docs/Models/Components/CanceledSubscriptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CanceledSubscriptions.md -------------------------------------------------------------------------------- /docs/Models/Components/CardPayment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CardPayment.md -------------------------------------------------------------------------------- /docs/Models/Components/CardPaymentMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CardPaymentMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/Cashflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Cashflow.md -------------------------------------------------------------------------------- /docs/Models/Components/Checkout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Checkout.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutConfirmStripe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutConfirmStripe.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutCreate.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutCreateMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutCreateMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutDiscount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutDiscount.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutLink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutLink.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutLinkCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutLinkCreate.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutLinkDiscount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutLinkDiscount.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutLinkMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutLinkMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutLinkProduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutLinkProduct.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutLinkUpdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutLinkUpdate.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutProduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutProduct.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutProductPrice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutProductPrice.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutProductPrices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutProductPrices.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutPublic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutPublic.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutPublicDiscount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutPublicDiscount.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutSortProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutSortProperty.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutStatus.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutUpdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutUpdate.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutUpdateMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutUpdateMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutUpdatePublic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutUpdatePublic.md -------------------------------------------------------------------------------- /docs/Models/Components/Checkouts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Checkouts.md -------------------------------------------------------------------------------- /docs/Models/Components/CheckoutsConversion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CheckoutsConversion.md -------------------------------------------------------------------------------- /docs/Models/Components/ChurnRate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ChurnRate.md -------------------------------------------------------------------------------- /docs/Models/Components/Clauses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Clauses.md -------------------------------------------------------------------------------- /docs/Models/Components/Conditions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Conditions.md -------------------------------------------------------------------------------- /docs/Models/Components/CostMetadataInput.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CostMetadataInput.md -------------------------------------------------------------------------------- /docs/Models/Components/CostMetadataOutput.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CostMetadataOutput.md -------------------------------------------------------------------------------- /docs/Models/Components/CostPerUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CostPerUser.md -------------------------------------------------------------------------------- /docs/Models/Components/Costs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Costs.md -------------------------------------------------------------------------------- /docs/Models/Components/CountAggregation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CountAggregation.md -------------------------------------------------------------------------------- /docs/Models/Components/CountryAlpha2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CountryAlpha2.md -------------------------------------------------------------------------------- /docs/Models/Components/CountryAlpha2Input.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CountryAlpha2Input.md -------------------------------------------------------------------------------- /docs/Models/Components/CumulativeCosts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CumulativeCosts.md -------------------------------------------------------------------------------- /docs/Models/Components/CumulativeRevenue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CumulativeRevenue.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomField.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomField.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomFieldCheckbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomFieldCheckbox.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomFieldCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomFieldCreate.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomFieldCreateDate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomFieldCreateDate.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomFieldCreateText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomFieldCreateText.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomFieldData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomFieldData.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomFieldDate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomFieldDate.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomFieldNumber.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomFieldNumber.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomFieldSelect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomFieldSelect.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomFieldText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomFieldText.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomFieldType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomFieldType.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomFieldUpdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomFieldUpdate.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomFieldUpdateDate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomFieldUpdateDate.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomFieldUpdateText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomFieldUpdateText.md -------------------------------------------------------------------------------- /docs/Models/Components/Customer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Customer.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerBalance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerBalance.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerBenefitGrant.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerBenefitGrant.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerCreate.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerCreateMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerCreateMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerCreateTaxId.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerCreateTaxId.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerCreatedEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerCreatedEvent.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerCustomerMeter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerCustomerMeter.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerDeletedEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerDeletedEvent.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerMetadata1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerMetadata1.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerMeter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerMeter.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerOrder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerOrder.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerOrderInvoice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerOrderInvoice.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerOrderProduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerOrderProduct.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerOrderUpdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerOrderUpdate.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerOrganization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerOrganization.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerPaymentMethod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerPaymentMethod.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerPortalCustomer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerPortalCustomer.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerProduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerProduct.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerProductPrices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerProductPrices.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerSeat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerSeat.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerSession.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerSession.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerSortProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerSortProperty.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerState.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerState.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerStateMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerStateMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerStateMeter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerStateMeter.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerStateTaxId.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerStateTaxId.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerSubscription.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerSubscription.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerTaxId.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerTaxId.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerUpdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerUpdate.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerUpdateMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerUpdateMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerUpdateTaxId.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerUpdateTaxId.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerUpdatedEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerUpdatedEvent.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerUpdatedFields.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerUpdatedFields.md -------------------------------------------------------------------------------- /docs/Models/Components/CustomerWallet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/CustomerWallet.md -------------------------------------------------------------------------------- /docs/Models/Components/Discount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Discount.md -------------------------------------------------------------------------------- /docs/Models/Components/DiscountCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/DiscountCreate.md -------------------------------------------------------------------------------- /docs/Models/Components/DiscountDuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/DiscountDuration.md -------------------------------------------------------------------------------- /docs/Models/Components/DiscountProduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/DiscountProduct.md -------------------------------------------------------------------------------- /docs/Models/Components/DiscountSortProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/DiscountSortProperty.md -------------------------------------------------------------------------------- /docs/Models/Components/DiscountType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/DiscountType.md -------------------------------------------------------------------------------- /docs/Models/Components/DiscountUpdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/DiscountUpdate.md -------------------------------------------------------------------------------- /docs/Models/Components/DiscountUpdateMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/DiscountUpdateMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/DownloadableFileCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/DownloadableFileCreate.md -------------------------------------------------------------------------------- /docs/Models/Components/DownloadableFileRead.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/DownloadableFileRead.md -------------------------------------------------------------------------------- /docs/Models/Components/DownloadableRead.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/DownloadableRead.md -------------------------------------------------------------------------------- /docs/Models/Components/Event.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Event.md -------------------------------------------------------------------------------- /docs/Models/Components/EventCreateCustomer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/EventCreateCustomer.md -------------------------------------------------------------------------------- /docs/Models/Components/EventMetadataInput.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/EventMetadataInput.md -------------------------------------------------------------------------------- /docs/Models/Components/EventMetadataOutput.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/EventMetadataOutput.md -------------------------------------------------------------------------------- /docs/Models/Components/EventName.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/EventName.md -------------------------------------------------------------------------------- /docs/Models/Components/EventNamesSortProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/EventNamesSortProperty.md -------------------------------------------------------------------------------- /docs/Models/Components/EventSortProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/EventSortProperty.md -------------------------------------------------------------------------------- /docs/Models/Components/EventSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/EventSource.md -------------------------------------------------------------------------------- /docs/Models/Components/Events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Events.md -------------------------------------------------------------------------------- /docs/Models/Components/EventsIngest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/EventsIngest.md -------------------------------------------------------------------------------- /docs/Models/Components/EventsIngestResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/EventsIngestResponse.md -------------------------------------------------------------------------------- /docs/Models/Components/ExistingProductPrice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ExistingProductPrice.md -------------------------------------------------------------------------------- /docs/Models/Components/FileCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/FileCreate.md -------------------------------------------------------------------------------- /docs/Models/Components/FileDownload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/FileDownload.md -------------------------------------------------------------------------------- /docs/Models/Components/FilePatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/FilePatch.md -------------------------------------------------------------------------------- /docs/Models/Components/FileRead.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/FileRead.md -------------------------------------------------------------------------------- /docs/Models/Components/FileServiceTypes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/FileServiceTypes.md -------------------------------------------------------------------------------- /docs/Models/Components/FileUpload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/FileUpload.md -------------------------------------------------------------------------------- /docs/Models/Components/FileUploadCompleted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/FileUploadCompleted.md -------------------------------------------------------------------------------- /docs/Models/Components/Filter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Filter.md -------------------------------------------------------------------------------- /docs/Models/Components/FilterClause.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/FilterClause.md -------------------------------------------------------------------------------- /docs/Models/Components/FilterConjunction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/FilterConjunction.md -------------------------------------------------------------------------------- /docs/Models/Components/FilterOperator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/FilterOperator.md -------------------------------------------------------------------------------- /docs/Models/Components/Func.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Func.md -------------------------------------------------------------------------------- /docs/Models/Components/GenericPayment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/GenericPayment.md -------------------------------------------------------------------------------- /docs/Models/Components/GrantTypes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/GrantTypes.md -------------------------------------------------------------------------------- /docs/Models/Components/GrossMargin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/GrossMargin.md -------------------------------------------------------------------------------- /docs/Models/Components/GrossMarginPercentage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/GrossMarginPercentage.md -------------------------------------------------------------------------------- /docs/Models/Components/IntrospectTokenRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/IntrospectTokenRequest.md -------------------------------------------------------------------------------- /docs/Models/Components/LLMMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/LLMMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/LicenseKeyActivate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/LicenseKeyActivate.md -------------------------------------------------------------------------------- /docs/Models/Components/LicenseKeyActivateMeta.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/LicenseKeyActivateMeta.md -------------------------------------------------------------------------------- /docs/Models/Components/LicenseKeyCustomer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/LicenseKeyCustomer.md -------------------------------------------------------------------------------- /docs/Models/Components/LicenseKeyDeactivate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/LicenseKeyDeactivate.md -------------------------------------------------------------------------------- /docs/Models/Components/LicenseKeyRead.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/LicenseKeyRead.md -------------------------------------------------------------------------------- /docs/Models/Components/LicenseKeyStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/LicenseKeyStatus.md -------------------------------------------------------------------------------- /docs/Models/Components/LicenseKeyUpdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/LicenseKeyUpdate.md -------------------------------------------------------------------------------- /docs/Models/Components/LicenseKeyValidate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/LicenseKeyValidate.md -------------------------------------------------------------------------------- /docs/Models/Components/ListResource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ListResource.md -------------------------------------------------------------------------------- /docs/Models/Components/ListResourceBenefit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ListResourceBenefit.md -------------------------------------------------------------------------------- /docs/Models/Components/ListResourceCheckout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ListResourceCheckout.md -------------------------------------------------------------------------------- /docs/Models/Components/ListResourceCustomer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ListResourceCustomer.md -------------------------------------------------------------------------------- /docs/Models/Components/ListResourceDiscount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ListResourceDiscount.md -------------------------------------------------------------------------------- /docs/Models/Components/ListResourceEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ListResourceEvent.md -------------------------------------------------------------------------------- /docs/Models/Components/ListResourceEventName.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ListResourceEventName.md -------------------------------------------------------------------------------- /docs/Models/Components/ListResourceFileRead.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ListResourceFileRead.md -------------------------------------------------------------------------------- /docs/Models/Components/ListResourceMeter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ListResourceMeter.md -------------------------------------------------------------------------------- /docs/Models/Components/ListResourceOrder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ListResourceOrder.md -------------------------------------------------------------------------------- /docs/Models/Components/ListResourceProduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ListResourceProduct.md -------------------------------------------------------------------------------- /docs/Models/Components/ListResourceRefund.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ListResourceRefund.md -------------------------------------------------------------------------------- /docs/Models/Components/ListResourceWallet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ListResourceWallet.md -------------------------------------------------------------------------------- /docs/Models/Components/Loc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Loc.md -------------------------------------------------------------------------------- /docs/Models/Components/Meta.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Meta.md -------------------------------------------------------------------------------- /docs/Models/Components/Metadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Metadata.md -------------------------------------------------------------------------------- /docs/Models/Components/MetadataQuery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MetadataQuery.md -------------------------------------------------------------------------------- /docs/Models/Components/Meter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Meter.md -------------------------------------------------------------------------------- /docs/Models/Components/MeterAggregation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MeterAggregation.md -------------------------------------------------------------------------------- /docs/Models/Components/MeterCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MeterCreate.md -------------------------------------------------------------------------------- /docs/Models/Components/MeterCreateAggregation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MeterCreateAggregation.md -------------------------------------------------------------------------------- /docs/Models/Components/MeterCreateMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MeterCreateMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/MeterCreditEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MeterCreditEvent.md -------------------------------------------------------------------------------- /docs/Models/Components/MeterCreditedMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MeterCreditedMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/MeterMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MeterMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/MeterQuantities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MeterQuantities.md -------------------------------------------------------------------------------- /docs/Models/Components/MeterQuantity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MeterQuantity.md -------------------------------------------------------------------------------- /docs/Models/Components/MeterResetEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MeterResetEvent.md -------------------------------------------------------------------------------- /docs/Models/Components/MeterResetMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MeterResetMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/MeterSortProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MeterSortProperty.md -------------------------------------------------------------------------------- /docs/Models/Components/MeterUpdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MeterUpdate.md -------------------------------------------------------------------------------- /docs/Models/Components/MeterUpdateMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MeterUpdateMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/Metric.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Metric.md -------------------------------------------------------------------------------- /docs/Models/Components/MetricPeriod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MetricPeriod.md -------------------------------------------------------------------------------- /docs/Models/Components/MetricType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MetricType.md -------------------------------------------------------------------------------- /docs/Models/Components/Metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Metrics.md -------------------------------------------------------------------------------- /docs/Models/Components/MetricsIntervalLimit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MetricsIntervalLimit.md -------------------------------------------------------------------------------- /docs/Models/Components/MetricsIntervalsLimits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MetricsIntervalsLimits.md -------------------------------------------------------------------------------- /docs/Models/Components/MetricsLimits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MetricsLimits.md -------------------------------------------------------------------------------- /docs/Models/Components/MetricsResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MetricsResponse.md -------------------------------------------------------------------------------- /docs/Models/Components/MetricsTotals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MetricsTotals.md -------------------------------------------------------------------------------- /docs/Models/Components/MetricsTotalsCashflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MetricsTotalsCashflow.md -------------------------------------------------------------------------------- /docs/Models/Components/MetricsTotalsCheckouts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MetricsTotalsCheckouts.md -------------------------------------------------------------------------------- /docs/Models/Components/MetricsTotalsChurnRate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MetricsTotalsChurnRate.md -------------------------------------------------------------------------------- /docs/Models/Components/MetricsTotalsCosts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MetricsTotalsCosts.md -------------------------------------------------------------------------------- /docs/Models/Components/MetricsTotalsOrders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MetricsTotalsOrders.md -------------------------------------------------------------------------------- /docs/Models/Components/MetricsTotalsRevenue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/MetricsTotalsRevenue.md -------------------------------------------------------------------------------- /docs/Models/Components/NetAverageOrderValue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/NetAverageOrderValue.md -------------------------------------------------------------------------------- /docs/Models/Components/NetCumulativeRevenue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/NetCumulativeRevenue.md -------------------------------------------------------------------------------- /docs/Models/Components/NetRevenue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/NetRevenue.md -------------------------------------------------------------------------------- /docs/Models/Components/NewSubscriptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/NewSubscriptions.md -------------------------------------------------------------------------------- /docs/Models/Components/OAuth2ClientPublic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OAuth2ClientPublic.md -------------------------------------------------------------------------------- /docs/Models/Components/OneTimeProducts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OneTimeProducts.md -------------------------------------------------------------------------------- /docs/Models/Components/OneTimeProductsRevenue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OneTimeProductsRevenue.md -------------------------------------------------------------------------------- /docs/Models/Components/Order.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Order.md -------------------------------------------------------------------------------- /docs/Models/Components/OrderBillingReason.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrderBillingReason.md -------------------------------------------------------------------------------- /docs/Models/Components/OrderCustomFieldData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrderCustomFieldData.md -------------------------------------------------------------------------------- /docs/Models/Components/OrderCustomer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrderCustomer.md -------------------------------------------------------------------------------- /docs/Models/Components/OrderCustomerMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrderCustomerMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/OrderCustomerTaxId.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrderCustomerTaxId.md -------------------------------------------------------------------------------- /docs/Models/Components/OrderDiscount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrderDiscount.md -------------------------------------------------------------------------------- /docs/Models/Components/OrderInvoice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrderInvoice.md -------------------------------------------------------------------------------- /docs/Models/Components/OrderItemSchema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrderItemSchema.md -------------------------------------------------------------------------------- /docs/Models/Components/OrderMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrderMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/OrderPaidEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrderPaidEvent.md -------------------------------------------------------------------------------- /docs/Models/Components/OrderPaidMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrderPaidMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/OrderProduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrderProduct.md -------------------------------------------------------------------------------- /docs/Models/Components/OrderProductMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrderProductMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/OrderRefundedEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrderRefundedEvent.md -------------------------------------------------------------------------------- /docs/Models/Components/OrderRefundedMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrderRefundedMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/OrderSortProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrderSortProperty.md -------------------------------------------------------------------------------- /docs/Models/Components/OrderStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrderStatus.md -------------------------------------------------------------------------------- /docs/Models/Components/OrderSubscription.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrderSubscription.md -------------------------------------------------------------------------------- /docs/Models/Components/OrderUpdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrderUpdate.md -------------------------------------------------------------------------------- /docs/Models/Components/Orders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Orders.md -------------------------------------------------------------------------------- /docs/Models/Components/Organization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Organization.md -------------------------------------------------------------------------------- /docs/Models/Components/OrganizationCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrganizationCreate.md -------------------------------------------------------------------------------- /docs/Models/Components/OrganizationDetails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrganizationDetails.md -------------------------------------------------------------------------------- /docs/Models/Components/OrganizationSocialLink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrganizationSocialLink.md -------------------------------------------------------------------------------- /docs/Models/Components/OrganizationStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrganizationStatus.md -------------------------------------------------------------------------------- /docs/Models/Components/OrganizationUpdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/OrganizationUpdate.md -------------------------------------------------------------------------------- /docs/Models/Components/Pagination.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Pagination.md -------------------------------------------------------------------------------- /docs/Models/Components/Payment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Payment.md -------------------------------------------------------------------------------- /docs/Models/Components/PaymentMethodCard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/PaymentMethodCard.md -------------------------------------------------------------------------------- /docs/Models/Components/PaymentMethodGeneric.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/PaymentMethodGeneric.md -------------------------------------------------------------------------------- /docs/Models/Components/PaymentProcessor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/PaymentProcessor.md -------------------------------------------------------------------------------- /docs/Models/Components/PaymentSortProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/PaymentSortProperty.md -------------------------------------------------------------------------------- /docs/Models/Components/PaymentStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/PaymentStatus.md -------------------------------------------------------------------------------- /docs/Models/Components/Permission.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Permission.md -------------------------------------------------------------------------------- /docs/Models/Components/Prices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Prices.md -------------------------------------------------------------------------------- /docs/Models/Components/Product.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Product.md -------------------------------------------------------------------------------- /docs/Models/Components/ProductBillingType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ProductBillingType.md -------------------------------------------------------------------------------- /docs/Models/Components/ProductCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ProductCreate.md -------------------------------------------------------------------------------- /docs/Models/Components/ProductMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ProductMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/ProductPrice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ProductPrice.md -------------------------------------------------------------------------------- /docs/Models/Components/ProductPriceCustom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ProductPriceCustom.md -------------------------------------------------------------------------------- /docs/Models/Components/ProductPriceFixed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ProductPriceFixed.md -------------------------------------------------------------------------------- /docs/Models/Components/ProductPriceFree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ProductPriceFree.md -------------------------------------------------------------------------------- /docs/Models/Components/ProductPriceMeter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ProductPriceMeter.md -------------------------------------------------------------------------------- /docs/Models/Components/ProductPriceType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ProductPriceType.md -------------------------------------------------------------------------------- /docs/Models/Components/ProductSortProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ProductSortProperty.md -------------------------------------------------------------------------------- /docs/Models/Components/ProductUpdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ProductUpdate.md -------------------------------------------------------------------------------- /docs/Models/Components/ProductUpdatePrices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ProductUpdatePrices.md -------------------------------------------------------------------------------- /docs/Models/Components/Properties.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Properties.md -------------------------------------------------------------------------------- /docs/Models/Components/PropertyAggregation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/PropertyAggregation.md -------------------------------------------------------------------------------- /docs/Models/Components/RefreshTokenRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/RefreshTokenRequest.md -------------------------------------------------------------------------------- /docs/Models/Components/Refund.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Refund.md -------------------------------------------------------------------------------- /docs/Models/Components/RefundCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/RefundCreate.md -------------------------------------------------------------------------------- /docs/Models/Components/RefundMetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/RefundMetadata.md -------------------------------------------------------------------------------- /docs/Models/Components/RefundReason.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/RefundReason.md -------------------------------------------------------------------------------- /docs/Models/Components/RefundSortProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/RefundSortProperty.md -------------------------------------------------------------------------------- /docs/Models/Components/RefundStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/RefundStatus.md -------------------------------------------------------------------------------- /docs/Models/Components/Revenue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Revenue.md -------------------------------------------------------------------------------- /docs/Models/Components/RevokeTokenRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/RevokeTokenRequest.md -------------------------------------------------------------------------------- /docs/Models/Components/RevokeTokenResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/RevokeTokenResponse.md -------------------------------------------------------------------------------- /docs/Models/Components/S3DownloadURL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/S3DownloadURL.md -------------------------------------------------------------------------------- /docs/Models/Components/S3FileCreatePart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/S3FileCreatePart.md -------------------------------------------------------------------------------- /docs/Models/Components/S3FileUploadPart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/S3FileUploadPart.md -------------------------------------------------------------------------------- /docs/Models/Components/Scope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Scope.md -------------------------------------------------------------------------------- /docs/Models/Components/SeatAssign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/SeatAssign.md -------------------------------------------------------------------------------- /docs/Models/Components/SeatClaim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/SeatClaim.md -------------------------------------------------------------------------------- /docs/Models/Components/SeatClaimInfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/SeatClaimInfo.md -------------------------------------------------------------------------------- /docs/Models/Components/SeatStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/SeatStatus.md -------------------------------------------------------------------------------- /docs/Models/Components/SeatsList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/SeatsList.md -------------------------------------------------------------------------------- /docs/Models/Components/Security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Security.md -------------------------------------------------------------------------------- /docs/Models/Components/Status.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Status.md -------------------------------------------------------------------------------- /docs/Models/Components/SubType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/SubType.md -------------------------------------------------------------------------------- /docs/Models/Components/Subscription.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Subscription.md -------------------------------------------------------------------------------- /docs/Models/Components/SubscriptionCancel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/SubscriptionCancel.md -------------------------------------------------------------------------------- /docs/Models/Components/SubscriptionMeter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/SubscriptionMeter.md -------------------------------------------------------------------------------- /docs/Models/Components/SubscriptionPrices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/SubscriptionPrices.md -------------------------------------------------------------------------------- /docs/Models/Components/SubscriptionRevoke.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/SubscriptionRevoke.md -------------------------------------------------------------------------------- /docs/Models/Components/SubscriptionStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/SubscriptionStatus.md -------------------------------------------------------------------------------- /docs/Models/Components/SubscriptionUpdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/SubscriptionUpdate.md -------------------------------------------------------------------------------- /docs/Models/Components/SucceededCheckouts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/SucceededCheckouts.md -------------------------------------------------------------------------------- /docs/Models/Components/SwitchingFrom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/SwitchingFrom.md -------------------------------------------------------------------------------- /docs/Models/Components/SystemEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/SystemEvent.md -------------------------------------------------------------------------------- /docs/Models/Components/TaxIDFormat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/TaxIDFormat.md -------------------------------------------------------------------------------- /docs/Models/Components/TaxId.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/TaxId.md -------------------------------------------------------------------------------- /docs/Models/Components/TimeInterval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/TimeInterval.md -------------------------------------------------------------------------------- /docs/Models/Components/Timeframe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Timeframe.md -------------------------------------------------------------------------------- /docs/Models/Components/TokenResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/TokenResponse.md -------------------------------------------------------------------------------- /docs/Models/Components/TokenType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/TokenType.md -------------------------------------------------------------------------------- /docs/Models/Components/TokenTypeHint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/TokenTypeHint.md -------------------------------------------------------------------------------- /docs/Models/Components/TrialInterval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/TrialInterval.md -------------------------------------------------------------------------------- /docs/Models/Components/Two.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Two.md -------------------------------------------------------------------------------- /docs/Models/Components/UniqueAggregation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/UniqueAggregation.md -------------------------------------------------------------------------------- /docs/Models/Components/UnitAmount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/UnitAmount.md -------------------------------------------------------------------------------- /docs/Models/Components/UserEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/UserEvent.md -------------------------------------------------------------------------------- /docs/Models/Components/UserInfoUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/UserInfoUser.md -------------------------------------------------------------------------------- /docs/Models/Components/ValidatedLicenseKey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ValidatedLicenseKey.md -------------------------------------------------------------------------------- /docs/Models/Components/ValidationError.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/ValidationError.md -------------------------------------------------------------------------------- /docs/Models/Components/Value.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Value.md -------------------------------------------------------------------------------- /docs/Models/Components/Wallet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/Wallet.md -------------------------------------------------------------------------------- /docs/Models/Components/WalletSortProperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/WalletSortProperty.md -------------------------------------------------------------------------------- /docs/Models/Components/WalletTopUpCreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/WalletTopUpCreate.md -------------------------------------------------------------------------------- /docs/Models/Components/WebTokenRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/WebTokenRequest.md -------------------------------------------------------------------------------- /docs/Models/Components/WebhookDelivery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/WebhookDelivery.md -------------------------------------------------------------------------------- /docs/Models/Components/WebhookEndpoint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/WebhookEndpoint.md -------------------------------------------------------------------------------- /docs/Models/Components/WebhookEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/WebhookEvent.md -------------------------------------------------------------------------------- /docs/Models/Components/WebhookEventType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/WebhookEventType.md -------------------------------------------------------------------------------- /docs/Models/Components/WebhookFormat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Components/WebhookFormat.md -------------------------------------------------------------------------------- /docs/Models/Errors/CheckoutForbiddenError.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Errors/CheckoutForbiddenError.md -------------------------------------------------------------------------------- /docs/Models/Errors/CustomerNotReady.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Errors/CustomerNotReady.md -------------------------------------------------------------------------------- /docs/Models/Errors/ExpiredCheckoutError.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Errors/ExpiredCheckoutError.md -------------------------------------------------------------------------------- /docs/Models/Errors/HTTPValidationError.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Errors/HTTPValidationError.md -------------------------------------------------------------------------------- /docs/Models/Errors/NotOpenCheckout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Errors/NotOpenCheckout.md -------------------------------------------------------------------------------- /docs/Models/Errors/NotPaidOrder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Errors/NotPaidOrder.md -------------------------------------------------------------------------------- /docs/Models/Errors/NotPermitted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Errors/NotPermitted.md -------------------------------------------------------------------------------- /docs/Models/Errors/PaymentError.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Errors/PaymentError.md -------------------------------------------------------------------------------- /docs/Models/Errors/PaymentNotReady.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Errors/PaymentNotReady.md -------------------------------------------------------------------------------- /docs/Models/Errors/RefundAmountTooHigh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Errors/RefundAmountTooHigh.md -------------------------------------------------------------------------------- /docs/Models/Errors/RefundedAlready.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Errors/RefundedAlready.md -------------------------------------------------------------------------------- /docs/Models/Errors/ResourceNotFound.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Errors/ResourceNotFound.md -------------------------------------------------------------------------------- /docs/Models/Errors/SubscriptionLocked.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Errors/SubscriptionLocked.md -------------------------------------------------------------------------------- /docs/Models/Errors/Unauthorized.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Errors/Unauthorized.md -------------------------------------------------------------------------------- /docs/Models/Operations/BenefitIDFilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/BenefitIDFilter.md -------------------------------------------------------------------------------- /docs/Models/Operations/BenefitTypeFilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/BenefitTypeFilter.md -------------------------------------------------------------------------------- /docs/Models/Operations/BenefitsGetRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/BenefitsGetRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/BenefitsGetResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/BenefitsGetResponse.md -------------------------------------------------------------------------------- /docs/Models/Operations/BenefitsListRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/BenefitsListRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/CheckoutIDFilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/CheckoutIDFilter.md -------------------------------------------------------------------------------- /docs/Models/Operations/CheckoutsGetRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/CheckoutsGetRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/CustomerEmailFilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/CustomerEmailFilter.md -------------------------------------------------------------------------------- /docs/Models/Operations/CustomerIDFilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/CustomerIDFilter.md -------------------------------------------------------------------------------- /docs/Models/Operations/CustomersGetRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/CustomersGetRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/DiscountIDFilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/DiscountIDFilter.md -------------------------------------------------------------------------------- /docs/Models/Operations/DiscountsGetRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/DiscountsGetRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/EndpointId.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/EndpointId.md -------------------------------------------------------------------------------- /docs/Models/Operations/EventsGetRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/EventsGetRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/EventsGetResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/EventsGetResponse.md -------------------------------------------------------------------------------- /docs/Models/Operations/EventsListRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/EventsListRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/EventsListResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/EventsListResponse.md -------------------------------------------------------------------------------- /docs/Models/Operations/FileIDFilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/FileIDFilter.md -------------------------------------------------------------------------------- /docs/Models/Operations/FilesCreateResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/FilesCreateResponse.md -------------------------------------------------------------------------------- /docs/Models/Operations/FilesDeleteRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/FilesDeleteRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/FilesDeleteResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/FilesDeleteResponse.md -------------------------------------------------------------------------------- /docs/Models/Operations/FilesListRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/FilesListRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/FilesListResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/FilesListResponse.md -------------------------------------------------------------------------------- /docs/Models/Operations/FilesUpdateRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/FilesUpdateRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/FilesUpdateResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/FilesUpdateResponse.md -------------------------------------------------------------------------------- /docs/Models/Operations/MeterIDFilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/MeterIDFilter.md -------------------------------------------------------------------------------- /docs/Models/Operations/MetersGetRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/MetersGetRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/MetersGetResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/MetersGetResponse.md -------------------------------------------------------------------------------- /docs/Models/Operations/MetersListRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/MetersListRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/MetersListResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/MetersListResponse.md -------------------------------------------------------------------------------- /docs/Models/Operations/MetersUpdateRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/MetersUpdateRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/MethodFilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/MethodFilter.md -------------------------------------------------------------------------------- /docs/Models/Operations/MetricsGetRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/MetricsGetRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/MetricsGetResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/MetricsGetResponse.md -------------------------------------------------------------------------------- /docs/Models/Operations/NameFilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/NameFilter.md -------------------------------------------------------------------------------- /docs/Models/Operations/OrderIDFilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/OrderIDFilter.md -------------------------------------------------------------------------------- /docs/Models/Operations/OrdersExportRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/OrdersExportRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/OrdersGetRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/OrdersGetRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/OrdersGetResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/OrdersGetResponse.md -------------------------------------------------------------------------------- /docs/Models/Operations/OrdersListRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/OrdersListRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/OrdersListResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/OrdersListResponse.md -------------------------------------------------------------------------------- /docs/Models/Operations/OrdersUpdateRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/OrdersUpdateRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/OrganizationId.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/OrganizationId.md -------------------------------------------------------------------------------- /docs/Models/Operations/PaymentsGetRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/PaymentsGetRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/PaymentsGetResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/PaymentsGetResponse.md -------------------------------------------------------------------------------- /docs/Models/Operations/PaymentsListRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/PaymentsListRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/ProductIDFilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/ProductIDFilter.md -------------------------------------------------------------------------------- /docs/Models/Operations/ProductsGetRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/ProductsGetRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/ProductsGetResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/ProductsGetResponse.md -------------------------------------------------------------------------------- /docs/Models/Operations/ProductsListRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/ProductsListRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/RefundIDFilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/RefundIDFilter.md -------------------------------------------------------------------------------- /docs/Models/Operations/RefundsListRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/RefundsListRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/RefundsListResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/RefundsListResponse.md -------------------------------------------------------------------------------- /docs/Models/Operations/SourceFilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/SourceFilter.md -------------------------------------------------------------------------------- /docs/Models/Operations/StatusFilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/StatusFilter.md -------------------------------------------------------------------------------- /docs/Models/Operations/WalletsGetRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/WalletsGetRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/WalletsGetResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/WalletsGetResponse.md -------------------------------------------------------------------------------- /docs/Models/Operations/WalletsListRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/WalletsListRequest.md -------------------------------------------------------------------------------- /docs/Models/Operations/WalletsListResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/WalletsListResponse.md -------------------------------------------------------------------------------- /docs/Models/Operations/WalletsTopUpRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/Models/Operations/WalletsTopUpRequest.md -------------------------------------------------------------------------------- /docs/sdks/benefitgrants/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/benefitgrants/README.md -------------------------------------------------------------------------------- /docs/sdks/benefits/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/benefits/README.md -------------------------------------------------------------------------------- /docs/sdks/checkoutlinks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/checkoutlinks/README.md -------------------------------------------------------------------------------- /docs/sdks/checkouts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/checkouts/README.md -------------------------------------------------------------------------------- /docs/sdks/clients/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/clients/README.md -------------------------------------------------------------------------------- /docs/sdks/customermeters/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/customermeters/README.md -------------------------------------------------------------------------------- /docs/sdks/customers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/customers/README.md -------------------------------------------------------------------------------- /docs/sdks/customerseats/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/customerseats/README.md -------------------------------------------------------------------------------- /docs/sdks/customersession/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/customersession/README.md -------------------------------------------------------------------------------- /docs/sdks/customersessions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/customersessions/README.md -------------------------------------------------------------------------------- /docs/sdks/customfields/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/customfields/README.md -------------------------------------------------------------------------------- /docs/sdks/discounts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/discounts/README.md -------------------------------------------------------------------------------- /docs/sdks/downloadables/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/downloadables/README.md -------------------------------------------------------------------------------- /docs/sdks/events/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/events/README.md -------------------------------------------------------------------------------- /docs/sdks/files/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/files/README.md -------------------------------------------------------------------------------- /docs/sdks/licensekeys/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/licensekeys/README.md -------------------------------------------------------------------------------- /docs/sdks/meters/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/meters/README.md -------------------------------------------------------------------------------- /docs/sdks/metrics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/metrics/README.md -------------------------------------------------------------------------------- /docs/sdks/oauth2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/oauth2/README.md -------------------------------------------------------------------------------- /docs/sdks/orders/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/orders/README.md -------------------------------------------------------------------------------- /docs/sdks/organizations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/organizations/README.md -------------------------------------------------------------------------------- /docs/sdks/payments/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/payments/README.md -------------------------------------------------------------------------------- /docs/sdks/polarbenefitgrants/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/polarbenefitgrants/README.md -------------------------------------------------------------------------------- /docs/sdks/polarcustomermeters/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/polarcustomermeters/README.md -------------------------------------------------------------------------------- /docs/sdks/polarcustomers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/polarcustomers/README.md -------------------------------------------------------------------------------- /docs/sdks/polarlicensekeys/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/polarlicensekeys/README.md -------------------------------------------------------------------------------- /docs/sdks/polarorders/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/polarorders/README.md -------------------------------------------------------------------------------- /docs/sdks/polarorganizations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/polarorganizations/README.md -------------------------------------------------------------------------------- /docs/sdks/polarsubscriptions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/polarsubscriptions/README.md -------------------------------------------------------------------------------- /docs/sdks/polarwallets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/polarwallets/README.md -------------------------------------------------------------------------------- /docs/sdks/products/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/products/README.md -------------------------------------------------------------------------------- /docs/sdks/refunds/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/refunds/README.md -------------------------------------------------------------------------------- /docs/sdks/seats/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/seats/README.md -------------------------------------------------------------------------------- /docs/sdks/subscriptions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/subscriptions/README.md -------------------------------------------------------------------------------- /docs/sdks/wallets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/wallets/README.md -------------------------------------------------------------------------------- /docs/sdks/webhooks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/docs/sdks/webhooks/README.md -------------------------------------------------------------------------------- /phpstan.neon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/phpstan.neon -------------------------------------------------------------------------------- /phpunit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/phpunit.xml -------------------------------------------------------------------------------- /pint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/pint.json -------------------------------------------------------------------------------- /rector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/rector.php -------------------------------------------------------------------------------- /src/BenefitGrants.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/BenefitGrants.php -------------------------------------------------------------------------------- /src/Benefits.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Benefits.php -------------------------------------------------------------------------------- /src/CheckoutLinks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/CheckoutLinks.php -------------------------------------------------------------------------------- /src/Checkouts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Checkouts.php -------------------------------------------------------------------------------- /src/Clients.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Clients.php -------------------------------------------------------------------------------- /src/CustomFields.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/CustomFields.php -------------------------------------------------------------------------------- /src/CustomerMeters.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/CustomerMeters.php -------------------------------------------------------------------------------- /src/CustomerPortal.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/CustomerPortal.php -------------------------------------------------------------------------------- /src/CustomerSeats.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/CustomerSeats.php -------------------------------------------------------------------------------- /src/CustomerSession.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/CustomerSession.php -------------------------------------------------------------------------------- /src/CustomerSessions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/CustomerSessions.php -------------------------------------------------------------------------------- /src/Customers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Customers.php -------------------------------------------------------------------------------- /src/Discounts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Discounts.php -------------------------------------------------------------------------------- /src/Downloadables.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Downloadables.php -------------------------------------------------------------------------------- /src/Events.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Events.php -------------------------------------------------------------------------------- /src/Files.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Files.php -------------------------------------------------------------------------------- /src/Hooks/AfterErrorContext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Hooks/AfterErrorContext.php -------------------------------------------------------------------------------- /src/Hooks/AfterErrorHook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Hooks/AfterErrorHook.php -------------------------------------------------------------------------------- /src/Hooks/AfterSuccessContext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Hooks/AfterSuccessContext.php -------------------------------------------------------------------------------- /src/Hooks/AfterSuccessHook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Hooks/AfterSuccessHook.php -------------------------------------------------------------------------------- /src/Hooks/BeforeRequestContext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Hooks/BeforeRequestContext.php -------------------------------------------------------------------------------- /src/Hooks/BeforeRequestHook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Hooks/BeforeRequestHook.php -------------------------------------------------------------------------------- /src/Hooks/Credentials.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Hooks/Credentials.php -------------------------------------------------------------------------------- /src/Hooks/ErrorResponseContext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Hooks/ErrorResponseContext.php -------------------------------------------------------------------------------- /src/Hooks/FailEarlyException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Hooks/FailEarlyException.php -------------------------------------------------------------------------------- /src/Hooks/HookContext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Hooks/HookContext.php -------------------------------------------------------------------------------- /src/Hooks/HookRegistration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Hooks/HookRegistration.php -------------------------------------------------------------------------------- /src/Hooks/Hooks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Hooks/Hooks.php -------------------------------------------------------------------------------- /src/Hooks/SDKHooks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Hooks/SDKHooks.php -------------------------------------------------------------------------------- /src/Hooks/SDKInitHook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Hooks/SDKInitHook.php -------------------------------------------------------------------------------- /src/Hooks/SDKRequestContext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Hooks/SDKRequestContext.php -------------------------------------------------------------------------------- /src/Hooks/Session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Hooks/Session.php -------------------------------------------------------------------------------- /src/Hooks/TokenResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Hooks/TokenResponse.php -------------------------------------------------------------------------------- /src/LicenseKeys.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/LicenseKeys.php -------------------------------------------------------------------------------- /src/Meters.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Meters.php -------------------------------------------------------------------------------- /src/Metrics.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Metrics.php -------------------------------------------------------------------------------- /src/Models/Components/Address.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/Address.php -------------------------------------------------------------------------------- /src/Models/Components/AddressDict.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/AddressDict.php -------------------------------------------------------------------------------- /src/Models/Components/AddressInput.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/AddressInput.php -------------------------------------------------------------------------------- /src/Models/Components/AggregationFunction.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/AggregationFunction.php -------------------------------------------------------------------------------- /src/Models/Components/AttachedCustomField.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/AttachedCustomField.php -------------------------------------------------------------------------------- /src/Models/Components/AuthorizeUser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/AuthorizeUser.php -------------------------------------------------------------------------------- /src/Models/Components/BenefitCustom.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/BenefitCustom.php -------------------------------------------------------------------------------- /src/Models/Components/BenefitCustomCreate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/BenefitCustomCreate.php -------------------------------------------------------------------------------- /src/Models/Components/BenefitCustomUpdate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/BenefitCustomUpdate.php -------------------------------------------------------------------------------- /src/Models/Components/BenefitCycledEvent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/BenefitCycledEvent.php -------------------------------------------------------------------------------- /src/Models/Components/BenefitDiscord.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/BenefitDiscord.php -------------------------------------------------------------------------------- /src/Models/Components/BenefitGrant.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/BenefitGrant.php -------------------------------------------------------------------------------- /src/Models/Components/BenefitGrantError.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/BenefitGrantError.php -------------------------------------------------------------------------------- /src/Models/Components/BenefitGrantedEvent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/BenefitGrantedEvent.php -------------------------------------------------------------------------------- /src/Models/Components/BenefitLicenseKeys.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/BenefitLicenseKeys.php -------------------------------------------------------------------------------- /src/Models/Components/BenefitMeterCredit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/BenefitMeterCredit.php -------------------------------------------------------------------------------- /src/Models/Components/BenefitPublic.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/BenefitPublic.php -------------------------------------------------------------------------------- /src/Models/Components/BenefitRevokedEvent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/BenefitRevokedEvent.php -------------------------------------------------------------------------------- /src/Models/Components/BenefitSortProperty.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/BenefitSortProperty.php -------------------------------------------------------------------------------- /src/Models/Components/BenefitType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/BenefitType.php -------------------------------------------------------------------------------- /src/Models/Components/BenefitUpdatedEvent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/BenefitUpdatedEvent.php -------------------------------------------------------------------------------- /src/Models/Components/CardPayment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CardPayment.php -------------------------------------------------------------------------------- /src/Models/Components/CardPaymentMetadata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CardPaymentMetadata.php -------------------------------------------------------------------------------- /src/Models/Components/Checkout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/Checkout.php -------------------------------------------------------------------------------- /src/Models/Components/CheckoutCreate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CheckoutCreate.php -------------------------------------------------------------------------------- /src/Models/Components/CheckoutLink.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CheckoutLink.php -------------------------------------------------------------------------------- /src/Models/Components/CheckoutLinkProduct.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CheckoutLinkProduct.php -------------------------------------------------------------------------------- /src/Models/Components/CheckoutLinkUpdate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CheckoutLinkUpdate.php -------------------------------------------------------------------------------- /src/Models/Components/CheckoutProduct.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CheckoutProduct.php -------------------------------------------------------------------------------- /src/Models/Components/CheckoutPublic.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CheckoutPublic.php -------------------------------------------------------------------------------- /src/Models/Components/CheckoutStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CheckoutStatus.php -------------------------------------------------------------------------------- /src/Models/Components/CheckoutUpdate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CheckoutUpdate.php -------------------------------------------------------------------------------- /src/Models/Components/CostMetadataInput.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CostMetadataInput.php -------------------------------------------------------------------------------- /src/Models/Components/CostMetadataOutput.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CostMetadataOutput.php -------------------------------------------------------------------------------- /src/Models/Components/CountAggregation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CountAggregation.php -------------------------------------------------------------------------------- /src/Models/Components/CountryAlpha2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CountryAlpha2.php -------------------------------------------------------------------------------- /src/Models/Components/CountryAlpha2Input.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CountryAlpha2Input.php -------------------------------------------------------------------------------- /src/Models/Components/CustomFieldCheckbox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CustomFieldCheckbox.php -------------------------------------------------------------------------------- /src/Models/Components/CustomFieldDate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CustomFieldDate.php -------------------------------------------------------------------------------- /src/Models/Components/CustomFieldNumber.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CustomFieldNumber.php -------------------------------------------------------------------------------- /src/Models/Components/CustomFieldSelect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CustomFieldSelect.php -------------------------------------------------------------------------------- /src/Models/Components/CustomFieldText.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CustomFieldText.php -------------------------------------------------------------------------------- /src/Models/Components/CustomFieldType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CustomFieldType.php -------------------------------------------------------------------------------- /src/Models/Components/Customer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/Customer.php -------------------------------------------------------------------------------- /src/Models/Components/CustomerBalance.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CustomerBalance.php -------------------------------------------------------------------------------- /src/Models/Components/CustomerCreate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CustomerCreate.php -------------------------------------------------------------------------------- /src/Models/Components/CustomerMeter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CustomerMeter.php -------------------------------------------------------------------------------- /src/Models/Components/CustomerOrder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CustomerOrder.php -------------------------------------------------------------------------------- /src/Models/Components/CustomerOrderUpdate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CustomerOrderUpdate.php -------------------------------------------------------------------------------- /src/Models/Components/CustomerProduct.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CustomerProduct.php -------------------------------------------------------------------------------- /src/Models/Components/CustomerSeat.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CustomerSeat.php -------------------------------------------------------------------------------- /src/Models/Components/CustomerSession.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CustomerSession.php -------------------------------------------------------------------------------- /src/Models/Components/CustomerState.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CustomerState.php -------------------------------------------------------------------------------- /src/Models/Components/CustomerStateMeter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CustomerStateMeter.php -------------------------------------------------------------------------------- /src/Models/Components/CustomerUpdate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CustomerUpdate.php -------------------------------------------------------------------------------- /src/Models/Components/CustomerWallet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/CustomerWallet.php -------------------------------------------------------------------------------- /src/Models/Components/DiscountDuration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/DiscountDuration.php -------------------------------------------------------------------------------- /src/Models/Components/DiscountProduct.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/DiscountProduct.php -------------------------------------------------------------------------------- /src/Models/Components/DiscountType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/DiscountType.php -------------------------------------------------------------------------------- /src/Models/Components/DiscountUpdate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/DiscountUpdate.php -------------------------------------------------------------------------------- /src/Models/Components/DownloadableRead.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/DownloadableRead.php -------------------------------------------------------------------------------- /src/Models/Components/EventCreateCustomer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/EventCreateCustomer.php -------------------------------------------------------------------------------- /src/Models/Components/EventName.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/EventName.php -------------------------------------------------------------------------------- /src/Models/Components/EventSortProperty.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/EventSortProperty.php -------------------------------------------------------------------------------- /src/Models/Components/EventSource.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/EventSource.php -------------------------------------------------------------------------------- /src/Models/Components/EventsIngest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/EventsIngest.php -------------------------------------------------------------------------------- /src/Models/Components/FileDownload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/FileDownload.php -------------------------------------------------------------------------------- /src/Models/Components/FilePatch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/FilePatch.php -------------------------------------------------------------------------------- /src/Models/Components/FileServiceTypes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/FileServiceTypes.php -------------------------------------------------------------------------------- /src/Models/Components/FileUpload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/FileUpload.php -------------------------------------------------------------------------------- /src/Models/Components/FileUploadCompleted.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/FileUploadCompleted.php -------------------------------------------------------------------------------- /src/Models/Components/Filter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/Filter.php -------------------------------------------------------------------------------- /src/Models/Components/FilterClause.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/FilterClause.php -------------------------------------------------------------------------------- /src/Models/Components/FilterConjunction.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/FilterConjunction.php -------------------------------------------------------------------------------- /src/Models/Components/FilterOperator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/FilterOperator.php -------------------------------------------------------------------------------- /src/Models/Components/Func.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/Func.php -------------------------------------------------------------------------------- /src/Models/Components/GenericPayment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/GenericPayment.php -------------------------------------------------------------------------------- /src/Models/Components/GrantTypes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/GrantTypes.php -------------------------------------------------------------------------------- /src/Models/Components/LLMMetadata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/LLMMetadata.php -------------------------------------------------------------------------------- /src/Models/Components/LicenseKeyActivate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/LicenseKeyActivate.php -------------------------------------------------------------------------------- /src/Models/Components/LicenseKeyCustomer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/LicenseKeyCustomer.php -------------------------------------------------------------------------------- /src/Models/Components/LicenseKeyRead.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/LicenseKeyRead.php -------------------------------------------------------------------------------- /src/Models/Components/LicenseKeyStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/LicenseKeyStatus.php -------------------------------------------------------------------------------- /src/Models/Components/LicenseKeyUpdate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/LicenseKeyUpdate.php -------------------------------------------------------------------------------- /src/Models/Components/LicenseKeyValidate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/LicenseKeyValidate.php -------------------------------------------------------------------------------- /src/Models/Components/ListResource.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/ListResource.php -------------------------------------------------------------------------------- /src/Models/Components/ListResourceBenefit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/ListResourceBenefit.php -------------------------------------------------------------------------------- /src/Models/Components/ListResourceEvent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/ListResourceEvent.php -------------------------------------------------------------------------------- /src/Models/Components/ListResourceMeter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/ListResourceMeter.php -------------------------------------------------------------------------------- /src/Models/Components/ListResourceOrder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/ListResourceOrder.php -------------------------------------------------------------------------------- /src/Models/Components/ListResourceProduct.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/ListResourceProduct.php -------------------------------------------------------------------------------- /src/Models/Components/ListResourceRefund.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/ListResourceRefund.php -------------------------------------------------------------------------------- /src/Models/Components/ListResourceWallet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/ListResourceWallet.php -------------------------------------------------------------------------------- /src/Models/Components/Meter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/Meter.php -------------------------------------------------------------------------------- /src/Models/Components/MeterCreate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/MeterCreate.php -------------------------------------------------------------------------------- /src/Models/Components/MeterCreditEvent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/MeterCreditEvent.php -------------------------------------------------------------------------------- /src/Models/Components/MeterQuantities.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/MeterQuantities.php -------------------------------------------------------------------------------- /src/Models/Components/MeterQuantity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/MeterQuantity.php -------------------------------------------------------------------------------- /src/Models/Components/MeterResetEvent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/MeterResetEvent.php -------------------------------------------------------------------------------- /src/Models/Components/MeterResetMetadata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/MeterResetMetadata.php -------------------------------------------------------------------------------- /src/Models/Components/MeterSortProperty.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/MeterSortProperty.php -------------------------------------------------------------------------------- /src/Models/Components/MeterUpdate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/MeterUpdate.php -------------------------------------------------------------------------------- /src/Models/Components/Metric.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/Metric.php -------------------------------------------------------------------------------- /src/Models/Components/MetricPeriod.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/MetricPeriod.php -------------------------------------------------------------------------------- /src/Models/Components/MetricType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/MetricType.php -------------------------------------------------------------------------------- /src/Models/Components/Metrics.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/Metrics.php -------------------------------------------------------------------------------- /src/Models/Components/MetricsLimits.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/MetricsLimits.php -------------------------------------------------------------------------------- /src/Models/Components/MetricsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/MetricsResponse.php -------------------------------------------------------------------------------- /src/Models/Components/MetricsTotals.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/MetricsTotals.php -------------------------------------------------------------------------------- /src/Models/Components/OAuth2ClientPublic.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/OAuth2ClientPublic.php -------------------------------------------------------------------------------- /src/Models/Components/Order.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/Order.php -------------------------------------------------------------------------------- /src/Models/Components/OrderBillingReason.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/OrderBillingReason.php -------------------------------------------------------------------------------- /src/Models/Components/OrderCustomer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/OrderCustomer.php -------------------------------------------------------------------------------- /src/Models/Components/OrderInvoice.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/OrderInvoice.php -------------------------------------------------------------------------------- /src/Models/Components/OrderItemSchema.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/OrderItemSchema.php -------------------------------------------------------------------------------- /src/Models/Components/OrderPaidEvent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/OrderPaidEvent.php -------------------------------------------------------------------------------- /src/Models/Components/OrderPaidMetadata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/OrderPaidMetadata.php -------------------------------------------------------------------------------- /src/Models/Components/OrderProduct.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/OrderProduct.php -------------------------------------------------------------------------------- /src/Models/Components/OrderRefundedEvent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/OrderRefundedEvent.php -------------------------------------------------------------------------------- /src/Models/Components/OrderSortProperty.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/OrderSortProperty.php -------------------------------------------------------------------------------- /src/Models/Components/OrderStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/OrderStatus.php -------------------------------------------------------------------------------- /src/Models/Components/OrderSubscription.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/OrderSubscription.php -------------------------------------------------------------------------------- /src/Models/Components/OrderUpdate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/OrderUpdate.php -------------------------------------------------------------------------------- /src/Models/Components/Organization.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/Organization.php -------------------------------------------------------------------------------- /src/Models/Components/OrganizationCreate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/OrganizationCreate.php -------------------------------------------------------------------------------- /src/Models/Components/OrganizationDetails.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/OrganizationDetails.php -------------------------------------------------------------------------------- /src/Models/Components/OrganizationStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/OrganizationStatus.php -------------------------------------------------------------------------------- /src/Models/Components/OrganizationUpdate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/OrganizationUpdate.php -------------------------------------------------------------------------------- /src/Models/Components/Pagination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/Pagination.php -------------------------------------------------------------------------------- /src/Models/Components/PaymentMethodCard.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/PaymentMethodCard.php -------------------------------------------------------------------------------- /src/Models/Components/PaymentProcessor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/PaymentProcessor.php -------------------------------------------------------------------------------- /src/Models/Components/PaymentSortProperty.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/PaymentSortProperty.php -------------------------------------------------------------------------------- /src/Models/Components/PaymentStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/PaymentStatus.php -------------------------------------------------------------------------------- /src/Models/Components/Permission.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/Permission.php -------------------------------------------------------------------------------- /src/Models/Components/Product.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/Product.php -------------------------------------------------------------------------------- /src/Models/Components/ProductBillingType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/ProductBillingType.php -------------------------------------------------------------------------------- /src/Models/Components/ProductPriceCustom.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/ProductPriceCustom.php -------------------------------------------------------------------------------- /src/Models/Components/ProductPriceFixed.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/ProductPriceFixed.php -------------------------------------------------------------------------------- /src/Models/Components/ProductPriceFree.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/ProductPriceFree.php -------------------------------------------------------------------------------- /src/Models/Components/ProductPriceMeter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/ProductPriceMeter.php -------------------------------------------------------------------------------- /src/Models/Components/ProductPriceType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/ProductPriceType.php -------------------------------------------------------------------------------- /src/Models/Components/ProductSortProperty.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/ProductSortProperty.php -------------------------------------------------------------------------------- /src/Models/Components/ProductUpdate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/ProductUpdate.php -------------------------------------------------------------------------------- /src/Models/Components/PropertyAggregation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/PropertyAggregation.php -------------------------------------------------------------------------------- /src/Models/Components/RefreshTokenRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/RefreshTokenRequest.php -------------------------------------------------------------------------------- /src/Models/Components/Refund.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/Refund.php -------------------------------------------------------------------------------- /src/Models/Components/RefundCreate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/RefundCreate.php -------------------------------------------------------------------------------- /src/Models/Components/RefundReason.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/RefundReason.php -------------------------------------------------------------------------------- /src/Models/Components/RefundSortProperty.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/RefundSortProperty.php -------------------------------------------------------------------------------- /src/Models/Components/RefundStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/RefundStatus.php -------------------------------------------------------------------------------- /src/Models/Components/RevokeTokenRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/RevokeTokenRequest.php -------------------------------------------------------------------------------- /src/Models/Components/RevokeTokenResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/RevokeTokenResponse.php -------------------------------------------------------------------------------- /src/Models/Components/S3DownloadURL.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/S3DownloadURL.php -------------------------------------------------------------------------------- /src/Models/Components/S3FileCreatePart.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/S3FileCreatePart.php -------------------------------------------------------------------------------- /src/Models/Components/S3FileUploadPart.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/S3FileUploadPart.php -------------------------------------------------------------------------------- /src/Models/Components/Scope.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/Scope.php -------------------------------------------------------------------------------- /src/Models/Components/SeatAssign.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/SeatAssign.php -------------------------------------------------------------------------------- /src/Models/Components/SeatClaim.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/SeatClaim.php -------------------------------------------------------------------------------- /src/Models/Components/SeatClaimInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/SeatClaimInfo.php -------------------------------------------------------------------------------- /src/Models/Components/SeatStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/SeatStatus.php -------------------------------------------------------------------------------- /src/Models/Components/SeatsList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/SeatsList.php -------------------------------------------------------------------------------- /src/Models/Components/Security.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/Security.php -------------------------------------------------------------------------------- /src/Models/Components/Status.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/Status.php -------------------------------------------------------------------------------- /src/Models/Components/SubType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/SubType.php -------------------------------------------------------------------------------- /src/Models/Components/Subscription.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/Subscription.php -------------------------------------------------------------------------------- /src/Models/Components/SubscriptionCancel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/SubscriptionCancel.php -------------------------------------------------------------------------------- /src/Models/Components/SubscriptionMeter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/SubscriptionMeter.php -------------------------------------------------------------------------------- /src/Models/Components/SubscriptionRevoke.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/SubscriptionRevoke.php -------------------------------------------------------------------------------- /src/Models/Components/SubscriptionStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/SubscriptionStatus.php -------------------------------------------------------------------------------- /src/Models/Components/SwitchingFrom.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/SwitchingFrom.php -------------------------------------------------------------------------------- /src/Models/Components/TaxIDFormat.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/TaxIDFormat.php -------------------------------------------------------------------------------- /src/Models/Components/TimeInterval.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/TimeInterval.php -------------------------------------------------------------------------------- /src/Models/Components/Timeframe.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/Timeframe.php -------------------------------------------------------------------------------- /src/Models/Components/TokenResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/TokenResponse.php -------------------------------------------------------------------------------- /src/Models/Components/TokenType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/TokenType.php -------------------------------------------------------------------------------- /src/Models/Components/TokenTypeHint.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/TokenTypeHint.php -------------------------------------------------------------------------------- /src/Models/Components/TrialInterval.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/TrialInterval.php -------------------------------------------------------------------------------- /src/Models/Components/UniqueAggregation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/UniqueAggregation.php -------------------------------------------------------------------------------- /src/Models/Components/UserEvent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/UserEvent.php -------------------------------------------------------------------------------- /src/Models/Components/UserInfoUser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/UserInfoUser.php -------------------------------------------------------------------------------- /src/Models/Components/ValidatedLicenseKey.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/ValidatedLicenseKey.php -------------------------------------------------------------------------------- /src/Models/Components/ValidationError.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/ValidationError.php -------------------------------------------------------------------------------- /src/Models/Components/Wallet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/Wallet.php -------------------------------------------------------------------------------- /src/Models/Components/WalletSortProperty.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/WalletSortProperty.php -------------------------------------------------------------------------------- /src/Models/Components/WalletTopUpCreate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/WalletTopUpCreate.php -------------------------------------------------------------------------------- /src/Models/Components/WebTokenRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/WebTokenRequest.php -------------------------------------------------------------------------------- /src/Models/Components/WebhookDelivery.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/WebhookDelivery.php -------------------------------------------------------------------------------- /src/Models/Components/WebhookEndpoint.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/WebhookEndpoint.php -------------------------------------------------------------------------------- /src/Models/Components/WebhookEvent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/WebhookEvent.php -------------------------------------------------------------------------------- /src/Models/Components/WebhookEventType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/WebhookEventType.php -------------------------------------------------------------------------------- /src/Models/Components/WebhookFormat.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Components/WebhookFormat.php -------------------------------------------------------------------------------- /src/Models/Errors/APIException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Errors/APIException.php -------------------------------------------------------------------------------- /src/Models/Errors/CustomerNotReady.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Errors/CustomerNotReady.php -------------------------------------------------------------------------------- /src/Models/Errors/ExpiredCheckoutError.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Errors/ExpiredCheckoutError.php -------------------------------------------------------------------------------- /src/Models/Errors/HTTPValidationError.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Errors/HTTPValidationError.php -------------------------------------------------------------------------------- /src/Models/Errors/NotOpenCheckout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Errors/NotOpenCheckout.php -------------------------------------------------------------------------------- /src/Models/Errors/NotPaidOrder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Errors/NotPaidOrder.php -------------------------------------------------------------------------------- /src/Models/Errors/NotPaidOrderThrowable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Errors/NotPaidOrderThrowable.php -------------------------------------------------------------------------------- /src/Models/Errors/NotPermitted.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Errors/NotPermitted.php -------------------------------------------------------------------------------- /src/Models/Errors/NotPermittedThrowable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Errors/NotPermittedThrowable.php -------------------------------------------------------------------------------- /src/Models/Errors/PaymentError.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Errors/PaymentError.php -------------------------------------------------------------------------------- /src/Models/Errors/PaymentErrorThrowable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Errors/PaymentErrorThrowable.php -------------------------------------------------------------------------------- /src/Models/Errors/PaymentNotReady.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Errors/PaymentNotReady.php -------------------------------------------------------------------------------- /src/Models/Errors/RefundAmountTooHigh.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Errors/RefundAmountTooHigh.php -------------------------------------------------------------------------------- /src/Models/Errors/RefundedAlready.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Errors/RefundedAlready.php -------------------------------------------------------------------------------- /src/Models/Errors/ResourceNotFound.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Errors/ResourceNotFound.php -------------------------------------------------------------------------------- /src/Models/Errors/SubscriptionLocked.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Errors/SubscriptionLocked.php -------------------------------------------------------------------------------- /src/Models/Errors/Unauthorized.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Errors/Unauthorized.php -------------------------------------------------------------------------------- /src/Models/Errors/UnauthorizedThrowable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Errors/UnauthorizedThrowable.php -------------------------------------------------------------------------------- /src/Models/Operations/BenefitsGetRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/BenefitsGetRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/BenefitsGetResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/BenefitsGetResponse.php -------------------------------------------------------------------------------- /src/Models/Operations/BenefitsListRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/BenefitsListRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/CheckoutsGetRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/CheckoutsGetRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/CustomersGetRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/CustomersGetRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/DiscountsGetRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/DiscountsGetRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/EventsGetRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/EventsGetRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/EventsGetResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/EventsGetResponse.php -------------------------------------------------------------------------------- /src/Models/Operations/EventsListRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/EventsListRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/EventsListResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/EventsListResponse.php -------------------------------------------------------------------------------- /src/Models/Operations/FilesCreateResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/FilesCreateResponse.php -------------------------------------------------------------------------------- /src/Models/Operations/FilesDeleteRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/FilesDeleteRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/FilesDeleteResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/FilesDeleteResponse.php -------------------------------------------------------------------------------- /src/Models/Operations/FilesListRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/FilesListRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/FilesListResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/FilesListResponse.php -------------------------------------------------------------------------------- /src/Models/Operations/FilesUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/FilesUpdateRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/FilesUpdateResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/FilesUpdateResponse.php -------------------------------------------------------------------------------- /src/Models/Operations/MetersGetRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/MetersGetRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/MetersGetResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/MetersGetResponse.php -------------------------------------------------------------------------------- /src/Models/Operations/MetersListRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/MetersListRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/MetersListResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/MetersListResponse.php -------------------------------------------------------------------------------- /src/Models/Operations/MetersUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/MetersUpdateRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/MetricsGetRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/MetricsGetRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/MetricsGetResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/MetricsGetResponse.php -------------------------------------------------------------------------------- /src/Models/Operations/OrdersExportRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/OrdersExportRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/OrdersGetRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/OrdersGetRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/OrdersGetResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/OrdersGetResponse.php -------------------------------------------------------------------------------- /src/Models/Operations/OrdersListRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/OrdersListRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/OrdersListResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/OrdersListResponse.php -------------------------------------------------------------------------------- /src/Models/Operations/OrdersUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/OrdersUpdateRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/PaymentsGetRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/PaymentsGetRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/PaymentsGetResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/PaymentsGetResponse.php -------------------------------------------------------------------------------- /src/Models/Operations/PaymentsListRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/PaymentsListRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/ProductsGetRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/ProductsGetRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/ProductsGetResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/ProductsGetResponse.php -------------------------------------------------------------------------------- /src/Models/Operations/ProductsListRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/ProductsListRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/RefundsListRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/RefundsListRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/RefundsListResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/RefundsListResponse.php -------------------------------------------------------------------------------- /src/Models/Operations/WalletsGetRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/WalletsGetRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/WalletsGetResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/WalletsGetResponse.php -------------------------------------------------------------------------------- /src/Models/Operations/WalletsListRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/WalletsListRequest.php -------------------------------------------------------------------------------- /src/Models/Operations/WalletsListResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/WalletsListResponse.php -------------------------------------------------------------------------------- /src/Models/Operations/WalletsTopUpRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Models/Operations/WalletsTopUpRequest.php -------------------------------------------------------------------------------- /src/Oauth2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Oauth2.php -------------------------------------------------------------------------------- /src/Orders.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Orders.php -------------------------------------------------------------------------------- /src/Organizations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Organizations.php -------------------------------------------------------------------------------- /src/PackageServiceProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/PackageServiceProvider.php -------------------------------------------------------------------------------- /src/Payments.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Payments.php -------------------------------------------------------------------------------- /src/Polar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Polar.php -------------------------------------------------------------------------------- /src/PolarBenefitGrants.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/PolarBenefitGrants.php -------------------------------------------------------------------------------- /src/PolarBuilder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/PolarBuilder.php -------------------------------------------------------------------------------- /src/PolarCustomerMeters.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/PolarCustomerMeters.php -------------------------------------------------------------------------------- /src/PolarCustomers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/PolarCustomers.php -------------------------------------------------------------------------------- /src/PolarLicenseKeys.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/PolarLicenseKeys.php -------------------------------------------------------------------------------- /src/PolarOrders.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/PolarOrders.php -------------------------------------------------------------------------------- /src/PolarOrganizations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/PolarOrganizations.php -------------------------------------------------------------------------------- /src/PolarSubscriptions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/PolarSubscriptions.php -------------------------------------------------------------------------------- /src/PolarWallets.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/PolarWallets.php -------------------------------------------------------------------------------- /src/Products.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Products.php -------------------------------------------------------------------------------- /src/Refunds.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Refunds.php -------------------------------------------------------------------------------- /src/SDKConfiguration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/SDKConfiguration.php -------------------------------------------------------------------------------- /src/Seats.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Seats.php -------------------------------------------------------------------------------- /src/Subscriptions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Subscriptions.php -------------------------------------------------------------------------------- /src/Utils/BigDecimalHandler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/BigDecimalHandler.php -------------------------------------------------------------------------------- /src/Utils/BigIntHandler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/BigIntHandler.php -------------------------------------------------------------------------------- /src/Utils/DateHandler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/DateHandler.php -------------------------------------------------------------------------------- /src/Utils/DateTimeHandler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/DateTimeHandler.php -------------------------------------------------------------------------------- /src/Utils/DefaultRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/DefaultRequest.php -------------------------------------------------------------------------------- /src/Utils/DefaultResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/DefaultResponse.php -------------------------------------------------------------------------------- /src/Utils/DefaultStream.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/DefaultStream.php -------------------------------------------------------------------------------- /src/Utils/DefaultUri.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/DefaultUri.php -------------------------------------------------------------------------------- /src/Utils/EnumHandler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/EnumHandler.php -------------------------------------------------------------------------------- /src/Utils/FormMetadata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/FormMetadata.php -------------------------------------------------------------------------------- /src/Utils/Headers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/Headers.php -------------------------------------------------------------------------------- /src/Utils/JSON.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/JSON.php -------------------------------------------------------------------------------- /src/Utils/MixedJSONHandler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/MixedJSONHandler.php -------------------------------------------------------------------------------- /src/Utils/MultipartMetadata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/MultipartMetadata.php -------------------------------------------------------------------------------- /src/Utils/Options.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/Options.php -------------------------------------------------------------------------------- /src/Utils/ParamsMetadata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/ParamsMetadata.php -------------------------------------------------------------------------------- /src/Utils/PathParameters.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/PathParameters.php -------------------------------------------------------------------------------- /src/Utils/PhpDocTypeParser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/PhpDocTypeParser.php -------------------------------------------------------------------------------- /src/Utils/QueryParameters.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/QueryParameters.php -------------------------------------------------------------------------------- /src/Utils/RequestBodies.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/RequestBodies.php -------------------------------------------------------------------------------- /src/Utils/RequestMetadata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/RequestMetadata.php -------------------------------------------------------------------------------- /src/Utils/Retry/PermanentError.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/Retry/PermanentError.php -------------------------------------------------------------------------------- /src/Utils/Retry/RetryConfig.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/Retry/RetryConfig.php -------------------------------------------------------------------------------- /src/Utils/Retry/RetryConfigBackoff.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/Retry/RetryConfigBackoff.php -------------------------------------------------------------------------------- /src/Utils/Retry/RetryConfigNone.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/Retry/RetryConfigNone.php -------------------------------------------------------------------------------- /src/Utils/Retry/RetryStrategy.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/Retry/RetryStrategy.php -------------------------------------------------------------------------------- /src/Utils/Retry/RetryUtils.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/Retry/RetryUtils.php -------------------------------------------------------------------------------- /src/Utils/Retry/TemporaryError.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/Retry/TemporaryError.php -------------------------------------------------------------------------------- /src/Utils/Security.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/Security.php -------------------------------------------------------------------------------- /src/Utils/SecurityClient.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/SecurityClient.php -------------------------------------------------------------------------------- /src/Utils/SecurityMetadata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/SecurityMetadata.php -------------------------------------------------------------------------------- /src/Utils/ServerDetails.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/ServerDetails.php -------------------------------------------------------------------------------- /src/Utils/SpeakeasyMetadata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/SpeakeasyMetadata.php -------------------------------------------------------------------------------- /src/Utils/UnionHandler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/UnionHandler.php -------------------------------------------------------------------------------- /src/Utils/Utils.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Utils/Utils.php -------------------------------------------------------------------------------- /src/Wallets.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Wallets.php -------------------------------------------------------------------------------- /src/Webhooks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polarsource/polar-php/HEAD/src/Webhooks.php --------------------------------------------------------------------------------