Class: EBay::PaymentHoldDetailType
- Inherits:
-
Object
- Object
- EBay::PaymentHoldDetailType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPaymentHoldDetailType
expectedReleaseDate - SOAP::SOAPDateTime
requiredSellerActionArray - EBay::RequiredSellerActionArrayType
numOfReqSellerActions - SOAP::SOAPInt
paymentHoldReason - EBay::PaymentHoldReasonCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#expectedReleaseDate ⇒ Object
Returns the value of attribute expectedReleaseDate.
-
#numOfReqSellerActions ⇒ Object
Returns the value of attribute numOfReqSellerActions.
-
#paymentHoldReason ⇒ Object
Returns the value of attribute paymentHoldReason.
-
#requiredSellerActionArray ⇒ Object
Returns the value of attribute requiredSellerActionArray.
Instance Method Summary collapse
-
#initialize(expectedReleaseDate = nil, requiredSellerActionArray = nil, numOfReqSellerActions = nil, paymentHoldReason = nil) ⇒ PaymentHoldDetailType
constructor
A new instance of PaymentHoldDetailType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(expectedReleaseDate = nil, requiredSellerActionArray = nil, numOfReqSellerActions = nil, paymentHoldReason = nil) ⇒ PaymentHoldDetailType
Returns a new instance of PaymentHoldDetailType.
28472 28473 28474 28475 28476 28477 28478 |
# File 'lib/eBay.rb', line 28472 def initialize(expectedReleaseDate = nil, requiredSellerActionArray = nil, numOfReqSellerActions = nil, paymentHoldReason = nil) @expectedReleaseDate = expectedReleaseDate @requiredSellerActionArray = requiredSellerActionArray @numOfReqSellerActions = numOfReqSellerActions @paymentHoldReason = paymentHoldReason @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28466 28467 28468 |
# File 'lib/eBay.rb', line 28466 def __xmlele_any @__xmlele_any end |
#expectedReleaseDate ⇒ Object
Returns the value of attribute expectedReleaseDate.
28462 28463 28464 |
# File 'lib/eBay.rb', line 28462 def expectedReleaseDate @expectedReleaseDate end |
#numOfReqSellerActions ⇒ Object
Returns the value of attribute numOfReqSellerActions.
28464 28465 28466 |
# File 'lib/eBay.rb', line 28464 def numOfReqSellerActions @numOfReqSellerActions end |
#paymentHoldReason ⇒ Object
Returns the value of attribute paymentHoldReason.
28465 28466 28467 |
# File 'lib/eBay.rb', line 28465 def paymentHoldReason @paymentHoldReason end |
#requiredSellerActionArray ⇒ Object
Returns the value of attribute requiredSellerActionArray.
28463 28464 28465 |
# File 'lib/eBay.rb', line 28463 def requiredSellerActionArray @requiredSellerActionArray end |
Instance Method Details
#set_any(elements) ⇒ Object
28468 28469 28470 |
# File 'lib/eBay.rb', line 28468 def set_any(elements) @__xmlele_any = elements end |