class AuthorizeNet::API::CustomerPaymentProfileListItemType

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

customerPaymentProfileId - SOAP::SOAPInt
customerProfileId - SOAP::SOAPInt
billTo - CustomerAddressType
payment - PaymentMaskedType

Public Class Methods

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