Class: AuthorizeNet::API::CustomerProfileMaskedType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::CustomerProfileMaskedType
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdcustomerProfileMaskedType
merchantCustomerId - SOAP::SOAPString
description - SOAP::SOAPString
email - SOAP::SOAPString
customerProfileId - (any)
paymentProfiles - CustomerPaymentProfileMaskedType
shipToList - CustomerAddressExType
profileType - CustomerProfileTypeEnum
Instance Method Summary collapse
-
#initialize(merchantCustomerId = nil, description = nil, email = nil, customerProfileId = nil, paymentProfiles = [], shipToList = [], profileType = nil) ⇒ CustomerProfileMaskedType
constructor
A new instance of CustomerProfileMaskedType.
Constructor Details
#initialize(merchantCustomerId = nil, description = nil, email = nil, customerProfileId = nil, paymentProfiles = [], shipToList = [], profileType = nil) ⇒ CustomerProfileMaskedType
Returns a new instance of CustomerProfileMaskedType.
1478 1479 1480 1481 1482 1483 1484 1485 1486 |
# File 'lib/authorize_net/api/schema.rb', line 1478 def initialize(merchantCustomerId = nil, description = nil, email = nil, customerProfileId = nil, paymentProfiles = [], shipToList = [], profileType = nil) @merchantCustomerId = merchantCustomerId @description = description @email = email @customerProfileId = customerProfileId @paymentProfiles = paymentProfiles @shipToList = shipToList @profileType = profileType end |