Class: PaymentDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsPaymentDetailsType

hoursToDeposit - SOAP::SOAPInt
daysToFullPayment - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PaymentDetailsType.



22078
22079
22080
22081
22082
# File 'lib/eBay.rb', line 22078

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.



22072
22073
22074
# File 'lib/eBay.rb', line 22072

def __xmlele_any
  @__xmlele_any
end

#daysToFullPaymentObject

Returns the value of attribute daysToFullPayment.



22071
22072
22073
# File 'lib/eBay.rb', line 22071

def daysToFullPayment
  @daysToFullPayment
end

#hoursToDepositObject

Returns the value of attribute hoursToDeposit.



22070
22071
22072
# File 'lib/eBay.rb', line 22070

def hoursToDeposit
  @hoursToDeposit
end

Instance Method Details

#set_any(elements) ⇒ Object



22074
22075
22076
# File 'lib/eBay.rb', line 22074

def set_any(elements)
  @__xmlele_any = elements
end