class FedexWebServices::Soap::Ship::CompletedCodDetail

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

collectionAmount - FedexWebServices::Soap::Ship::Money
adjustmentType - FedexWebServices::Soap::Ship::CodAdjustmentType

Attributes

adjustmentType[RW]
collectionAmount[RW]

Public Class Methods

new(collectionAmount = nil, adjustmentType = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 381
def initialize(collectionAmount = nil, adjustmentType = nil)
  @collectionAmount = collectionAmount
  @adjustmentType = adjustmentType
end