class AuthorizeNet::API::ProfileTransOrderType
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}profileTransOrderType
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
Public Class Methods
new(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, authorizationIndicatorType = nil)
click to toggle source
# File lib/authorize_net/api/schema.rb, line 1649 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, authorizationIndicatorType = 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 @authorizationIndicatorType = authorizationIndicatorType end