Skip to main content
Version: 2.x

Rebate

 License: MIT 

Installation

pom.xml
<dependency>
<groupId>{{groupId}}</groupId>
<artifactId>{{artifactId}}</artifactId>
<version>{{version}}</version>
</dependency>

Client instantiation

RebateClient client = new RebateClient(key, secret);

Features

Get the spot rebate history records

try{
SpotRebateHistoryResponse res = client.getSpotRebateHistoryRecords().sync();
}catch(ApiException e){
//...
}