' Options: 'Date: 2026-01-29 15:07:18 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://consumer-api.brovs.com ' '''GlobalNamespace: ConsumerApi '''MakePartial: True '''MakeVirtual: False '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: VippsLoginCallbackRequest.* '''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 ConsumerApi Namespace Global Namespace ConsumerApi Public Partial Class VippsLoginCallbackRequest Implements IReturn(Of VippsLoginCallbackResponse) Implements IGet Public Property State As String Public Property Code As String Public Property Scope As String Public Property [Error] As String Public Property ErrorDescription As String Public Property ErrorHint As String End Class Public Partial Class VippsLoginCallbackResponse Public Property VippsUserInfo As VippsUserInfo Public Property NextRelativeUrl As String End Class Public Partial Class VippsAddress Public Property AddressType As VippsAddressType Public Property Country As String Public Property Formatted As String Public Property PostalCode As String Public Property Region As String Public Property StreetAddress As String End Class Public Enum VippsAddressType Home Work Other End Enum Public Partial Class VippsUserInfo Public Property Address As VippsAddress Public Property Birthdate As DateTimeOffset Public Property Email As String Public Property EmailVerified As Boolean? Public Property FamilyName As String Public Property GivenName As String Public Property Name As String Public Property PhoneNumber As String Public Property SessionIdentifier As String Public Property SubjectIdentifier As String End Class End Namespace End Namespace