Class: EBay::IntegratedMerchantCreditCardInfoType

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

Overview

urn:ebay:apis:eBLBaseComponentsIntegratedMerchantCreditCardInfoType

supportedSite - EBay::SiteCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(supportedSite = []) ⇒ IntegratedMerchantCreditCardInfoType

Returns a new instance of IntegratedMerchantCreditCardInfoType.



25026
25027
25028
25029
# File 'lib/eBay.rb', line 25026

def initialize(supportedSite = [])
  @supportedSite = supportedSite
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25020
25021
25022
# File 'lib/eBay.rb', line 25020

def __xmlele_any
  @__xmlele_any
end

#supportedSiteObject

Returns the value of attribute supportedSite.



25019
25020
25021
# File 'lib/eBay.rb', line 25019

def supportedSite
  @supportedSite
end

Instance Method Details

#set_any(elements) ⇒ Object



25022
25023
25024
# File 'lib/eBay.rb', line 25022

def set_any(elements)
  @__xmlele_any = elements
end