' Options: 'Date: 2026-03-13 22:06:58 'Version: 8.60 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://milliet.io ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: payment_webhook.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports WS_RESTRICTED_API Namespace Global Namespace WS_RESTRICTED_API Public Enum eapi_payment_run_mode_enum TEST LIVE FORCE_LIVE End Enum Public Enum eapi_payment_target_enum LABANQUEPOSTALE PAYBOX MILLIET End Enum ''' '''Paiements : webhooks - retour des formulaires de règlements ''' Public Partial Class payment_webhook Public Overridable Property payment_target As eapi_payment_target_enum Public Overridable Property payment_run_mode As eapi_payment_run_mode_enum Public Overridable Property webhook_callback As String Public Overridable Property type As String End Class End Namespace End Namespace