Class: EBay::PaymentHoldDetailType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



28466
28467
28468
# File 'lib/eBay.rb', line 28466

def __xmlele_any
  @__xmlele_any
end

#expectedReleaseDateObject

Returns the value of attribute expectedReleaseDate.



28462
28463
28464
# File 'lib/eBay.rb', line 28462

def expectedReleaseDate
  @expectedReleaseDate
end

#numOfReqSellerActionsObject

Returns the value of attribute numOfReqSellerActions.



28464
28465
28466
# File 'lib/eBay.rb', line 28464

def numOfReqSellerActions
  @numOfReqSellerActions
end

#paymentHoldReasonObject

Returns the value of attribute paymentHoldReason.



28465
28466
28467
# File 'lib/eBay.rb', line 28465

def paymentHoldReason
  @paymentHoldReason
end

#requiredSellerActionArrayObject

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