Uses of Class
org.broadleafcommerce.vendor.cybersource.service.api.TaxReplyItem

Uses of TaxReplyItem in org.broadleafcommerce.vendor.cybersource.service.api
 

Methods in org.broadleafcommerce.vendor.cybersource.service.api that return TaxReplyItem
 TaxReplyItem[] TaxReply.getItem()
          Gets the item value for this TaxReply.
 TaxReplyItem TaxReply.getItem(int i)
           
 

Methods in org.broadleafcommerce.vendor.cybersource.service.api with parameters of type TaxReplyItem
 void TaxReply.setItem(int i, TaxReplyItem _value)
           
 void TaxReply.setItem(TaxReplyItem[] item)
          Sets the item value for this TaxReply.
 

Constructors in org.broadleafcommerce.vendor.cybersource.service.api with parameters of type TaxReplyItem
TaxReply(java.math.BigInteger reasonCode, java.lang.String currency, java.lang.String grandTotalAmount, java.lang.String totalCityTaxAmount, java.lang.String city, java.lang.String totalCountyTaxAmount, java.lang.String county, java.lang.String totalDistrictTaxAmount, java.lang.String totalStateTaxAmount, java.lang.String state, java.lang.String totalTaxAmount, java.lang.String postalCode, java.lang.String geocode, TaxReplyItem[] item)
           
 



Copyright © 2012. All Rights Reserved.