class AuthorizeNet::API::CreateCustomerProfileTransactionRequest

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

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
transaction - ProfileTransactionType
extraOptions - SOAP::SOAPString

Public Class Methods

new(merchantAuthentication = nil, refId = nil, transaction = nil, extraOptions = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 3526
def initialize(merchantAuthentication = nil, refId = nil, transaction = nil, extraOptions = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @transaction = transaction
  @extraOptions = extraOptions
end