Class: PaymentMeansType
- Inherits:
-
Object
- Object
- PaymentMeansType
- Defined in:
- lib/paypal-business/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsPaymentMeansType
Constant Summary collapse
- @@schema_type =
"PaymentMeansType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["typeCodeID", ["SellerPaymentMethodCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TypeCodeID")]] ]
Instance Attribute Summary collapse
-
#typeCodeID ⇒ Object
Returns the value of attribute typeCodeID.
Instance Method Summary collapse
-
#initialize(typeCodeID = nil) ⇒ PaymentMeansType
constructor
A new instance of PaymentMeansType.
Constructor Details
#initialize(typeCodeID = nil) ⇒ PaymentMeansType
Returns a new instance of PaymentMeansType.
2791 2792 2793 |
# File 'lib/paypal-business/default.rb', line 2791 def initialize(typeCodeID = nil) @typeCodeID = typeCodeID end |
Instance Attribute Details
#typeCodeID ⇒ Object
Returns the value of attribute typeCodeID.
2789 2790 2791 |
# File 'lib/paypal-business/default.rb', line 2789 def typeCodeID @typeCodeID end |