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.



3365
3366
3367
3368
3369
3370
# File 'lib/authorize_net/api/schema.rb', line 3365

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