Class: AuthorizeNet::API::CreateCustomerShippingAddressRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdcreateCustomerShippingAddressRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
customerProfileId - (any)
address - CustomerAddressType

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, address = nil) ⇒ CreateCustomerShippingAddressRequest

Returns a new instance of CreateCustomerShippingAddressRequest.



2862
2863
2864
2865
2866
2867
# File 'lib/authorize_net/api/schema.rb', line 2862

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