Class: PaymentType
- Inherits:
-
Object
- Object
- PaymentType
- Defined in:
- lib/paypal-business/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsPaymentType
Constant Summary collapse
- @@schema_type =
"PaymentType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["paymentMeans", ["PaymentMeansType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaymentMeans")]] ]
Instance Attribute Summary collapse
-
#paymentMeans ⇒ Object
Returns the value of attribute paymentMeans.
Instance Method Summary collapse
-
#initialize(paymentMeans = nil) ⇒ PaymentType
constructor
A new instance of PaymentType.
Constructor Details
#initialize(paymentMeans = nil) ⇒ PaymentType
Returns a new instance of PaymentType.
2806 2807 2808 |
# File 'lib/paypal-business/default.rb', line 2806 def initialize(paymentMeans = nil) @paymentMeans = paymentMeans end |
Instance Attribute Details
#paymentMeans ⇒ Object
Returns the value of attribute paymentMeans.
2804 2805 2806 |
# File 'lib/paypal-business/default.rb', line 2804 def paymentMeans @paymentMeans end |