Class Autoship
Inheritance
System.Object
Autoship
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class Autoship : Object
Constructors
Autoship()
Declaration
Properties
AssociateId
Declaration
public int AssociateId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AutoshipId
Declaration
public int AutoshipId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AutoshipType
Declaration
public AutoshipType AutoshipType { get; set; }
Property Value
CurrencyCode
Declaration
public string CurrencyCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Custom
Declaration
public CustomFields Custom { get; set; }
Property Value
Frequency
Declaration
public Frequency Frequency { get; set; }
Property Value
FrequencyString
Declaration
public string FrequencyString { get; set; }
Property Value
Type |
Description |
System.String |
|
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCanceled
Declaration
public bool IsCanceled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LastChargeAmount
Declaration
public double LastChargeAmount { get; set; }
Property Value
Type |
Description |
System.Double |
|
LastProcessDate
Declaration
public DateTime LastProcessDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
LineItems
Declaration
public LineItem[] LineItems { get; set; }
Property Value
NextProcessDate
Declaration
public DateTime NextProcessDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
PaymentMerchantId
Declaration
public int PaymentMerchantId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PaymentMethodId
Declaration
public string PaymentMethodId { get; set; }
Property Value
Type |
Description |
System.String |
|
ShipAddress
Declaration
public Address ShipAddress { get; set; }
Property Value
ShipMethodId
Declaration
public int ShipMethodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
SubTotal
Declaration
public double SubTotal { get; }
Property Value
Type |
Description |
System.Double |
|
TotalCV
Declaration
public double TotalCV { get; }
Property Value
Type |
Description |
System.Double |
|
TotalQV
Declaration
public double TotalQV { get; }
Property Value
Type |
Description |
System.Double |
|