class AuthorizeNet::API::SendCustomerTransactionReceiptRequest

{AnetApi/xml/v1/schema/AnetApiSchema.xsd}sendCustomerTransactionReceiptRequest

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

Public Class Methods

new(merchantAuthentication = nil, refId = nil, transId = nil, customerEmail = nil, emailSettings = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 4491
def initialize(merchantAuthentication = nil, refId = nil, transId = nil, customerEmail = nil, emailSettings = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @transId = transId
  @customerEmail = customerEmail
  @emailSettings = emailSettings
end