Class: EBay::PaymentDetailsType
- Inherits:
-
Object
- Object
- EBay::PaymentDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPaymentDetailsType
hoursToDeposit - SOAP::SOAPInt
daysToFullPayment - SOAP::SOAPInt
depositAmount - EBay::AmountType
depositType - EBay::DepositTypeCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#daysToFullPayment ⇒ Object
Returns the value of attribute daysToFullPayment.
-
#depositAmount ⇒ Object
Returns the value of attribute depositAmount.
-
#depositType ⇒ Object
Returns the value of attribute depositType.
-
#hoursToDeposit ⇒ Object
Returns the value of attribute hoursToDeposit.
Instance Method Summary collapse
-
#initialize(hoursToDeposit = nil, daysToFullPayment = nil, depositAmount = nil, depositType = nil) ⇒ PaymentDetailsType
constructor
A new instance of PaymentDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(hoursToDeposit = nil, daysToFullPayment = nil, depositAmount = nil, depositType = nil) ⇒ PaymentDetailsType
Returns a new instance of PaymentDetailsType.
28447 28448 28449 28450 28451 28452 28453 |
# File 'lib/eBay.rb', line 28447 def initialize(hoursToDeposit = nil, daysToFullPayment = nil, depositAmount = nil, depositType = nil) @hoursToDeposit = hoursToDeposit @daysToFullPayment = daysToFullPayment @depositAmount = depositAmount @depositType = depositType @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28441 28442 28443 |
# File 'lib/eBay.rb', line 28441 def __xmlele_any @__xmlele_any end |
#daysToFullPayment ⇒ Object
Returns the value of attribute daysToFullPayment.
28438 28439 28440 |
# File 'lib/eBay.rb', line 28438 def daysToFullPayment @daysToFullPayment end |
#depositAmount ⇒ Object
Returns the value of attribute depositAmount.
28439 28440 28441 |
# File 'lib/eBay.rb', line 28439 def depositAmount @depositAmount end |
#depositType ⇒ Object
Returns the value of attribute depositType.
28440 28441 28442 |
# File 'lib/eBay.rb', line 28440 def depositType @depositType end |
#hoursToDeposit ⇒ Object
Returns the value of attribute hoursToDeposit.
28437 28438 28439 |
# File 'lib/eBay.rb', line 28437 def hoursToDeposit @hoursToDeposit end |
Instance Method Details
#set_any(elements) ⇒ Object
28443 28444 28445 |
# File 'lib/eBay.rb', line 28443 def set_any(elements) @__xmlele_any = elements end |