Class: AuthorizeNet::API::GetCustomerPaymentProfileRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdgetCustomerPaymentProfileRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
customerProfileId - (any)
customerPaymentProfileId - (any)
unmaskExpirationDate - SOAP::SOAPBoolean

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil, unmaskExpirationDate = nil) ⇒ GetCustomerPaymentProfileRequest

Returns a new instance of GetCustomerPaymentProfileRequest.



3197
3198
3199
3200
3201
3202
3203
# File 'lib/authorize_net/api/schema.rb', line 3197

def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil, unmaskExpirationDate = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @customerProfileId = customerProfileId
  @customerPaymentProfileId = customerPaymentProfileId
  @unmaskExpirationDate = unmaskExpirationDate
end