Class: AuthorizeNet::API::SubscriptionCustomerProfileType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::SubscriptionCustomerProfileType
- 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
-
#initialize(merchantCustomerId = nil, description = nil, email = nil, customerProfileId = nil, paymentProfile = nil, shippingProfile = nil) ⇒ SubscriptionCustomerProfileType
constructor
A new instance of SubscriptionCustomerProfileType.
Constructor Details
#initialize(merchantCustomerId = nil, description = nil, email = nil, customerProfileId = nil, paymentProfile = nil, shippingProfile = nil) ⇒ SubscriptionCustomerProfileType
Returns a new instance of SubscriptionCustomerProfileType.
4931 4932 4933 4934 4935 4936 4937 4938 |
# File 'lib/authorize_net/api/schema.rb', line 4931 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 |