class AuthorizeNet::API::CustomerProfileIdType

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

customerProfileId - SOAP::SOAPString
customerPaymentProfileId - SOAP::SOAPString
customerAddressId - SOAP::SOAPString

Public Class Methods

new(customerProfileId = nil, customerPaymentProfileId = nil, customerAddressId = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 916
def initialize(customerProfileId = nil, customerPaymentProfileId = nil, customerAddressId = nil)
  @customerProfileId = customerProfileId
  @customerPaymentProfileId = customerPaymentProfileId
  @customerAddressId = customerAddressId
end