Class: PaymentType

Inherits:
Object
  • Object
show all
Defined in:
lib/v_paypal/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

Instance Method Summary collapse

Constructor Details

#initialize(paymentMeans = nil) ⇒ PaymentType

Returns a new instance of PaymentType.



2626
2627
2628
# File 'lib/v_paypal/default.rb', line 2626

def initialize(paymentMeans = nil)
  @paymentMeans = paymentMeans
end

Instance Attribute Details

#paymentMeansObject

Returns the value of attribute paymentMeans.



2624
2625
2626
# File 'lib/v_paypal/default.rb', line 2624

def paymentMeans
  @paymentMeans
end