Class: EBay::PaymentsInformationType
- Inherits:
-
Object
- Object
- EBay::PaymentsInformationType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPaymentsInformationType
payments - EBay::PaymentInformationType
refunds - EBay::RefundInformationType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#payments ⇒ Object
Returns the value of attribute payments.
-
#refunds ⇒ Object
Returns the value of attribute refunds.
Instance Method Summary collapse
-
#initialize(payments = nil, refunds = nil) ⇒ PaymentsInformationType
constructor
A new instance of PaymentsInformationType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(payments = nil, refunds = nil) ⇒ PaymentsInformationType
Returns a new instance of PaymentsInformationType.
28666 28667 28668 28669 28670 |
# File 'lib/eBay.rb', line 28666 def initialize(payments = nil, refunds = nil) @payments = payments @refunds = refunds @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28660 28661 28662 |
# File 'lib/eBay.rb', line 28660 def __xmlele_any @__xmlele_any end |
#payments ⇒ Object
Returns the value of attribute payments.
28658 28659 28660 |
# File 'lib/eBay.rb', line 28658 def payments @payments end |
#refunds ⇒ Object
Returns the value of attribute refunds.
28659 28660 28661 |
# File 'lib/eBay.rb', line 28659 def refunds @refunds end |
Instance Method Details
#set_any(elements) ⇒ Object
28662 28663 28664 |
# File 'lib/eBay.rb', line 28662 def set_any(elements) @__xmlele_any = elements end |