Class: EBay::EBayPaymentMismatchDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentseBayPaymentMismatchDetailsType

mismatchType - EBay::MismatchTypeCodeType
actionRequiredBy - SOAP::SOAPDateTime
mismatchAmount - EBay::AmountType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(mismatchType = nil, actionRequiredBy = nil, mismatchAmount = nil) ⇒ EBayPaymentMismatchDetailsType

Returns a new instance of EBayPaymentMismatchDetailsType.



35987
35988
35989
35990
35991
35992
# File 'lib/eBay.rb', line 35987

def initialize(mismatchType = nil, actionRequiredBy = nil, mismatchAmount = nil)
  @mismatchType = mismatchType
  @actionRequiredBy = actionRequiredBy
  @mismatchAmount = mismatchAmount
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



35981
35982
35983
# File 'lib/eBay.rb', line 35981

def __xmlele_any
  @__xmlele_any
end

#actionRequiredByObject

Returns the value of attribute actionRequiredBy.



35979
35980
35981
# File 'lib/eBay.rb', line 35979

def actionRequiredBy
  @actionRequiredBy
end

#mismatchAmountObject

Returns the value of attribute mismatchAmount.



35980
35981
35982
# File 'lib/eBay.rb', line 35980

def mismatchAmount
  @mismatchAmount
end

#mismatchTypeObject

Returns the value of attribute mismatchType.



35978
35979
35980
# File 'lib/eBay.rb', line 35978

def mismatchType
  @mismatchType
end

Instance Method Details

#set_any(elements) ⇒ Object



35983
35984
35985
# File 'lib/eBay.rb', line 35983

def set_any(elements)
  @__xmlele_any = elements
end