class FedexWebServices::Soap::Ship::CertificateOfOriginDetail
{fedex.com/ws/ship/v12}CertificateOfOriginDetail
documentFormat - FedexWebServices::Soap::Ship::ShippingDocumentFormat customerImageUsages - FedexWebServices::Soap::Ship::CustomerImageUsage
Attributes
customerImageUsages[RW]
documentFormat[RW]
Public Class Methods
new(documentFormat = nil, customerImageUsages = [])
click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 163 def initialize(documentFormat = nil, customerImageUsages = []) @documentFormat = documentFormat @customerImageUsages = customerImageUsages end