Class: AuthorizeNet::API::SendCustomerTransactionReceiptRequest

Inherits:
Object
  • Object
show all
Includes:
ROXML
Defined in:
lib/authorize_net/api/schema.rb

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdsendCustomerTransactionReceiptRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
transId - (any)
customerEmail - SOAP::SOAPString
emailSettings - EmailSettingsType

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, transId = nil, customerEmail = nil, emailSettings = nil) ⇒ SendCustomerTransactionReceiptRequest

Returns a new instance of SendCustomerTransactionReceiptRequest.



3783
3784
3785
3786
3787
3788
3789
# File 'lib/authorize_net/api/schema.rb', line 3783

def initialize(merchantAuthentication = nil, refId = nil, transId = nil, customerEmail = nil, emailSettings = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @transId = transId
  @customerEmail = customerEmail
  @emailSettings = emailSettings
end