Class: AuthorizeNet::API::CreateCustomerPaymentProfileRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdcreateCustomerPaymentProfileRequest

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

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, paymentProfile = nil, validationMode = nil) ⇒ CreateCustomerPaymentProfileRequest

Returns a new instance of CreateCustomerPaymentProfileRequest.



3147
3148
3149
3150
3151
3152
3153
# File 'lib/authorize_net/api/schema.rb', line 3147

def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, paymentProfile = nil, validationMode = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @customerProfileId = customerProfileId
  @paymentProfile = paymentProfile
  @validationMode = validationMode
end