Class: AuthorizeNet::API::CustomerProfilePaymentType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::CustomerProfilePaymentType
- 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
-
#initialize(createProfile = nil, customerProfileId = nil, paymentProfile = nil, shippingProfileId = nil) ⇒ CustomerProfilePaymentType
constructor
A new instance of CustomerProfilePaymentType.
Constructor Details
#initialize(createProfile = nil, customerProfileId = nil, paymentProfile = nil, shippingProfileId = nil) ⇒ CustomerProfilePaymentType
Returns a new instance of CustomerProfilePaymentType.
2940 2941 2942 2943 2944 2945 |
# File 'lib/authorize_net/api/schema.rb', line 2940 def initialize(createProfile = nil, customerProfileId = nil, paymentProfile = nil, shippingProfileId = nil) @createProfile = createProfile @customerProfileId = customerProfileId @paymentProfile = paymentProfile @shippingProfileId = shippingProfileId end |