Click or drag to resize

AdapterPickupRequest Class

AdapterPickupRequest
Inheritance Hierarchy

Namespace:  PSI.Sox
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
public class AdapterPickupRequest : Pickup

The AdapterPickupRequest type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCarrier
Gets or sets Carrier
(Inherited from Pickup.)
Public propertyComment
Gets or sets Comment
(Inherited from Pickup.)
Public propertyContactName
Gets or sets ContactName
(Inherited from Pickup.)
Public propertyContactPhone
Gets or sets ContactNumber
(Inherited from Pickup.)
Public propertyDescription
Gets or sets DescriptionofCommodity
(Inherited from Pickup.)
Public propertyDestinationCountryCode
Gets or sets DestinationCountryCode
(Inherited from Pickup.)
Public propertyEarliestTimeReady
Gets or sets EarliestTimeReady
(Inherited from Pickup.)
Public propertyGlobalBundleId
Gets or sets GlobalBundleId
(Inherited from Pickup.)
Public propertyId
Gets or sets Id
(Inherited from Pickup.)
Public propertyIsAlternateAddress
Gets or sets IsAlternateAddress
Public propertyLatestTimeReady
Gets or sets LatestTimeReady
(Inherited from Pickup.)
Public propertyPackagingType
Gets or sets PackageType
(Inherited from Pickup.)
Public propertyPaymentType
Gets or sets PaymentType
(Inherited from Pickup.)
Public propertyPickupAddress
Gets or sets PickupAddress
(Inherited from Pickup.)
Public propertyPickupDate
Gets or sets PickupDate
(Inherited from Pickup.)
Public propertyPickupReferenceNumber
Gets or sets PickupReferenceNumber
(Inherited from Pickup.)
Public propertyPickupStatus
Gets or sets PickupStatus
(Inherited from Pickup.)
Public propertyPickupType
Gets or sets PickupType
(Inherited from Pickup.)
Public propertyQuantity
Gets or sets Quantity
(Inherited from Pickup.)
Public propertyService
Gets or sets Service
(Inherited from Pickup.)
Public propertyShipper
Gets or sets Shipper
Public propertyWeight
Gets or sets Weight
(Inherited from Pickup.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also