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) ⇒ CustomerPaymentProfileListItemType

Returns a new instance of CustomerPaymentProfileListItemType.



4151
4152
4153
4154
4155
4156
# File 'lib/authorize_net/api/schema.rb', line 4151

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