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



3308
3309
3310
3311
3312
3313
3314
3315
3316
# File 'lib/authorize_net/api/schema.rb', line 3308

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