class AuthorizeNet::API::SubMerchantType
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}subMerchantType
identifier - SOAP::SOAPString doingBusinessAs - SOAP::SOAPString paymentServiceProviderName - SOAP::SOAPString paymentServiceFacilitator - SOAP::SOAPString streetAddress - SOAP::SOAPString
Public Class Methods
new(identifier = nil, doingBusinessAs = nil, paymentServiceProviderName = nil, paymentServiceFacilitator = nil, streetAddress = nil, phone = nil, email = nil, postalCode = nil, city = nil, regionCode = nil, countryCode = nil)
click to toggle source
# File lib/authorize_net/api/schema.rb, line 1109 def initialize(identifier = nil, doingBusinessAs = nil, paymentServiceProviderName = nil, paymentServiceFacilitator = nil, streetAddress = nil, phone = nil, email = nil, postalCode = nil, city = nil, regionCode = nil, countryCode = nil) @identifier = identifier @doingBusinessAs = doingBusinessAs @paymentServiceProviderName = paymentServiceProviderName @paymentServiceFacilitator = paymentServiceFacilitator @streetAddress = streetAddress @phone = phone @email = email @postalCode = postalCode @city = city @regionCode = regionCode @countryCode = countryCode end