class AuthorizeNet::API::UpdateCustomerPaymentProfileRequest

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

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
customerProfileId - (any)
paymentProfile - CustomerPaymentProfileExType
validationMode - ValidationModeEnum

Public Class Methods

new(merchantAuthentication = nil, refId = nil, customerProfileId = nil, paymentProfile = nil, validationMode = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 3719
def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, paymentProfile = nil, validationMode = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @customerProfileId = customerProfileId
  @paymentProfile = paymentProfile
  @validationMode = validationMode
end