Class: AuthorizeNet::API::GetCustomerShippingAddressRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdgetCustomerShippingAddressRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
customerProfileId - (any)
customerAddressId - (any)

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerAddressId = nil) ⇒ GetCustomerShippingAddressRequest

Returns a new instance of GetCustomerShippingAddressRequest.



2997
2998
2999
3000
3001
3002
# File 'lib/authorize_net/api/schema.rb', line 2997

def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerAddressId = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @customerProfileId = customerProfileId
  @customerAddressId = customerAddressId
end