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(...)
Modifier and Type | Field and Description |
---|---|
private Configuration |
configuration |
private Http |
http |
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. |
private Http http
private Configuration configuration
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-2020. All Rights Reserved.