Class: MerchantPullInfoType
- Inherits:
-
Object
- Object
- MerchantPullInfoType
- Defined in:
- lib/paypal-business/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsMerchantPullInfoType
Constant Summary collapse
- @@schema_type =
"MerchantPullInfoType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["mpStatus", ["MerchantPullStatusCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MpStatus")]], ["mpMax", ["BasicAmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MpMax")]], ["mpCustom", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MpCustom")]], ["desc", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Desc")]], ["invoice", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Invoice")]], ["custom", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Custom")]], ["paymentSourceID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaymentSourceID")]] ]
Instance Attribute Summary collapse
-
#custom ⇒ Object
Returns the value of attribute custom.
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#invoice ⇒ Object
Returns the value of attribute invoice.
-
#mpCustom ⇒ Object
Returns the value of attribute mpCustom.
-
#mpMax ⇒ Object
Returns the value of attribute mpMax.
-
#mpStatus ⇒ Object
Returns the value of attribute mpStatus.
-
#paymentSourceID ⇒ Object
Returns the value of attribute paymentSourceID.
Instance Method Summary collapse
-
#initialize(mpStatus = nil, mpMax = nil, mpCustom = nil, desc = nil, invoice = nil, custom = nil, paymentSourceID = nil) ⇒ MerchantPullInfoType
constructor
A new instance of MerchantPullInfoType.
Constructor Details
#initialize(mpStatus = nil, mpMax = nil, mpCustom = nil, desc = nil, invoice = nil, custom = nil, paymentSourceID = nil) ⇒ MerchantPullInfoType
Returns a new instance of MerchantPullInfoType.
3494 3495 3496 3497 3498 3499 3500 3501 3502 |
# File 'lib/paypal-business/default.rb', line 3494 def initialize(mpStatus = nil, mpMax = nil, mpCustom = nil, desc = nil, invoice = nil, custom = nil, paymentSourceID = nil) @mpStatus = mpStatus @mpMax = mpMax @mpCustom = mpCustom @desc = desc @invoice = invoice @custom = custom @paymentSourceID = paymentSourceID end |
Instance Attribute Details
#custom ⇒ Object
Returns the value of attribute custom.
3491 3492 3493 |
# File 'lib/paypal-business/default.rb', line 3491 def custom @custom end |
#desc ⇒ Object
Returns the value of attribute desc.
3489 3490 3491 |
# File 'lib/paypal-business/default.rb', line 3489 def desc @desc end |
#invoice ⇒ Object
Returns the value of attribute invoice.
3490 3491 3492 |
# File 'lib/paypal-business/default.rb', line 3490 def invoice @invoice end |
#mpCustom ⇒ Object
Returns the value of attribute mpCustom.
3488 3489 3490 |
# File 'lib/paypal-business/default.rb', line 3488 def mpCustom @mpCustom end |
#mpMax ⇒ Object
Returns the value of attribute mpMax.
3487 3488 3489 |
# File 'lib/paypal-business/default.rb', line 3487 def mpMax @mpMax end |
#mpStatus ⇒ Object
Returns the value of attribute mpStatus.
3486 3487 3488 |
# File 'lib/paypal-business/default.rb', line 3486 def mpStatus @mpStatus end |
#paymentSourceID ⇒ Object
Returns the value of attribute paymentSourceID.
3492 3493 3494 |
# File 'lib/paypal-business/default.rb', line 3492 def paymentSourceID @paymentSourceID end |