public class TransactionLineItemGateway extends Object
TransactionLineItems.
This class does not need to be instantiated directly.
Instead, use BraintreeGateway.transactionLineItem() to get an instance of this class:
BraintreeGateway gateway = new BraintreeGateway(...); gateway.transactionLineItem().findAll(...)
| Constructor and Description |
|---|
TransactionLineItemGateway(Http http,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionLineItem> |
findAll(String transactionId)
Finds all
TransactionLineItem for a Transaction by id. |
public TransactionLineItemGateway(Http http, Configuration configuration)
public List<TransactionLineItem> findAll(String transactionId)
TransactionLineItem for a Transaction by id.transactionId - the id of the Transaction.Copyright © 2013–2018. All rights reserved.