Class: AuthorizeNet::API::ValidateCustomerPaymentProfileRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdvalidateCustomerPaymentProfileRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
customerProfileId - (any)
customerPaymentProfileId - (any)
customerShippingAddressId - (any)
cardCode - (any)
validationMode - ValidationModeEnum

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil, customerShippingAddressId = nil, cardCode = nil, validationMode = nil) ⇒ ValidateCustomerPaymentProfileRequest

Returns a new instance of ValidateCustomerPaymentProfileRequest.



3406
3407
3408
3409
3410
3411
3412
3413
3414
# File 'lib/authorize_net/api/schema.rb', line 3406

def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil, customerShippingAddressId = nil, cardCode = nil, validationMode = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @customerProfileId = customerProfileId
  @customerPaymentProfileId = customerPaymentProfileId
  @customerShippingAddressId = customerShippingAddressId
  @cardCode = cardCode
  @validationMode = validationMode
end