Uses of Class
net.authorize.api.contract.v1.LineItemType
-
Packages that use LineItemType Package Description net.authorize.api.contract.v1 -
-
Uses of LineItemType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 with type parameters of type LineItemType Modifier and Type Field Description protected List<LineItemType>ArrayOfLineItem. lineItemprotected List<LineItemType>ProfileTransAmountType. lineItemsMethods in net.authorize.api.contract.v1 that return LineItemType Modifier and Type Method Description LineItemTypeObjectFactory. createLineItemType()Create an instance ofLineItemTypeMethods in net.authorize.api.contract.v1 that return types with arguments of type LineItemType Modifier and Type Method Description List<LineItemType>ArrayOfLineItem. getLineItem()Gets the value of the lineItem property.List<LineItemType>ProfileTransAmountType. getLineItems()Gets the value of the lineItems property.
-