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 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