Class: BAUpdateResponseDetailsType

Inherits:
Object
  • Object
show all
Defined in:
lib/paypal-business/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.



3444
3445
3446
3447
3448
# File 'lib/paypal-business/default.rb', line 3444

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.



3442
3443
3444
# File 'lib/paypal-business/default.rb', line 3442

def merchantPullInfo
  @merchantPullInfo
end

#mpIDObject

Returns the value of attribute mpID.



3440
3441
3442
# File 'lib/paypal-business/default.rb', line 3440

def mpID
  @mpID
end

#payerInfoObject

Returns the value of attribute payerInfo.



3441
3442
3443
# File 'lib/paypal-business/default.rb', line 3441

def payerInfo
  @payerInfo
end