Class: AuthorizeNet::API::ProfileTransVoidType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::ProfileTransVoidType
- 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
-
#initialize(customerProfileId = nil, customerPaymentProfileId = nil, customerShippingAddressId = nil, transId = nil) ⇒ ProfileTransVoidType
constructor
A new instance of ProfileTransVoidType.
Constructor Details
#initialize(customerProfileId = nil, customerPaymentProfileId = nil, customerShippingAddressId = nil, transId = nil) ⇒ ProfileTransVoidType
Returns a new instance of ProfileTransVoidType.
1918 1919 1920 1921 1922 1923 |
# 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 |