Class: PaymentTransactionSearchResultType
- Inherits:
-
Object
- Object
- PaymentTransactionSearchResultType
- Defined in:
- lib/v_paypal/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsPaymentTransactionSearchResultType
Constant Summary collapse
- @@schema_type =
"PaymentTransactionSearchResultType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]], ["timezone", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timezone")]], ["type", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Type")]], ["payer", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Payer")]], ["payerDisplayName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PayerDisplayName")]], ["transactionID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TransactionID")]], ["status", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Status")]], ["grossAmount", ["BasicAmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "GrossAmount")]], ["feeAmount", ["BasicAmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FeeAmount")]], ["netAmount", ["BasicAmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NetAmount")]] ]
Instance Attribute Summary collapse
-
#feeAmount ⇒ Object
Returns the value of attribute feeAmount.
-
#grossAmount ⇒ Object
Returns the value of attribute grossAmount.
-
#netAmount ⇒ Object
Returns the value of attribute netAmount.
-
#payer ⇒ Object
Returns the value of attribute payer.
-
#payerDisplayName ⇒ Object
Returns the value of attribute payerDisplayName.
-
#status ⇒ Object
Returns the value of attribute status.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#timezone ⇒ Object
Returns the value of attribute timezone.
-
#transactionID ⇒ Object
Returns the value of attribute transactionID.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(timestamp = nil, timezone = nil, type = nil, payer = nil, payerDisplayName = nil, transactionID = nil, status = nil, grossAmount = nil, feeAmount = nil, netAmount = nil) ⇒ PaymentTransactionSearchResultType
constructor
A new instance of PaymentTransactionSearchResultType.
Constructor Details
#initialize(timestamp = nil, timezone = nil, type = nil, payer = nil, payerDisplayName = nil, transactionID = nil, status = nil, grossAmount = nil, feeAmount = nil, netAmount = nil) ⇒ PaymentTransactionSearchResultType
3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 |
# File 'lib/v_paypal/default.rb', line 3353 def initialize( = nil, timezone = nil, type = nil, payer = nil, payerDisplayName = nil, transactionID = nil, status = nil, grossAmount = nil, feeAmount = nil, netAmount = nil) = @timezone = timezone @type = type @payer = payer @payerDisplayName = payerDisplayName @transactionID = transactionID @status = status @grossAmount = grossAmount @feeAmount = feeAmount @netAmount = netAmount end |
Instance Attribute Details
#feeAmount ⇒ Object
Returns the value of attribute feeAmount.
3350 3351 3352 |
# File 'lib/v_paypal/default.rb', line 3350 def feeAmount @feeAmount end |
#grossAmount ⇒ Object
Returns the value of attribute grossAmount.
3349 3350 3351 |
# File 'lib/v_paypal/default.rb', line 3349 def grossAmount @grossAmount end |
#netAmount ⇒ Object
Returns the value of attribute netAmount.
3351 3352 3353 |
# File 'lib/v_paypal/default.rb', line 3351 def netAmount @netAmount end |
#payer ⇒ Object
Returns the value of attribute payer.
3345 3346 3347 |
# File 'lib/v_paypal/default.rb', line 3345 def payer @payer end |
#payerDisplayName ⇒ Object
Returns the value of attribute payerDisplayName.
3346 3347 3348 |
# File 'lib/v_paypal/default.rb', line 3346 def payerDisplayName @payerDisplayName end |
#status ⇒ Object
Returns the value of attribute status.
3348 3349 3350 |
# File 'lib/v_paypal/default.rb', line 3348 def status @status end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
3342 3343 3344 |
# File 'lib/v_paypal/default.rb', line 3342 def end |
#timezone ⇒ Object
Returns the value of attribute timezone.
3343 3344 3345 |
# File 'lib/v_paypal/default.rb', line 3343 def timezone @timezone end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
3347 3348 3349 |
# File 'lib/v_paypal/default.rb', line 3347 def transactionID @transactionID end |
#type ⇒ Object
Returns the value of attribute type.
3344 3345 3346 |
# File 'lib/v_paypal/default.rb', line 3344 def type @type end |