class AuthorizeNet::API::CustomerPaymentProfileMaskedType

{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerPaymentProfileMaskedType

customerType - CustomerTypeEnum
billTo - CustomerAddressType
customerProfileId - (any)
customerPaymentProfileId - (any)
payment - PaymentMaskedType
driversLicense - DriversLicenseMaskedType
taxId - SOAP::SOAPString
subscriptionIds - SubscriptionIdList

Public Class Methods

new(customerType = nil, billTo = nil, customerProfileId = nil, customerPaymentProfileId = nil, payment = nil, driversLicense = nil, taxId = nil, subscriptionIds = nil, defaultPaymentProfile = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 1152
def initialize(customerType = nil, billTo = nil, customerProfileId = nil, customerPaymentProfileId = nil, payment = nil, driversLicense = nil, taxId = nil, subscriptionIds = nil, defaultPaymentProfile = nil)
  @customerType = customerType
  @billTo = billTo
  @customerProfileId = customerProfileId
  @customerPaymentProfileId = customerPaymentProfileId
  @payment = payment
  @driversLicense = driversLicense
  @taxId = taxId
  @subscriptionIds = subscriptionIds
  @defaultPaymentProfile = defaultPaymentProfile
end