public class ReportGateway extends Object
BraintreeGateway.transaction() to get an instance of this class:
BraintreeGateway gateway = new BraintreeGateway(...); gateway.report().transactionLevelFees(...)
| Constructor and Description |
|---|
ReportGateway(Http http,
GraphQLClient graphQLClient,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
Result<TransactionLevelFeeReport> |
transactionLevelFees(TransactionLevelFeeReportRequest request)
Retrieves a Transaction-Level Fee Report.
|
public ReportGateway(Http http, GraphQLClient graphQLClient, Configuration configuration)
public Result<TransactionLevelFeeReport> transactionLevelFees(TransactionLevelFeeReportRequest request) throws IOException, ParseException
request - the request.ResultIOException - when data is malfornedParseException - when parsing failsCopyright © 2013–2018. All rights reserved.