Class: AuthorizeNet::API::SubscriptionCustomerProfileType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdsubscriptionCustomerProfileType

merchantCustomerId - SOAP::SOAPString
description - SOAP::SOAPString
email - SOAP::SOAPString
customerProfileId - (any)
paymentProfile - CustomerPaymentProfileMaskedType
shippingProfile - CustomerAddressExType

Instance Method Summary collapse

Constructor Details

#initialize(merchantCustomerId = nil, description = nil, email = nil, customerProfileId = nil, paymentProfile = nil, shippingProfile = nil) ⇒ SubscriptionCustomerProfileType

Returns a new instance of SubscriptionCustomerProfileType.



4616
4617
4618
4619
4620
4621
4622
4623
# File 'lib/authorize_net/api/schema.rb', line 4616

def initialize(merchantCustomerId = nil, description = nil, email = nil, customerProfileId = nil, paymentProfile = nil, shippingProfile = nil)
  @merchantCustomerId = merchantCustomerId
  @description = description
  @email = email
  @customerProfileId = customerProfileId
  @paymentProfile = paymentProfile
  @shippingProfile = shippingProfile
end