Class: AuthorizeNet::API::CustomerPaymentProfileMaskedType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdcustomerPaymentProfileMaskedType

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

Instance Method Summary collapse

Constructor Details

#initialize(customerType = nil, billTo = nil, customerProfileId = nil, customerPaymentProfileId = nil, payment = nil, driversLicense = nil, taxId = nil, subscriptionIds = nil, defaultPaymentProfile = nil) ⇒ CustomerPaymentProfileMaskedType

Returns a new instance of CustomerPaymentProfileMaskedType.



1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'lib/authorize_net/api/schema.rb', line 1193

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