Class: AuthorizeNet::API::CustomerProfileBaseType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdcustomerProfileBaseType

merchantCustomerId - SOAP::SOAPString
description - SOAP::SOAPString
email - SOAP::SOAPString

Instance Method Summary collapse

Constructor Details

#initialize(merchantCustomerId = nil, description = nil, email = nil) ⇒ CustomerProfileBaseType

Returns a new instance of CustomerProfileBaseType.



1216
1217
1218
1219
1220
# File 'lib/authorize_net/api/schema.rb', line 1216

def initialize(merchantCustomerId = nil, description = nil, email = nil)
  @merchantCustomerId = merchantCustomerId
  @description = description
  @email = email
end