Class: AuthorizeNet::API::CustomerProfilePaymentType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdcustomerProfilePaymentType

createProfile - SOAP::SOAPBoolean
customerProfileId - (any)
paymentProfile - PaymentProfile
shippingProfileId - (any)

Instance Method Summary collapse

Constructor Details

#initialize(createProfile = nil, customerProfileId = nil, paymentProfile = nil, shippingProfileId = nil) ⇒ CustomerProfilePaymentType

Returns a new instance of CustomerProfilePaymentType.



2658
2659
2660
2661
2662
2663
# File 'lib/authorize_net/api/schema.rb', line 2658

def initialize(createProfile = nil, customerProfileId = nil, paymentProfile = nil, shippingProfileId = nil)
  @createProfile = createProfile
  @customerProfileId = customerProfileId
  @paymentProfile = paymentProfile
  @shippingProfileId = shippingProfileId
end