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.



3739
3740
3741
3742
3743
3744
3745
# File 'lib/authorize_net/api/schema.rb', line 3739

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