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, originalNetworkTransId = nil, originalAuthAmount = nil)
click to toggle source
# File lib/authorize_net/api/schema.rb, line 1348 def initialize(customerType = nil, billTo = nil, customerProfileId = nil, customerPaymentProfileId = nil, payment = nil, driversLicense = nil, taxId = nil, subscriptionIds = nil, defaultPaymentProfile = nil, originalNetworkTransId = nil, originalAuthAmount = nil) @customerType = customerType @billTo = billTo @customerProfileId = customerProfileId @customerPaymentProfileId = customerPaymentProfileId @payment = payment @driversLicense = driversLicense @taxId = taxId @subscriptionIds = subscriptionIds @defaultPaymentProfile = defaultPaymentProfile @originalAuthAmount = originalAuthAmount @originalNetworkTransId = originalNetworkTransId end