Class: AuthorizeNet::API::ProfileTransOrderType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdprofileTransOrderType amount - SOAP::SOAPDecimal tax - ExtendedAmountType shipping - ExtendedAmountType duty - ExtendedAmountType lineItems - LineItemType customerProfileId - (any) customerPaymentProfileId - (any) customerShippingAddressId - (any) order - OrderExType taxExempt - SOAP::SOAPBoolean recurringBilling - SOAP::SOAPBoolean cardCode - (any) splitTenderId - (any) processingOptions - ProcessingOptions subsequentAuthInformation - SubsequentAuthInformation

Instance Method Summary collapse

Constructor Details

#initialize(amount = nil, tax = nil, shipping = nil, duty = nil, lineItems = [], customerProfileId = nil, customerPaymentProfileId = nil, customerShippingAddressId = nil, order = nil, taxExempt = nil, recurringBilling = nil, cardCode = nil, splitTenderId = nil, processingOptions = nil, subsequentAuthInformation = nil) ⇒ ProfileTransOrderType

Returns a new instance of ProfileTransOrderType.



1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
# File 'lib/authorize_net/api/schema.rb', line 1616

def initialize(amount = nil, tax = nil, shipping = nil, duty = nil, lineItems = [], customerProfileId = nil, customerPaymentProfileId = nil, customerShippingAddressId = nil, order = nil, taxExempt = nil, recurringBilling = nil, cardCode = nil, splitTenderId = nil, processingOptions = nil, subsequentAuthInformation = nil)
  @amount = amount
  @tax = tax
  @shipping = shipping
  @duty = duty
  @lineItems = lineItems
  @customerProfileId = customerProfileId
  @customerPaymentProfileId = customerPaymentProfileId
  @customerShippingAddressId = customerShippingAddressId
  @order = order
  @taxExempt = taxExempt
  @recurringBilling = recurringBilling
  @cardCode = cardCode
  @splitTenderId = splitTenderId
  @processingOptions = processingOptions
  @subsequentAuthInformation = subsequentAuthInformation
end