class FedexWebServices::Soap::Ship::CommercialInvoiceDetail

{fedex.com/ws/ship/v12}CommercialInvoiceDetail

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

Attributes

customerImageUsages[RW]
format[RW]

Public Class Methods

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