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.



4202
4203
4204
4205
4206
4207
4208
# File 'lib/authorize_net/api/schema.rb', line 4202

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