Class: PaymentType

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

Instance Method Summary collapse

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

#paymentMeansObject

Returns the value of attribute paymentMeans.



2804
2805
2806
# File 'lib/paypal-business/default.rb', line 2804

def paymentMeans
  @paymentMeans
end