class AuthorizeNet::API::CustomerProfileMaskedType
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileMaskedType
merchantCustomerId - SOAP::SOAPString description - SOAP::SOAPString email - SOAP::SOAPString customerProfileId - (any) paymentProfiles - CustomerPaymentProfileMaskedType shipToList - CustomerAddressExType
Public Class Methods
new(merchantCustomerId = nil, description = nil, email = nil, customerProfileId = nil, paymentProfiles = [], shipToList = [])
click to toggle source
# File lib/authorize_net/api/schema.rb, line 1241 def initialize(merchantCustomerId = nil, description = nil, email = nil, customerProfileId = nil, paymentProfiles = [], shipToList = []) @merchantCustomerId = merchantCustomerId @description = description @email = email @customerProfileId = customerProfileId @paymentProfiles = paymentProfiles @shipToList = shipToList end