PickupPaymentType Property
The payment type for the pickup.
Syntax
public int getPickupPaymentType(); public void setPickupPaymentType(int pickupPaymentType);
Enumerated values: public final static int pptSender = 0; public final static int pptRecipient = 1; public final static int pptThirdParty = 2; public final static int pptCollect = 3; public final static int pptAccount = 4; public final static int pptCash = 5; public final static int pptCreditCard = 6;
Remarks
This indicates the payment method to be used for a pickup.
Note that if pptCreditCard is selected, FedEx will use the credit card on file with the account associated with the AccountNumber
Default Value
0