Class: EBay::SellerPaymentProfileType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellerPaymentProfileType

paymentProfileID - SOAP::SOAPLong
paymentProfileName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(paymentProfileID = nil, paymentProfileName = nil) ⇒ SellerPaymentProfileType

Returns a new instance of SellerPaymentProfileType.



31136
31137
31138
31139
31140
# File 'lib/eBay.rb', line 31136

def initialize(paymentProfileID = nil, paymentProfileName = nil)
  @paymentProfileID = paymentProfileID
  @paymentProfileName = paymentProfileName
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



31130
31131
31132
# File 'lib/eBay.rb', line 31130

def __xmlele_any
  @__xmlele_any
end

#paymentProfileIDObject

Returns the value of attribute paymentProfileID.



31128
31129
31130
# File 'lib/eBay.rb', line 31128

def paymentProfileID
  @paymentProfileID
end

#paymentProfileNameObject

Returns the value of attribute paymentProfileName.



31129
31130
31131
# File 'lib/eBay.rb', line 31129

def paymentProfileName
  @paymentProfileName
end

Instance Method Details

#set_any(elements) ⇒ Object



31132
31133
31134
# File 'lib/eBay.rb', line 31132

def set_any(elements)
  @__xmlele_any = elements
end