class AuthorizeNet::API::ProfileTransVoidType

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

customerProfileId - (any)
customerPaymentProfileId - (any)
customerShippingAddressId - (any)
transId - (any)

Public Class Methods

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