World is now on Opti ID! Learn more

Class CreateAccount

The create account model in Blt

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

Constructors

CreateAccount()

Declaration
public CreateAccount()

Properties

Addresses

The addresses

Declaration
public List<CreateAddress> Addresses { get; set; }
Property Value
Type Description
System.Collections.Generic.List<CreateAddress>

PaymentMethods

The payment methods

Declaration
public List<CreatePaymentMethod> PaymentMethods { get; set; }
Property Value
Type Description
System.Collections.Generic.List<CreatePaymentMethod>

Profile

The profile

Declaration
public CreateProfile Profile { get; set; }
Property Value
Type Description
CreateProfile