(* Options: Date: 2026-05-19 09:51:22 Version: 8.22 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://dev-api-booster.richemont.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetPosChainTransferAvailable.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Richemont.Booster2.PublicApi.Purchase.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type Pos() = /// ///POS Code /// [] member val posCode:String = null with get,set /// ///Name of the POS /// [] member val name:String = null with get,set /// ///City of the POS /// [] member val city:String = null with get,set /// ///Address of the POS /// [] member val address:String = null with get,set /// ///Country of the POS /// [] member val country:String = null with get,set /// ///Brand of the POS /// [] member val brand:String = null with get,set [] type Pos() = /// ///Name of the POS /// [] member val name:String = null with get,set /// ///POS Code /// [] member val posCode:String = null with get,set /// ///Pos Code To Be Displayed /// [] member val posCodeToBeDisplayed:String = null with get,set /// ///Country of the POS /// [] member val country:String = null with get,set /// ///City of the POS /// [] member val city:String = null with get,set /// ///Postal Code /// [] member val postalCode:String = null with get,set /// ///State /// [] member val state:String = null with get,set /// ///Street /// [] member val street:String = null with get,set [] type GetPosChainTransferAvailableResponse() = inherit ResizeArray() [] [] type GetPosChainTransferAvailable() = interface IReturn /// ///Brand /// [] member val brand:String = null with get,set /// ///POS Legacy Code /// [] member val posCode:String = null with get,set