Class CheckoutInfo
- Namespace
- Shift.Sdk.UI
- Assembly
- Shift.Sdk.dll
public class CheckoutInfo
- Inheritance
-
CheckoutInfo
- Inherited Members
-
- Extension Methods
-
Constructors
CheckoutInfo()
Properties
City
public string City { get; set; }
Property Value
- string
Company
public string Company { get; set; }
Property Value
- string
Country
public string Country { get; set; }
Property Value
- string
Email
public string Email { get; set; }
Property Value
- string
FirstName
public string FirstName { get; set; }
Property Value
- string
LastName
public string LastName { get; set; }
Property Value
- string
MiddleName
public string MiddleName { get; set; }
Property Value
- string
Phone
public string Phone { get; set; }
Property Value
- string
PostalCode
public string PostalCode { get; set; }
Property Value
- string
State
public string State { get; set; }
Property Value
- string
Street1
public string Street1 { get; set; }
Property Value
- string
Street2
public string Street2 { get; set; }
Property Value
- string