Class: EBay::SellereBayPaymentProcessConsentCodeType
- Inherits:
-
Object
- Object
- EBay::SellereBayPaymentProcessConsentCodeType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellereBayPaymentProcessConsentCodeType
payoutMethodSet - SOAP::SOAPBoolean
payoutMethod - EBay::PayoutMethodType
userAgreementInfo - EBay::UserAgreementInfoType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#payoutMethod ⇒ Object
Returns the value of attribute payoutMethod.
-
#payoutMethodSet ⇒ Object
Returns the value of attribute payoutMethodSet.
-
#userAgreementInfo ⇒ Object
Returns the value of attribute userAgreementInfo.
Instance Method Summary collapse
-
#initialize(payoutMethodSet = nil, payoutMethod = nil, userAgreementInfo = []) ⇒ SellereBayPaymentProcessConsentCodeType
constructor
A new instance of SellereBayPaymentProcessConsentCodeType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(payoutMethodSet = nil, payoutMethod = nil, userAgreementInfo = []) ⇒ SellereBayPaymentProcessConsentCodeType
Returns a new instance of SellereBayPaymentProcessConsentCodeType.
31498 31499 31500 31501 31502 31503 |
# File 'lib/eBay.rb', line 31498 def initialize(payoutMethodSet = nil, payoutMethod = nil, userAgreementInfo = []) @payoutMethodSet = payoutMethodSet @payoutMethod = payoutMethod @userAgreementInfo = userAgreementInfo @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
31492 31493 31494 |
# File 'lib/eBay.rb', line 31492 def __xmlele_any @__xmlele_any end |
#payoutMethod ⇒ Object
Returns the value of attribute payoutMethod.
31490 31491 31492 |
# File 'lib/eBay.rb', line 31490 def payoutMethod @payoutMethod end |
#payoutMethodSet ⇒ Object
Returns the value of attribute payoutMethodSet.
31489 31490 31491 |
# File 'lib/eBay.rb', line 31489 def payoutMethodSet @payoutMethodSet end |
#userAgreementInfo ⇒ Object
Returns the value of attribute userAgreementInfo.
31491 31492 31493 |
# File 'lib/eBay.rb', line 31491 def userAgreementInfo @userAgreementInfo end |
Instance Method Details
#set_any(elements) ⇒ Object
31494 31495 31496 |
# File 'lib/eBay.rb', line 31494 def set_any(elements) @__xmlele_any = elements end |