Class: VATDetailsType
- Inherits:
-
Object
- Object
- VATDetailsType
- Defined in:
- lib/v_paypal/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsVATDetailsType
Constant Summary collapse
- @@schema_type =
"VATDetailsType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["businessSeller", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BusinessSeller")]], ["restrictedToBusiness", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RestrictedToBusiness")]], ["vATPercent", ["SOAP::SOAPFloat", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "VATPercent")]] ]
Instance Attribute Summary collapse
-
#businessSeller ⇒ Object
Returns the value of attribute businessSeller.
-
#restrictedToBusiness ⇒ Object
Returns the value of attribute restrictedToBusiness.
-
#vATPercent ⇒ Object
Returns the value of attribute vATPercent.
Instance Method Summary collapse
-
#initialize(businessSeller = nil, restrictedToBusiness = nil, vATPercent = nil) ⇒ VATDetailsType
constructor
A new instance of VATDetailsType.
Constructor Details
#initialize(businessSeller = nil, restrictedToBusiness = nil, vATPercent = nil) ⇒ VATDetailsType
Returns a new instance of VATDetailsType.
2738 2739 2740 2741 2742 |
# File 'lib/v_paypal/default.rb', line 2738 def initialize(businessSeller = nil, restrictedToBusiness = nil, vATPercent = nil) @businessSeller = businessSeller @restrictedToBusiness = restrictedToBusiness @vATPercent = vATPercent end |
Instance Attribute Details
#businessSeller ⇒ Object
Returns the value of attribute businessSeller.
2734 2735 2736 |
# File 'lib/v_paypal/default.rb', line 2734 def businessSeller @businessSeller end |
#restrictedToBusiness ⇒ Object
Returns the value of attribute restrictedToBusiness.
2735 2736 2737 |
# File 'lib/v_paypal/default.rb', line 2735 def restrictedToBusiness @restrictedToBusiness end |
#vATPercent ⇒ Object
Returns the value of attribute vATPercent.
2736 2737 2738 |
# File 'lib/v_paypal/default.rb', line 2736 def vATPercent @vATPercent end |