Class: SellerPaymentType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsSellerPaymentType

itemID - (any)
transactionID - SOAP::SOAPString
orderID - (any)
sellerInventoryID - SOAP::SOAPString
privateNotes - SOAP::SOAPString
externalProductID - ExternalProductIDType
title - SOAP::SOAPString
paymentType - PaymentTypeCodeType
transactionPrice - AmountType
shippingReimbursement - AmountType
commission - AmountType
amountPaid - AmountType
paidTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(itemID = nil, transactionID = nil, orderID = nil, sellerInventoryID = nil, privateNotes = nil, externalProductID = nil, title = nil, paymentType = nil, transactionPrice = nil, shippingReimbursement = nil, commission = nil, amountPaid = nil, paidTime = nil) ⇒ SellerPaymentType

Returns a new instance of SellerPaymentType.



23614
23615
23616
23617
23618
23619
23620
23621
23622
23623
23624
23625
23626
23627
23628
23629
# File 'lib/eBay.rb', line 23614

def initialize(itemID = nil, transactionID = nil, orderID = nil, sellerInventoryID = nil, privateNotes = nil, externalProductID = nil, title = nil, paymentType = nil, transactionPrice = nil, shippingReimbursement = nil, commission = nil, amountPaid = nil, paidTime = nil)
  @itemID = itemID
  @transactionID = transactionID
  @orderID = orderID
  @sellerInventoryID = sellerInventoryID
  @privateNotes = privateNotes
  @externalProductID = externalProductID
  @title = title
  @paymentType = paymentType
  @transactionPrice = transactionPrice
  @shippingReimbursement = shippingReimbursement
  @commission = commission
  @amountPaid = amountPaid
  @paidTime = paidTime
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23608
23609
23610
# File 'lib/eBay.rb', line 23608

def __xmlele_any
  @__xmlele_any
end

#amountPaidObject

Returns the value of attribute amountPaid.



23606
23607
23608
# File 'lib/eBay.rb', line 23606

def amountPaid
  @amountPaid
end

#commissionObject

Returns the value of attribute commission.



23605
23606
23607
# File 'lib/eBay.rb', line 23605

def commission
  @commission
end

#externalProductIDObject

Returns the value of attribute externalProductID.



23600
23601
23602
# File 'lib/eBay.rb', line 23600

def externalProductID
  @externalProductID
end

#itemIDObject

Returns the value of attribute itemID.



23595
23596
23597
# File 'lib/eBay.rb', line 23595

def itemID
  @itemID
end

#orderIDObject

Returns the value of attribute orderID.



23597
23598
23599
# File 'lib/eBay.rb', line 23597

def orderID
  @orderID
end

#paidTimeObject

Returns the value of attribute paidTime.



23607
23608
23609
# File 'lib/eBay.rb', line 23607

def paidTime
  @paidTime
end

#paymentTypeObject

Returns the value of attribute paymentType.



23602
23603
23604
# File 'lib/eBay.rb', line 23602

def paymentType
  @paymentType
end

#privateNotesObject

Returns the value of attribute privateNotes.



23599
23600
23601
# File 'lib/eBay.rb', line 23599

def privateNotes
  @privateNotes
end

#sellerInventoryIDObject

Returns the value of attribute sellerInventoryID.



23598
23599
23600
# File 'lib/eBay.rb', line 23598

def sellerInventoryID
  @sellerInventoryID
end

#shippingReimbursementObject

Returns the value of attribute shippingReimbursement.



23604
23605
23606
# File 'lib/eBay.rb', line 23604

def shippingReimbursement
  @shippingReimbursement
end

#titleObject

Returns the value of attribute title.



23601
23602
23603
# File 'lib/eBay.rb', line 23601

def title
  @title
end

#transactionIDObject

Returns the value of attribute transactionID.



23596
23597
23598
# File 'lib/eBay.rb', line 23596

def transactionID
  @transactionID
end

#transactionPriceObject

Returns the value of attribute transactionPrice.



23603
23604
23605
# File 'lib/eBay.rb', line 23603

def transactionPrice
  @transactionPrice
end

Instance Method Details

#set_any(elements) ⇒ Object



23610
23611
23612
# File 'lib/eBay.rb', line 23610

def set_any(elements)
  @__xmlele_any = elements
end