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, defaultShippingAddress = nil) ⇒ CreateCustomerShippingAddressRequest

Returns a new instance of CreateCustomerShippingAddressRequest.



3195
3196
3197
3198
3199
3200
3201
# File 'lib/authorize_net/api/schema.rb', line 3195

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