class AuthorizeNet::API::GetCustomerPaymentProfileNonceRequest

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

Public Class Methods

new(connectedAccessToken = nil, customerProfileId = nil, customerPaymentProfileId = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 5354
def initialize(connectedAccessToken = nil, customerProfileId = nil, customerPaymentProfileId = nil)
  @connectedAccessToken = connectedAccessToken
  @customerProfileId = customerProfileId
  @customerPaymentProfileId = customerPaymentProfileId
end