Show / Hide Table of Contents

Class DBC.SBounceShipmentFields

Fields for SBounceShipment, Email bounces from customers

Inheritance
object
DBC.SBounceShipmentFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.SBounceShipmentFields

Fields

CustomerId

SBounceShipment.CustomerId: The customer this bounce came from

Declaration
public const string CustomerId = "customer_id"
Field Value
Type Description
string

Email

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top