Class: EBay::EBayPaymentMismatchDetailsType
- Inherits:
-
Object
- Object
- EBay::EBayPaymentMismatchDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentseBayPaymentMismatchDetailsType
mismatchType - EBay::MismatchTypeCodeType
actionRequiredBy - SOAP::SOAPDateTime
mismatchAmount - EBay::AmountType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#actionRequiredBy ⇒ Object
Returns the value of attribute actionRequiredBy.
-
#mismatchAmount ⇒ Object
Returns the value of attribute mismatchAmount.
-
#mismatchType ⇒ Object
Returns the value of attribute mismatchType.
Instance Method Summary collapse
-
#initialize(mismatchType = nil, actionRequiredBy = nil, mismatchAmount = nil) ⇒ EBayPaymentMismatchDetailsType
constructor
A new instance of EBayPaymentMismatchDetailsType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
35981 35982 35983 |
# File 'lib/eBay.rb', line 35981 def __xmlele_any @__xmlele_any end |
#actionRequiredBy ⇒ Object
Returns the value of attribute actionRequiredBy.
35979 35980 35981 |
# File 'lib/eBay.rb', line 35979 def actionRequiredBy @actionRequiredBy end |
#mismatchAmount ⇒ Object
Returns the value of attribute mismatchAmount.
35980 35981 35982 |
# File 'lib/eBay.rb', line 35980 def mismatchAmount @mismatchAmount end |
#mismatchType ⇒ Object
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 |