class AuthorizeNet::API::CustomerPaymentProfileBaseType

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

customerType - CustomerTypeEnum
billTo - CustomerAddressType

Public Class Methods

new(customerType = nil, billTo = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 1188
def initialize(customerType = nil, billTo = nil)
  @customerType = customerType
  @billTo = billTo
end