World is now on Opti ID! Learn more

Class PhoneView

Phone View in Bolt

Inheritance
System.Object
PhoneView
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0
Syntax
public class PhoneView : Object

Constructors

PhoneView()

Declaration
public PhoneView()

Properties

CountryCode

The country code

Declaration
public string CountryCode { get; set; }
Property Value
Type Description
System.String

Id

The id

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String

Number

The number

Declaration
public string Number { get; set; }
Property Value
Type Description
System.String

Priority

The priority

Declaration
public string Priority { get; set; }
Property Value
Type Description
System.String

Status

The status

Declaration
public string Status { get; set; }
Property Value
Type Description
System.String