Class DBC.SBounceShipmentFields
Fields for SBounceShipment, Email bounces from customers
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SBounceShipmentFields : Object
Fields
CustomerId
SBounceShipment.CustomerId: The customer this bounce came from
Declaration
public const string CustomerId = "customer_id"
Field Value
Type | Description |
---|---|
String |
SBounceShipment.Email: The email address for this particular bounce
Declaration
public const string Email = "email"
Field Value
Type | Description |
---|---|
String |
SBounceShipmentId
SBounceShipment.SBounceShipmentId: Primary key
Declaration
public const string SBounceShipmentId = "id"
Field Value
Type | Description |
---|---|
String |
ShipmentId
SBounceShipment.ShipmentId: The shipment this bounce belongs to
Declaration
public const string ShipmentId = "shipment_id"
Field Value
Type | Description |
---|---|
String |