class AuthorizeNet::API::ProfileTransAmountType
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}profileTransAmountType
amount - SOAP::SOAPDecimal tax - ExtendedAmountType shipping - ExtendedAmountType duty - ExtendedAmountType lineItems - LineItemType
Public Class Methods
new(amount = nil, tax = nil, shipping = nil, duty = nil, lineItems = [])
click to toggle source
# File lib/authorize_net/api/schema.rb, line 1208 def initialize(amount = nil, tax = nil, shipping = nil, duty = nil, lineItems = []) @amount = amount @tax = tax @shipping = shipping @duty = duty @lineItems = lineItems end