Class: EnterBoardingRequestDetailsType
- Inherits:
-
Object
- Object
- EnterBoardingRequestDetailsType
- Defined in:
- lib/paypal-business/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsEnterBoardingRequestDetailsType
Constant Summary collapse
- @@schema_type =
"EnterBoardingRequestDetailsType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["programCode", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProgramCode")]], ["productList", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProductList")]], ["partnerCustom", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PartnerCustom")]], ["imageUrl", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ImageUrl")]], ["marketingCategory", ["MarketingCategoryType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MarketingCategory")]], ["businessInfo", ["BusinessInfoType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BusinessInfo")]], ["ownerInfo", ["BusinessOwnerInfoType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "OwnerInfo")]], ["bankAccount", ["BankAccountDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BankAccount")]] ]
Instance Attribute Summary collapse
-
#bankAccount ⇒ Object
Returns the value of attribute bankAccount.
-
#businessInfo ⇒ Object
Returns the value of attribute businessInfo.
-
#imageUrl ⇒ Object
Returns the value of attribute imageUrl.
-
#marketingCategory ⇒ Object
Returns the value of attribute marketingCategory.
-
#ownerInfo ⇒ Object
Returns the value of attribute ownerInfo.
-
#partnerCustom ⇒ Object
Returns the value of attribute partnerCustom.
-
#productList ⇒ Object
Returns the value of attribute productList.
-
#programCode ⇒ Object
Returns the value of attribute programCode.
Instance Method Summary collapse
-
#initialize(programCode = nil, productList = nil, partnerCustom = nil, imageUrl = nil, marketingCategory = nil, businessInfo = nil, ownerInfo = nil, bankAccount = nil) ⇒ EnterBoardingRequestDetailsType
constructor
A new instance of EnterBoardingRequestDetailsType.
Constructor Details
#initialize(programCode = nil, productList = nil, partnerCustom = nil, imageUrl = nil, marketingCategory = nil, businessInfo = nil, ownerInfo = nil, bankAccount = nil) ⇒ EnterBoardingRequestDetailsType
Returns a new instance of EnterBoardingRequestDetailsType.
4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 |
# File 'lib/paypal-business/default.rb', line 4124 def initialize(programCode = nil, productList = nil, partnerCustom = nil, imageUrl = nil, marketingCategory = nil, businessInfo = nil, ownerInfo = nil, bankAccount = nil) @programCode = programCode @productList = productList @partnerCustom = partnerCustom @imageUrl = imageUrl @marketingCategory = marketingCategory @businessInfo = businessInfo @ownerInfo = ownerInfo @bankAccount = bankAccount end |
Instance Attribute Details
#bankAccount ⇒ Object
Returns the value of attribute bankAccount.
4122 4123 4124 |
# File 'lib/paypal-business/default.rb', line 4122 def bankAccount @bankAccount end |
#businessInfo ⇒ Object
Returns the value of attribute businessInfo.
4120 4121 4122 |
# File 'lib/paypal-business/default.rb', line 4120 def businessInfo @businessInfo end |
#imageUrl ⇒ Object
Returns the value of attribute imageUrl.
4118 4119 4120 |
# File 'lib/paypal-business/default.rb', line 4118 def imageUrl @imageUrl end |
#marketingCategory ⇒ Object
Returns the value of attribute marketingCategory.
4119 4120 4121 |
# File 'lib/paypal-business/default.rb', line 4119 def marketingCategory @marketingCategory end |
#ownerInfo ⇒ Object
Returns the value of attribute ownerInfo.
4121 4122 4123 |
# File 'lib/paypal-business/default.rb', line 4121 def ownerInfo @ownerInfo end |
#partnerCustom ⇒ Object
Returns the value of attribute partnerCustom.
4117 4118 4119 |
# File 'lib/paypal-business/default.rb', line 4117 def partnerCustom @partnerCustom end |
#productList ⇒ Object
Returns the value of attribute productList.
4116 4117 4118 |
# File 'lib/paypal-business/default.rb', line 4116 def productList @productList end |
#programCode ⇒ Object
Returns the value of attribute programCode.
4115 4116 4117 |
# File 'lib/paypal-business/default.rb', line 4115 def programCode @programCode end |