Class: PaymentMeansType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#typeCodeIDObject

Returns the value of attribute typeCodeID.



2789
2790
2791
# File 'lib/paypal-business/default.rb', line 2789

def typeCodeID
  @typeCodeID
end