Class: BAUpdateResponseDetailsType
- Inherits:
-
Object
- Object
- BAUpdateResponseDetailsType
- 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
-
#merchantPullInfo ⇒ Object
Returns the value of attribute merchantPullInfo.
-
#mpID ⇒ Object
Returns the value of attribute mpID.
-
#payerInfo ⇒ Object
Returns the value of attribute payerInfo.
Instance Method Summary collapse
-
#initialize(mpID = nil, payerInfo = nil, merchantPullInfo = nil) ⇒ BAUpdateResponseDetailsType
constructor
A new instance of BAUpdateResponseDetailsType.
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
#merchantPullInfo ⇒ Object
Returns the value of attribute merchantPullInfo.
3442 3443 3444 |
# File 'lib/paypal-business/default.rb', line 3442 def merchantPullInfo @merchantPullInfo end |
#mpID ⇒ Object
Returns the value of attribute mpID.
3440 3441 3442 |
# File 'lib/paypal-business/default.rb', line 3440 def mpID @mpID end |
#payerInfo ⇒ Object
Returns the value of attribute payerInfo.
3441 3442 3443 |
# File 'lib/paypal-business/default.rb', line 3441 def payerInfo @payerInfo end |