Class: AuthorizeNet::API::ProfileTransVoidType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdprofileTransVoidType

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

Instance Method Summary collapse

Constructor Details

#initialize(customerProfileId = nil, customerPaymentProfileId = nil, customerShippingAddressId = nil, transId = nil) ⇒ ProfileTransVoidType

Returns a new instance of ProfileTransVoidType.



1682
1683
1684
1685
1686
1687
# File 'lib/authorize_net/api/schema.rb', line 1682

def initialize(customerProfileId = nil, customerPaymentProfileId = nil, customerShippingAddressId = nil, transId = nil)
  @customerProfileId = customerProfileId
  @customerPaymentProfileId = customerPaymentProfileId
  @customerShippingAddressId = customerShippingAddressId
  @transId = transId
end