Class: AuthorizeNet::API::CustomerPaymentProfileBaseType

Inherits:
Object
  • Object
show all
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

Constructor Details

#initialize(customerType = nil, billTo = nil) ⇒ CustomerPaymentProfileBaseType

Returns a new instance of CustomerPaymentProfileBaseType.



1104
1105
1106
1107
# File 'lib/authorize_net/api/schema.rb', line 1104

def initialize(customerType = nil, billTo = nil)
  @customerType = customerType
  @billTo = billTo
end