Class Account
The account object in Bolt
Inheritance
System.Object
Account
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0Syntax
public class Account : Object
Constructors
Account()
Declaration
public Account()
Properties
Addresses
The addresses
Declaration
public List<Address> Addresses { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Address> |
ErrorMessage
The error message
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HasBoltAccount
Has bolt account
Declaration
public bool HasBoltAccount { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PaymentMethods
The payment methods
Declaration
public List<PaymentMethod> PaymentMethods { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PaymentMethod> |
Profile
The profile
Declaration
public Profile Profile { get; set; }
Property Value
Type | Description |
---|---|
Profile |
Token
The token
Declaration
public string Token { get; set; }
Property Value
Type | Description |
---|---|
System.String |