Class: Refund

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

Overview

/Refund

transactionId - SOAP::SOAPString
refundAmount - Amount
callerReference - SOAP::SOAPString
callerDescription - SOAP::SOAPString
marketplaceRefundPolicy - MarketplaceRefundPolicy

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#callerDescriptionObject

Returns the value of attribute callerDescription.



991
992
993
# File 'lib/default.rb', line 991

def callerDescription
  @callerDescription
end

#callerReferenceObject

Returns the value of attribute callerReference.



990
991
992
# File 'lib/default.rb', line 990

def callerReference
  @callerReference
end

#marketplaceRefundPolicyObject

Returns the value of attribute marketplaceRefundPolicy.



992
993
994
# File 'lib/default.rb', line 992

def marketplaceRefundPolicy
  @marketplaceRefundPolicy
end

#refundAmountObject

Returns the value of attribute refundAmount.



989
990
991
# File 'lib/default.rb', line 989

def refundAmount
  @refundAmount
end

#transactionIdObject

Returns the value of attribute transactionId.



988
989
990
# File 'lib/default.rb', line 988

def transactionId
  @transactionId
end