|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||