Class: ChannelAdvisor::OrderServiceSOAP::SubmitOrderRefund

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/order_service/types.rb

Overview

http://api.channeladvisor.com/webservices/SubmitOrderRefund

accountID - SOAP::SOAPString
request - ChannelAdvisor::OrderServiceSOAP::RefundOrderRequest

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (SubmitOrderRefund) initialize(accountID = nil, request = nil)

A new instance of SubmitOrderRefund



1755
1756
1757
1758
# File 'lib/channel_advisor/order_service/types.rb', line 1755

def initialize(accountID = nil, request = nil)
  @accountID = accountID
  @request = request
end

Instance Attribute Details

- (Object) accountID

Returns the value of attribute accountID



1752
1753
1754
# File 'lib/channel_advisor/order_service/types.rb', line 1752

def accountID
  @accountID
end

- (Object) request

Returns the value of attribute request



1753
1754
1755
# File 'lib/channel_advisor/order_service/types.rb', line 1753

def request
  @request
end