Class Rma
Inheritance
System.Object
Rma
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class Rma : Object
Constructors
Rma()
Declaration
Properties
AssociateId
Declaration
public int AssociateId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CurrencyCode
Declaration
public string CurrencyCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Date
Declaration
public DateTime Date { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DateReceived
Declaration
public DateTime DateReceived { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DateShipped
Declaration
public DateTime DateShipped { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LineItems
Declaration
public List<RmaLineItem> LineItems { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<RmaLineItem> |
|
Notes
Declaration
public string Notes { get; set; }
Property Value
Type |
Description |
System.String |
|
OrderNumber
Declaration
public int OrderNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Received
Declaration
public bool Received { get; }
Property Value
Type |
Description |
System.Boolean |
|
ShipMethod
Declaration
public string ShipMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
Shipped
Declaration
public bool Shipped { get; }
Property Value
Type |
Description |
System.Boolean |
|
Status
Declaration
public string Status { get; }
Property Value
Type |
Description |
System.String |
|
Total
Declaration
public double Total { get; }
Property Value
Type |
Description |
System.Double |
|
TrackingNumber
Declaration
public string TrackingNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
WarehouseId
Declaration
public int WarehouseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|