class FedexWebServices::Soap::Ship::Payment

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

paymentType - FedexWebServices::Soap::Ship::PaymentType
payor - FedexWebServices::Soap::Ship::Payor

Attributes

paymentType[RW]
payor[RW]

Public Class Methods

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