Class: SetExpressCheckoutRequestDetailsType
- Inherits:
-
Object
- Object
- SetExpressCheckoutRequestDetailsType
- Defined in:
- lib/paypal-business/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsSetExpressCheckoutRequestDetailsType
Constant Summary collapse
- @@schema_type =
"SetExpressCheckoutRequestDetailsType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["orderTotal", ["BasicAmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "OrderTotal")]], ["returnURL", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ReturnURL")]], ["cancelURL", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CancelURL")]], ["token", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Token")]], ["maxAmount", ["BasicAmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MaxAmount")]], ["orderDescription", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "OrderDescription")]], ["custom", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Custom")]], ["invoiceID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvoiceID")]], ["reqConfirmShipping", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ReqConfirmShipping")]], ["noShipping", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NoShipping")]], ["addressOverride", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AddressOverride")]], ["localeCode", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LocaleCode")]], ["pageStyle", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PageStyle")]], ["cpp_header_image", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "cpp-header-image")]], ["cpp_header_border_color", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "cpp-header-border-color")]], ["cpp_header_back_color", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "cpp-header-back-color")]], ["cpp_payflow_color", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "cpp-payflow-color")]], ["address", ["AddressType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Address")]], ["paymentAction", ["PaymentActionCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaymentAction")]], ["buyerEmail", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BuyerEmail")]] ]
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#addressOverride ⇒ Object
Returns the value of attribute addressOverride.
-
#buyerEmail ⇒ Object
Returns the value of attribute buyerEmail.
-
#cancelURL ⇒ Object
Returns the value of attribute cancelURL.
-
#cpp_header_back_color ⇒ Object
Returns the value of attribute cpp_header_back_color.
-
#cpp_header_border_color ⇒ Object
Returns the value of attribute cpp_header_border_color.
-
#cpp_header_image ⇒ Object
Returns the value of attribute cpp_header_image.
-
#cpp_payflow_color ⇒ Object
Returns the value of attribute cpp_payflow_color.
-
#custom ⇒ Object
Returns the value of attribute custom.
-
#invoiceID ⇒ Object
Returns the value of attribute invoiceID.
-
#localeCode ⇒ Object
Returns the value of attribute localeCode.
-
#maxAmount ⇒ Object
Returns the value of attribute maxAmount.
-
#noShipping ⇒ Object
Returns the value of attribute noShipping.
-
#orderDescription ⇒ Object
Returns the value of attribute orderDescription.
-
#orderTotal ⇒ Object
Returns the value of attribute orderTotal.
-
#pageStyle ⇒ Object
Returns the value of attribute pageStyle.
-
#paymentAction ⇒ Object
Returns the value of attribute paymentAction.
-
#reqConfirmShipping ⇒ Object
Returns the value of attribute reqConfirmShipping.
-
#returnURL ⇒ Object
Returns the value of attribute returnURL.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Method Summary collapse
-
#initialize(orderTotal = nil, returnURL = nil, cancelURL = nil, token = nil, maxAmount = nil, orderDescription = nil, custom = nil, invoiceID = nil, reqConfirmShipping = nil, noShipping = nil, addressOverride = nil, localeCode = nil, pageStyle = nil, cpp_header_image = nil, cpp_header_border_color = nil, cpp_header_back_color = nil, cpp_payflow_color = nil, address = nil, paymentAction = nil, buyerEmail = nil) ⇒ SetExpressCheckoutRequestDetailsType
constructor
A new instance of SetExpressCheckoutRequestDetailsType.
Constructor Details
#initialize(orderTotal = nil, returnURL = nil, cancelURL = nil, token = nil, maxAmount = nil, orderDescription = nil, custom = nil, invoiceID = nil, reqConfirmShipping = nil, noShipping = nil, addressOverride = nil, localeCode = nil, pageStyle = nil, cpp_header_image = nil, cpp_header_border_color = nil, cpp_header_back_color = nil, cpp_payflow_color = nil, address = nil, paymentAction = nil, buyerEmail = nil) ⇒ SetExpressCheckoutRequestDetailsType
Returns a new instance of SetExpressCheckoutRequestDetailsType.
3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 |
# File 'lib/paypal-business/default.rb', line 3292 def initialize(orderTotal = nil, returnURL = nil, cancelURL = nil, token = nil, maxAmount = nil, orderDescription = nil, custom = nil, invoiceID = nil, reqConfirmShipping = nil, noShipping = nil, addressOverride = nil, localeCode = nil, pageStyle = nil, cpp_header_image = nil, cpp_header_border_color = nil, cpp_header_back_color = nil, cpp_payflow_color = nil, address = nil, paymentAction = nil, buyerEmail = nil) @orderTotal = orderTotal @returnURL = returnURL @cancelURL = cancelURL @token = token @maxAmount = maxAmount @orderDescription = orderDescription @custom = custom @invoiceID = invoiceID @reqConfirmShipping = reqConfirmShipping @noShipping = noShipping @addressOverride = addressOverride @localeCode = localeCode @pageStyle = pageStyle @cpp_header_image = cpp_header_image @cpp_header_border_color = cpp_header_border_color @cpp_header_back_color = cpp_header_back_color @cpp_payflow_color = cpp_payflow_color @address = address @paymentAction = paymentAction @buyerEmail = buyerEmail end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
3288 3289 3290 |
# File 'lib/paypal-business/default.rb', line 3288 def address @address end |
#addressOverride ⇒ Object
Returns the value of attribute addressOverride.
3281 3282 3283 |
# File 'lib/paypal-business/default.rb', line 3281 def addressOverride @addressOverride end |
#buyerEmail ⇒ Object
Returns the value of attribute buyerEmail.
3290 3291 3292 |
# File 'lib/paypal-business/default.rb', line 3290 def buyerEmail @buyerEmail end |
#cancelURL ⇒ Object
Returns the value of attribute cancelURL.
3273 3274 3275 |
# File 'lib/paypal-business/default.rb', line 3273 def cancelURL @cancelURL end |
#cpp_header_back_color ⇒ Object
Returns the value of attribute cpp_header_back_color.
3286 3287 3288 |
# File 'lib/paypal-business/default.rb', line 3286 def cpp_header_back_color @cpp_header_back_color end |
#cpp_header_border_color ⇒ Object
Returns the value of attribute cpp_header_border_color.
3285 3286 3287 |
# File 'lib/paypal-business/default.rb', line 3285 def cpp_header_border_color @cpp_header_border_color end |
#cpp_header_image ⇒ Object
Returns the value of attribute cpp_header_image.
3284 3285 3286 |
# File 'lib/paypal-business/default.rb', line 3284 def cpp_header_image @cpp_header_image end |
#cpp_payflow_color ⇒ Object
Returns the value of attribute cpp_payflow_color.
3287 3288 3289 |
# File 'lib/paypal-business/default.rb', line 3287 def cpp_payflow_color @cpp_payflow_color end |
#custom ⇒ Object
Returns the value of attribute custom.
3277 3278 3279 |
# File 'lib/paypal-business/default.rb', line 3277 def custom @custom end |
#invoiceID ⇒ Object
Returns the value of attribute invoiceID.
3278 3279 3280 |
# File 'lib/paypal-business/default.rb', line 3278 def invoiceID @invoiceID end |
#localeCode ⇒ Object
Returns the value of attribute localeCode.
3282 3283 3284 |
# File 'lib/paypal-business/default.rb', line 3282 def localeCode @localeCode end |
#maxAmount ⇒ Object
Returns the value of attribute maxAmount.
3275 3276 3277 |
# File 'lib/paypal-business/default.rb', line 3275 def maxAmount @maxAmount end |
#noShipping ⇒ Object
Returns the value of attribute noShipping.
3280 3281 3282 |
# File 'lib/paypal-business/default.rb', line 3280 def noShipping @noShipping end |
#orderDescription ⇒ Object
Returns the value of attribute orderDescription.
3276 3277 3278 |
# File 'lib/paypal-business/default.rb', line 3276 def orderDescription @orderDescription end |
#orderTotal ⇒ Object
Returns the value of attribute orderTotal.
3271 3272 3273 |
# File 'lib/paypal-business/default.rb', line 3271 def orderTotal @orderTotal end |
#pageStyle ⇒ Object
Returns the value of attribute pageStyle.
3283 3284 3285 |
# File 'lib/paypal-business/default.rb', line 3283 def pageStyle @pageStyle end |
#paymentAction ⇒ Object
Returns the value of attribute paymentAction.
3289 3290 3291 |
# File 'lib/paypal-business/default.rb', line 3289 def paymentAction @paymentAction end |
#reqConfirmShipping ⇒ Object
Returns the value of attribute reqConfirmShipping.
3279 3280 3281 |
# File 'lib/paypal-business/default.rb', line 3279 def reqConfirmShipping @reqConfirmShipping end |
#returnURL ⇒ Object
Returns the value of attribute returnURL.
3272 3273 3274 |
# File 'lib/paypal-business/default.rb', line 3272 def returnURL @returnURL end |
#token ⇒ Object
Returns the value of attribute token.
3274 3275 3276 |
# File 'lib/paypal-business/default.rb', line 3274 def token @token end |