Class: EBay::SellereBayPaymentProcessConsentCodeType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellereBayPaymentProcessConsentCodeType

payoutMethodSet - SOAP::SOAPBoolean
payoutMethod - EBay::PayoutMethodType
userAgreementInfo - EBay::UserAgreementInfoType

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



31492
31493
31494
# File 'lib/eBay.rb', line 31492

def __xmlele_any
  @__xmlele_any
end

#payoutMethodObject

Returns the value of attribute payoutMethod.



31490
31491
31492
# File 'lib/eBay.rb', line 31490

def payoutMethod
  @payoutMethod
end

#payoutMethodSetObject

Returns the value of attribute payoutMethodSet.



31489
31490
31491
# File 'lib/eBay.rb', line 31489

def payoutMethodSet
  @payoutMethodSet
end

#userAgreementInfoObject

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