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.



1559
1560
1561
1562
1563
1564
# File 'lib/authorize_net/api/schema.rb', line 1559

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