Class: AuthorizeNet::API::CustomerPaymentProfileBaseType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::CustomerPaymentProfileBaseType
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdcustomerPaymentProfileBaseType
customerType - CustomerTypeEnum
billTo - CustomerAddressType
Instance Method Summary collapse
-
#initialize(customerType = nil, billTo = nil) ⇒ CustomerPaymentProfileBaseType
constructor
A new instance of CustomerPaymentProfileBaseType.
Constructor Details
#initialize(customerType = nil, billTo = nil) ⇒ CustomerPaymentProfileBaseType
Returns a new instance of CustomerPaymentProfileBaseType.
1188 1189 1190 1191 |
# File 'lib/authorize_net/api/schema.rb', line 1188 def initialize(customerType = nil, billTo = nil) @customerType = customerType @billTo = billTo end |