Class: Shipping::FedExShipService::CustomerReferenceType

Inherits:
String
  • Object
show all
Defined in:
app/services/shipping/fed_ex_ship_service.rb

Overview

href="http://fedex.com/ws/ship/v7%7DCustomerReferenceType">http://fedex.com/ws/ship/v7CustomerReferenceType

Constant Summary collapse

BILL_OF_LADING =

Bill of lading.

CustomerReferenceType.new("BILL_OF_LADING")
CUSTOMER_REFERENCE =

Customer reference.

CustomerReferenceType.new("CUSTOMER_REFERENCE")
DEPARTMENT_NUMBER =

Department number.

CustomerReferenceType.new("DEPARTMENT_NUMBER")
INVOICE_NUMBER =

Invoice number.

CustomerReferenceType.new("INVOICE_NUMBER")
P_O_NUMBER =

P o number.

CustomerReferenceType.new("P_O_NUMBER")
SHIPMENT_INTEGRITY =

Shipment integrity.

CustomerReferenceType.new("SHIPMENT_INTEGRITY")
STORE_NUMBER =

Store number.

CustomerReferenceType.new("STORE_NUMBER")