Class: FedexWebServices::Soap::Ship::Payment
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::Payment
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12Payment
paymentType - FedexWebServices::Soap::Ship::PaymentType
payor - FedexWebServices::Soap::Ship::Payor
Instance Attribute Summary collapse
-
#paymentType ⇒ Object
Returns the value of attribute paymentType.
-
#payor ⇒ Object
Returns the value of attribute payor.
Instance Method Summary collapse
-
#initialize(paymentType = nil, payor = nil) ⇒ Payment
constructor
A new instance of Payment.
Constructor Details
#initialize(paymentType = nil, payor = nil) ⇒ Payment
Returns a new instance of Payment.
2257 2258 2259 2260 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2257 def initialize(paymentType = nil, payor = nil) @paymentType = paymentType @payor = payor end |
Instance Attribute Details
#paymentType ⇒ Object
Returns the value of attribute paymentType.
2254 2255 2256 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2254 def paymentType @paymentType end |
#payor ⇒ Object
Returns the value of attribute payor.
2255 2256 2257 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2255 def payor @payor end |