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 =
CustomerReferenceType.new("BILL_OF_LADING")
CUSTOMER_REFERENCE =
CustomerReferenceType.new("CUSTOMER_REFERENCE")
DEPARTMENT_NUMBER =
CustomerReferenceType.new("DEPARTMENT_NUMBER")
INVOICE_NUMBER =
CustomerReferenceType.new("INVOICE_NUMBER")
P_O_NUMBER =
CustomerReferenceType.new("P_O_NUMBER")
SHIPMENT_INTEGRITY =
CustomerReferenceType.new("SHIPMENT_INTEGRITY")
STORE_NUMBER =
CustomerReferenceType.new("STORE_NUMBER")