Class: BAUpdateResponseDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsBAUpdateResponseDetailsType

Constant Summary collapse

@@schema_type =
"BAUpdateResponseDetailsType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["mpID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MpID")]],
  ["payerInfo", ["PayerInfoType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PayerInfo")]],
  ["merchantPullInfo", ["MerchantPullInfoType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MerchantPullInfo")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(mpID = nil, payerInfo = nil, merchantPullInfo = nil) ⇒ BAUpdateResponseDetailsType

Returns a new instance of BAUpdateResponseDetailsType.



3264
3265
3266
3267
3268
# File 'lib/v_paypal/default.rb', line 3264

def initialize(mpID = nil, payerInfo = nil, merchantPullInfo = nil)
  @mpID = mpID
  @payerInfo = payerInfo
  @merchantPullInfo = merchantPullInfo
end

Instance Attribute Details

#merchantPullInfoObject

Returns the value of attribute merchantPullInfo.



3262
3263
3264
# File 'lib/v_paypal/default.rb', line 3262

def merchantPullInfo
  @merchantPullInfo
end

#mpIDObject

Returns the value of attribute mpID.



3260
3261
3262
# File 'lib/v_paypal/default.rb', line 3260

def mpID
  @mpID
end

#payerInfoObject

Returns the value of attribute payerInfo.



3261
3262
3263
# File 'lib/v_paypal/default.rb', line 3261

def payerInfo
  @payerInfo
end