Class: EBay::PaymentDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsPaymentDetailsType

hoursToDeposit - SOAP::SOAPInt
daysToFullPayment - SOAP::SOAPInt
depositAmount - EBay::AmountType
depositType - EBay::DepositTypeCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PaymentDetailsType.



28447
28448
28449
28450
28451
28452
28453
# File 'lib/eBay.rb', line 28447

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



28441
28442
28443
# File 'lib/eBay.rb', line 28441

def __xmlele_any
  @__xmlele_any
end

#daysToFullPaymentObject

Returns the value of attribute daysToFullPayment.



28438
28439
28440
# File 'lib/eBay.rb', line 28438

def daysToFullPayment
  @daysToFullPayment
end

#depositAmountObject

Returns the value of attribute depositAmount.



28439
28440
28441
# File 'lib/eBay.rb', line 28439

def depositAmount
  @depositAmount
end

#depositTypeObject

Returns the value of attribute depositType.



28440
28441
28442
# File 'lib/eBay.rb', line 28440

def depositType
  @depositType
end

#hoursToDepositObject

Returns the value of attribute hoursToDeposit.



28437
28438
28439
# File 'lib/eBay.rb', line 28437

def hoursToDeposit
  @hoursToDeposit
end

Instance Method Details

#set_any(elements) ⇒ Object



28443
28444
28445
# File 'lib/eBay.rb', line 28443

def set_any(elements)
  @__xmlele_any = elements
end