Class: BAUpdateResponseDetailsType
- Inherits:
-
Object
- Object
- BAUpdateResponseDetailsType
- 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
-
#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.
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
#merchantPullInfo ⇒ Object
Returns the value of attribute merchantPullInfo.
3262 3263 3264 |
# File 'lib/v_paypal/default.rb', line 3262 def merchantPullInfo @merchantPullInfo end |
#mpID ⇒ Object
Returns the value of attribute mpID.
3260 3261 3262 |
# File 'lib/v_paypal/default.rb', line 3260 def mpID @mpID end |
#payerInfo ⇒ Object
Returns the value of attribute payerInfo.
3261 3262 3263 |
# File 'lib/v_paypal/default.rb', line 3261 def payerInfo @payerInfo end |