Class: AuthorizeNet::API::CustomerPaymentProfileListItemType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdcustomerPaymentProfileListItemType

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

Instance Method Summary collapse

Constructor Details

#initialize(customerPaymentProfileId = nil, customerProfileId = nil, billTo = nil, payment = nil, defaultPaymentProfile = nil) ⇒ CustomerPaymentProfileListItemType

Returns a new instance of CustomerPaymentProfileListItemType.



4507
4508
4509
4510
4511
4512
4513
# File 'lib/authorize_net/api/schema.rb', line 4507

def initialize(customerPaymentProfileId = nil, customerProfileId = nil, billTo = nil, payment = nil, defaultPaymentProfile = nil)
  @customerPaymentProfileId = customerPaymentProfileId
  @customerProfileId = customerProfileId
  @billTo = billTo
  @payment = payment
  @defaultPaymentProfile = defaultPaymentProfile
end