Class: AuthorizeNet::API::UpdateCustomerShippingAddressRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdupdateCustomerShippingAddressRequest

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UpdateCustomerShippingAddressRequest.



3312
3313
3314
3315
3316
3317
# File 'lib/authorize_net/api/schema.rb', line 3312

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