Class: Refund
- Inherits:
-
Object
- Object
- Refund
- Defined in:
- lib/default.rb
Overview
/Refund
transactionId - SOAP::SOAPString
refundAmount - Amount
callerReference - SOAP::SOAPString
callerDescription - SOAP::SOAPString
marketplaceRefundPolicy - MarketplaceRefundPolicy
Instance Attribute Summary collapse
-
#callerDescription ⇒ Object
Returns the value of attribute callerDescription.
-
#callerReference ⇒ Object
Returns the value of attribute callerReference.
-
#marketplaceRefundPolicy ⇒ Object
Returns the value of attribute marketplaceRefundPolicy.
-
#refundAmount ⇒ Object
Returns the value of attribute refundAmount.
-
#transactionId ⇒ Object
Returns the value of attribute transactionId.
Instance Method Summary collapse
-
#initialize(transactionId = nil, refundAmount = nil, callerReference = nil, callerDescription = nil, marketplaceRefundPolicy = nil) ⇒ Refund
constructor
A new instance of Refund.
Constructor Details
#initialize(transactionId = nil, refundAmount = nil, callerReference = nil, callerDescription = nil, marketplaceRefundPolicy = nil) ⇒ Refund
Returns a new instance of Refund.
994 995 996 997 998 999 1000 |
# File 'lib/default.rb', line 994 def initialize(transactionId = nil, refundAmount = nil, callerReference = nil, callerDescription = nil, marketplaceRefundPolicy = nil) @transactionId = transactionId @refundAmount = refundAmount @callerReference = callerReference @callerDescription = callerDescription @marketplaceRefundPolicy = marketplaceRefundPolicy end |
Instance Attribute Details
#callerDescription ⇒ Object
Returns the value of attribute callerDescription.
991 992 993 |
# File 'lib/default.rb', line 991 def callerDescription @callerDescription end |
#callerReference ⇒ Object
Returns the value of attribute callerReference.
990 991 992 |
# File 'lib/default.rb', line 990 def callerReference @callerReference end |
#marketplaceRefundPolicy ⇒ Object
Returns the value of attribute marketplaceRefundPolicy.
992 993 994 |
# File 'lib/default.rb', line 992 def marketplaceRefundPolicy @marketplaceRefundPolicy end |
#refundAmount ⇒ Object
Returns the value of attribute refundAmount.
989 990 991 |
# File 'lib/default.rb', line 989 def refundAmount @refundAmount end |
#transactionId ⇒ Object
Returns the value of attribute transactionId.
988 989 990 |
# File 'lib/default.rb', line 988 def transactionId @transactionId end |