class FedexWebServices::Soap::Rate::CommercialInvoiceDetail

{fedex.com/ws/rate/v13}CommercialInvoiceDetail

format - FedexWebServices::Soap::Rate::ShippingDocumentFormat
customerImageUsages - FedexWebServices::Soap::Rate::CustomerImageUsage

Attributes

customerImageUsages[RW]
format[RW]

Public Class Methods

new(format = nil, customerImageUsages = []) click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 197
def initialize(format = nil, customerImageUsages = [])
  @format = format
  @customerImageUsages = customerImageUsages
end