Class: PaymentDetailsType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsPaymentDetailsType

Constant Summary collapse

@@schema_type =
"PaymentDetailsType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["hoursToDeposit", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HoursToDeposit")]],
  ["daysToFullPayment", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DaysToFullPayment")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(hoursToDeposit = nil, daysToFullPayment = nil) ⇒ PaymentDetailsType

Returns a new instance of PaymentDetailsType.



20580
20581
20582
20583
20584
# File 'lib/eBay.rb', line 20580

def initialize(hoursToDeposit = nil, daysToFullPayment = nil)
  @hoursToDeposit = hoursToDeposit
  @daysToFullPayment = daysToFullPayment
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



20574
20575
20576
# File 'lib/eBay.rb', line 20574

def __xmlele_any
  @__xmlele_any
end

#daysToFullPaymentObject

Returns the value of attribute daysToFullPayment.



20573
20574
20575
# File 'lib/eBay.rb', line 20573

def daysToFullPayment
  @daysToFullPayment
end

#hoursToDepositObject

Returns the value of attribute hoursToDeposit.



20572
20573
20574
# File 'lib/eBay.rb', line 20572

def hoursToDeposit
  @hoursToDeposit
end

Instance Method Details

#set_any(elements) ⇒ Object



20576
20577
20578
# File 'lib/eBay.rb', line 20576

def set_any(elements)
  @__xmlele_any = elements
end