Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 3.01 KB

ManagementProject.md

File metadata and controls

31 lines (28 loc) · 3.01 KB

# ManagementProject

Properties

Name Type Description Notes
id string Unique identifier of the project. [optional]
name string The name of the project. [optional]
description string A user-defined description of the project, e.g. its purpose, scope, region. [optional]
timezone string The time zone in which the project is established. It can be in the GMT format or in accordance with IANA time zone database. [optional]
currency string The currency used in the project. It is equal to a 3-letter ISO 4217 code. [optional]
dialCode string The country dial code for the project. It is equal to an ITU country code. [optional]
webhookVersion string The webhook version used in the project. [optional] [default to 'v2024-01-01']
clientTrustedDomains string[] An array of URL addresses that allow client requests. [optional]
clientRedeemEnabled bool Enables client-side redemption. [optional]
clientPublishEnabled bool Enables client-side publication. [optional]
clientListVouchersEnabled bool Enables client-side listing of vouchers. [optional]
clientCreateCustomerEnabled bool Enables client-side creation of customers. [optional]
clientLoyaltyEventsEnabled bool Enables client-side events for loyalty and referral programs. [optional]
clientSetVoucherExpirationDateEnabled bool Enables client-side setting of voucher expiration date. [optional]
webhooksCalloutNotifications \OpenAPI\Client\Model\ManagementProjectWebhooksCalloutNotifications [optional]
apiUsageNotifications \OpenAPI\Client\Model\ManagementProjectApiUsageNotifications [optional]
clusterId string The identifier of the cluster where the project will be created. [optional]
caseSensitiveCodes bool Determines if the vouchers in the project will be: - case sensitive - if `true`, `C0dE-cfV` is not equal to `c0de-cfv`), - case insensitive - if `false`, `C0dE-cfV` is equal to `c0de-cfv`. [optional]
apiVersion string The API version used in the project. Currently, the default and only value is `v2018-08-01`. [optional] [default to 'v2018-08-01']
isSandbox bool Determines if the project is a sandbox project. [optional]
webhookToken string Webhook token used for authentication. [optional]
defaultCodeConfig \OpenAPI\Client\Model\ManagementProjectDefaultCodeConfig [optional]
limits \OpenAPI\Client\Model\ManagementProjectLimits [optional]

[Back to Model list] [Back to API list] [Back to README]