Class: FedexWebServices::Soap::Rate::Payment
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::Payment
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13Payment
paymentType - FedexWebServices::Soap::Rate::PaymentType
payor - FedexWebServices::Soap::Rate::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.
1901 1902 1903 1904 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1901 def initialize(paymentType = nil, payor = nil) @paymentType = paymentType @payor = payor end |
Instance Attribute Details
#paymentType ⇒ Object
Returns the value of attribute paymentType.
1898 1899 1900 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1898 def paymentType @paymentType end |
#payor ⇒ Object
Returns the value of attribute payor.
1899 1900 1901 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1899 def payor @payor end |