Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

DropoffType Property

Identifies the method by which the package is to be tendered to FedEx.

Syntax

[VB.NET]
Public Property DropoffType As FedexfreightratesDropoffTypes

[C#]
public FedexfreightratesDropoffTypes DropoffType {get; set;}

enum FedexfreightratesDropoffTypes { dtRegularPickup, dtRequestCourier, dtDropBox, dtBusinessServiceCenter, dtStation }

Remarks

This type of dropoff is required in a rate request. A charge applies when you request a pickup (i.e., when DropoffType is set to 1 (dtRequestCourier)). This charge does not apply if you drop off your package at a FedEx shipping location or if you have regular scheduled pickups.

Possible values are:

dtRegularPickup (0)
dtRequestCourier (1)
dtDropBox (2)
dtBusinessServiceCenter (3)
dtStation (4)

This property does not dispatch a courier.

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0