Class: RefundRequest
- Inherits:
-
Object
- Object
- RefundRequest
- Defined in:
- lib/default.rb
Overview
http://fps.amazonaws.com/doc/2007-01-08/RefundRequest callerTokenId - (any) refundSenderTokenId - (any) transactionId - SOAP::SOAPString refundAmount - Amount chargeFeeTo - ChargeFeeTo transactionDate - SOAP::SOAPDateTime callerReference - SOAP::SOAPString refundSenderReference - SOAP::SOAPString refundRecipientReference - SOAP::SOAPString callerDescription - SOAP::SOAPString refundSenderDescription - SOAP::SOAPString refundRecipientDescription - SOAP::SOAPString metaData - SOAP::SOAPString marketplaceRefundPolicy - MarketplaceRefundPolicy
Instance Attribute Summary collapse
-
#callerDescription ⇒ Object
Returns the value of attribute callerDescription.
-
#callerReference ⇒ Object
Returns the value of attribute callerReference.
-
#callerTokenId ⇒ Object
Returns the value of attribute callerTokenId.
-
#chargeFeeTo ⇒ Object
Returns the value of attribute chargeFeeTo.
-
#marketplaceRefundPolicy ⇒ Object
Returns the value of attribute marketplaceRefundPolicy.
-
#metaData ⇒ Object
Returns the value of attribute metaData.
-
#refundAmount ⇒ Object
Returns the value of attribute refundAmount.
-
#refundRecipientDescription ⇒ Object
Returns the value of attribute refundRecipientDescription.
-
#refundRecipientReference ⇒ Object
Returns the value of attribute refundRecipientReference.
-
#refundSenderDescription ⇒ Object
Returns the value of attribute refundSenderDescription.
-
#refundSenderReference ⇒ Object
Returns the value of attribute refundSenderReference.
-
#refundSenderTokenId ⇒ Object
Returns the value of attribute refundSenderTokenId.
-
#transactionDate ⇒ Object
Returns the value of attribute transactionDate.
-
#transactionId ⇒ Object
Returns the value of attribute transactionId.
Instance Method Summary collapse
-
#initialize(callerTokenId = nil, refundSenderTokenId = nil, transactionId = nil, refundAmount = nil, chargeFeeTo = nil, transactionDate = nil, callerReference = nil, refundSenderReference = nil, refundRecipientReference = nil, callerDescription = nil, refundSenderDescription = nil, refundRecipientDescription = nil, metaData = nil, marketplaceRefundPolicy = nil) ⇒ RefundRequest
constructor
A new instance of RefundRequest.
Constructor Details
#initialize(callerTokenId = nil, refundSenderTokenId = nil, transactionId = nil, refundAmount = nil, chargeFeeTo = nil, transactionDate = nil, callerReference = nil, refundSenderReference = nil, refundRecipientReference = nil, callerDescription = nil, refundSenderDescription = nil, refundRecipientDescription = nil, metaData = nil, marketplaceRefundPolicy = nil) ⇒ RefundRequest
Returns a new instance of RefundRequest.
1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 |
# File 'lib/default.rb', line 1005 def initialize(callerTokenId = nil, refundSenderTokenId = nil, transactionId = nil, refundAmount = nil, chargeFeeTo = nil, transactionDate = nil, callerReference = nil, refundSenderReference = nil, refundRecipientReference = nil, callerDescription = nil, refundSenderDescription = nil, refundRecipientDescription = nil, = nil, marketplaceRefundPolicy = nil) @callerTokenId = callerTokenId @refundSenderTokenId = refundSenderTokenId @transactionId = transactionId @refundAmount = refundAmount @chargeFeeTo = chargeFeeTo @transactionDate = transactionDate @callerReference = callerReference @refundSenderReference = refundSenderReference @refundRecipientReference = refundRecipientReference @callerDescription = callerDescription @refundSenderDescription = refundSenderDescription @refundRecipientDescription = refundRecipientDescription @metaData = @marketplaceRefundPolicy = marketplaceRefundPolicy end |
Instance Attribute Details
#callerDescription ⇒ Object
Returns the value of attribute callerDescription.
999 1000 1001 |
# File 'lib/default.rb', line 999 def callerDescription @callerDescription end |
#callerReference ⇒ Object
Returns the value of attribute callerReference.
996 997 998 |
# File 'lib/default.rb', line 996 def callerReference @callerReference end |
#callerTokenId ⇒ Object
Returns the value of attribute callerTokenId.
990 991 992 |
# File 'lib/default.rb', line 990 def callerTokenId @callerTokenId end |
#chargeFeeTo ⇒ Object
Returns the value of attribute chargeFeeTo.
994 995 996 |
# File 'lib/default.rb', line 994 def chargeFeeTo @chargeFeeTo end |
#marketplaceRefundPolicy ⇒ Object
Returns the value of attribute marketplaceRefundPolicy.
1003 1004 1005 |
# File 'lib/default.rb', line 1003 def marketplaceRefundPolicy @marketplaceRefundPolicy end |
#metaData ⇒ Object
Returns the value of attribute metaData.
1002 1003 1004 |
# File 'lib/default.rb', line 1002 def @metaData end |
#refundAmount ⇒ Object
Returns the value of attribute refundAmount.
993 994 995 |
# File 'lib/default.rb', line 993 def refundAmount @refundAmount end |
#refundRecipientDescription ⇒ Object
Returns the value of attribute refundRecipientDescription.
1001 1002 1003 |
# File 'lib/default.rb', line 1001 def refundRecipientDescription @refundRecipientDescription end |
#refundRecipientReference ⇒ Object
Returns the value of attribute refundRecipientReference.
998 999 1000 |
# File 'lib/default.rb', line 998 def refundRecipientReference @refundRecipientReference end |
#refundSenderDescription ⇒ Object
Returns the value of attribute refundSenderDescription.
1000 1001 1002 |
# File 'lib/default.rb', line 1000 def refundSenderDescription @refundSenderDescription end |
#refundSenderReference ⇒ Object
Returns the value of attribute refundSenderReference.
997 998 999 |
# File 'lib/default.rb', line 997 def refundSenderReference @refundSenderReference end |
#refundSenderTokenId ⇒ Object
Returns the value of attribute refundSenderTokenId.
991 992 993 |
# File 'lib/default.rb', line 991 def refundSenderTokenId @refundSenderTokenId end |
#transactionDate ⇒ Object
Returns the value of attribute transactionDate.
995 996 997 |
# File 'lib/default.rb', line 995 def transactionDate @transactionDate end |
#transactionId ⇒ Object
Returns the value of attribute transactionId.
992 993 994 |
# File 'lib/default.rb', line 992 def transactionId @transactionId end |