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.



15890
15891
15892
15893
15894
# File 'lib/eBay.rb', line 15890

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.



15884
15885
15886
# File 'lib/eBay.rb', line 15884

def __xmlele_any
  @__xmlele_any
end

#daysToFullPaymentObject

Returns the value of attribute daysToFullPayment.



15883
15884
15885
# File 'lib/eBay.rb', line 15883

def daysToFullPayment
  @daysToFullPayment
end

#hoursToDepositObject

Returns the value of attribute hoursToDeposit.



15882
15883
15884
# File 'lib/eBay.rb', line 15882

def hoursToDeposit
  @hoursToDeposit
end

Instance Method Details

#set_any(elements) ⇒ Object



15886
15887
15888
# File 'lib/eBay.rb', line 15886

def set_any(elements)
  @__xmlele_any = elements
end