Skip to content

Commit f1eb870

Browse files
Release 8.1.1
1 parent 378cb44 commit f1eb870

File tree

146 files changed

+1768
-3409
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+1768
-3409
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add this dependency to your project's POM:
2121
<dependency>
2222
<groupId>com.wallee</groupId>
2323
<artifactId>wallee-java-sdk</artifactId>
24-
<version>8.0.0</version>
24+
<version>8.1.1</version>
2525
<scope>compile</scope>
2626
</dependency>
2727
```
@@ -31,7 +31,7 @@ Add this dependency to your project's POM:
3131
Add this dependency to your project's build file:
3232

3333
```groovy
34-
compile "com.wallee:wallee-java-sdk:8.0.0"
34+
compile "com.wallee:wallee-java-sdk:8.1.1"
3535
```
3636

3737
### Others
@@ -44,7 +44,7 @@ mvn clean package
4444

4545
Then manually install the following JARs:
4646

47-
* `target/wallee-java-sdk-8.0.0.jar`
47+
* `target/wallee-java-sdk-8.1.1.jar`
4848
* `target/lib/*.jar`
4949

5050
## Usage

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'idea'
22
apply plugin: 'eclipse'
33

44
group = 'com.wallee'
5-
version = '8.0.0'
5+
version = '8.1.1'
66

77
buildscript {
88
repositories {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>wallee-java-sdk</artifactId>
66
<packaging>jar</packaging>
77
<name>wallee-java-sdk</name>
8-
<version>8.0.0</version>
8+
<version>8.1.1</version>
99
<url>https://www.wallee.com</url>
1010
<description>The SDK for simplifying the integration with wallee API.</description>
1111
<scm>

src/main/java/com/wallee/sdk/ApiClient.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,6 @@ public AccountService getAccountService() {
212212
return this.accountService;
213213
}
214214

215-
private AnalyticsQueryService analyticsQueryService;
216-
public AnalyticsQueryService getAnalyticsQueryService() {
217-
if (this.analyticsQueryService == null) {
218-
this.analyticsQueryService = new AnalyticsQueryService(this);
219-
}
220-
return this.analyticsQueryService;
221-
}
222-
223215
private ApplicationUserService applicationUserService;
224216
public ApplicationUserService getApplicationUserService() {
225217
if (this.applicationUserService == null) {

src/main/java/com/wallee/sdk/DefaultHeaders.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void intercept(HttpRequest request) throws IOException {
3434

3535
private HttpHeaders getDefaultHeaders() {
3636
HttpHeaders headers = new HttpHeaders();
37-
headers.put("x-meta-sdk-version", "8.0.0");
37+
headers.put("x-meta-sdk-version", "8.1.1");
3838
headers.put("x-meta-sdk-language", "java");
3939
headers.put("x-meta-sdk-provider", "wallee");
4040
headers.put("x-meta-sdk-language-version", System.getProperty("java.version"));

src/main/java/com/wallee/sdk/model/AbstractDebtCollectionCaseUpdate.java

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ public AbstractDebtCollectionCaseUpdate billingAddress(AddressCreate billingAddr
8080
}
8181

8282
/**
83-
* The billing address of the case identifies the debtor.
83+
* The billing address that identifies the debtor.
8484
* @return billingAddress
8585
**/
86-
@ApiModelProperty(value = "The billing address of the case identifies the debtor.")
86+
@ApiModelProperty(value = "The billing address that identifies the debtor.")
8787
public AddressCreate getBillingAddress() {
8888
return billingAddress;
8989
}
@@ -99,10 +99,10 @@ public AbstractDebtCollectionCaseUpdate contractDate(OffsetDateTime contractDate
9999
}
100100

101101
/**
102-
* The contract date is the date on which the contract with the debtor was signed on.
102+
* The date and time when the contract with the debtor was signed.
103103
* @return contractDate
104104
**/
105-
@ApiModelProperty(value = "The contract date is the date on which the contract with the debtor was signed on.")
105+
@ApiModelProperty(value = "The date and time when the contract with the debtor was signed.")
106106
public OffsetDateTime getContractDate() {
107107
return contractDate;
108108
}
@@ -118,10 +118,10 @@ public AbstractDebtCollectionCaseUpdate currency(String currency) {
118118
}
119119

120120
/**
121-
* The currency defines the billing currency of the debt collection case.
121+
* The three-letter code (ISO 4217 format) of the case&#39;s currency.
122122
* @return currency
123123
**/
124-
@ApiModelProperty(value = "The currency defines the billing currency of the debt collection case.")
124+
@ApiModelProperty(value = "The three-letter code (ISO 4217 format) of the case's currency.")
125125
public String getCurrency() {
126126
return currency;
127127
}
@@ -137,10 +137,10 @@ public AbstractDebtCollectionCaseUpdate dueDate(OffsetDateTime dueDate) {
137137
}
138138

139139
/**
140-
* The due date indicates the date on which the amount receivable was due. This date has to be always in the past.
140+
* The date and time when the claim was due.
141141
* @return dueDate
142142
**/
143-
@ApiModelProperty(value = "The due date indicates the date on which the amount receivable was due. This date has to be always in the past.")
143+
@ApiModelProperty(value = "The date and time when the claim was due.")
144144
public OffsetDateTime getDueDate() {
145145
return dueDate;
146146
}
@@ -156,10 +156,10 @@ public AbstractDebtCollectionCaseUpdate environment(DebtCollectionEnvironment en
156156
}
157157

158158
/**
159-
* The environment in which this case will be processed. There must be a debt collector configuration present which supports the chosen environment.
159+
* The environment in which the case is processed.
160160
* @return environment
161161
**/
162-
@ApiModelProperty(value = "The environment in which this case will be processed. There must be a debt collector configuration present which supports the chosen environment.")
162+
@ApiModelProperty(value = "The environment in which the case is processed.")
163163
public DebtCollectionEnvironment getEnvironment() {
164164
return environment;
165165
}
@@ -175,10 +175,10 @@ public AbstractDebtCollectionCaseUpdate language(String language) {
175175
}
176176

177177
/**
178-
* The language indicates the language to be used in the communication with the debtor.
178+
* The language that is linked to the object.
179179
* @return language
180180
**/
181-
@ApiModelProperty(value = "The language indicates the language to be used in the communication with the debtor.")
181+
@ApiModelProperty(value = "The language that is linked to the object.")
182182
public String getLanguage() {
183183
return language;
184184
}
@@ -202,10 +202,10 @@ public AbstractDebtCollectionCaseUpdate addLineItemsItem(LineItemCreate lineItem
202202
}
203203

204204
/**
205-
* The line items of the debt collection case will be shown on documents sent to the debtor and the total of them makes up total amount to collect.
205+
* The line items that are subject of this debt collection case.
206206
* @return lineItems
207207
**/
208-
@ApiModelProperty(value = "The line items of the debt collection case will be shown on documents sent to the debtor and the total of them makes up total amount to collect.")
208+
@ApiModelProperty(value = "The line items that are subject of this debt collection case.")
209209
public List<LineItemCreate> getLineItems() {
210210
return lineItems;
211211
}
@@ -221,10 +221,10 @@ public AbstractDebtCollectionCaseUpdate spaceViewId(Long spaceViewId) {
221221
}
222222

223223
/**
224-
*
224+
* The ID of the space view this object is linked to.
225225
* @return spaceViewId
226226
**/
227-
@ApiModelProperty(value = "")
227+
@ApiModelProperty(value = "The ID of the space view this object is linked to.")
228228
public Long getSpaceViewId() {
229229
return spaceViewId;
230230
}

src/main/java/com/wallee/sdk/model/AbstractSubscriberUpdate.java

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ public AbstractSubscriberUpdate addAdditionalAllowedPaymentMethodConfigurationsI
9191
}
9292

9393
/**
94-
* Those payment methods which are allowed additionally will be available even when the product does not allow those methods.
94+
* Allow the subscriber to use these payment methods even if subscription products do not accept them.
9595
* @return additionalAllowedPaymentMethodConfigurations
9696
**/
97-
@ApiModelProperty(value = "Those payment methods which are allowed additionally will be available even when the product does not allow those methods.")
97+
@ApiModelProperty(value = "Allow the subscriber to use these payment methods even if subscription products do not accept them.")
9898
public List<Long> getAdditionalAllowedPaymentMethodConfigurations() {
9999
return additionalAllowedPaymentMethodConfigurations;
100100
}
@@ -110,10 +110,10 @@ public AbstractSubscriberUpdate billingAddress(AddressCreate billingAddress) {
110110
}
111111

112112
/**
113-
*
113+
* The address associated with the subscriber for invoicing and transaction processing purposes.
114114
* @return billingAddress
115115
**/
116-
@ApiModelProperty(value = "")
116+
@ApiModelProperty(value = "The address associated with the subscriber for invoicing and transaction processing purposes.")
117117
public AddressCreate getBillingAddress() {
118118
return billingAddress;
119119
}
@@ -129,10 +129,10 @@ public AbstractSubscriberUpdate description(String description) {
129129
}
130130

131131
/**
132-
* The subscriber description can be used to add a description to the subscriber. This is used in the back office to identify the subscriber.
132+
* The description used to identify the subscriber.
133133
* @return description
134134
**/
135-
@ApiModelProperty(value = "The subscriber description can be used to add a description to the subscriber. This is used in the back office to identify the subscriber.")
135+
@ApiModelProperty(value = "The description used to identify the subscriber.")
136136
public String getDescription() {
137137
return description;
138138
}
@@ -156,10 +156,10 @@ public AbstractSubscriberUpdate addDisallowedPaymentMethodConfigurationsItem(Lon
156156
}
157157

158158
/**
159-
* Those payment methods which are disallowed will not be available to the subscriber even if the product allows those methods.
159+
* Prevent the subscriber from using these payment methods even if subscription products do accept them.
160160
* @return disallowedPaymentMethodConfigurations
161161
**/
162-
@ApiModelProperty(value = "Those payment methods which are disallowed will not be available to the subscriber even if the product allows those methods.")
162+
@ApiModelProperty(value = "Prevent the subscriber from using these payment methods even if subscription products do accept them.")
163163
public List<Long> getDisallowedPaymentMethodConfigurations() {
164164
return disallowedPaymentMethodConfigurations;
165165
}
@@ -175,10 +175,10 @@ public AbstractSubscriberUpdate emailAddress(String emailAddress) {
175175
}
176176

177177
/**
178-
* The email address is used to communicate with the subscriber. There can be only one subscriber per space with the same email address.
178+
* The email address that is used to communicate with the subscriber. There can be only one subscriber per space with the same email address.
179179
* @return emailAddress
180180
**/
181-
@ApiModelProperty(value = "The email address is used to communicate with the subscriber. There can be only one subscriber per space with the same email address.")
181+
@ApiModelProperty(value = "The email address that is used to communicate with the subscriber. There can be only one subscriber per space with the same email address.")
182182
public String getEmailAddress() {
183183
return emailAddress;
184184
}
@@ -194,10 +194,10 @@ public AbstractSubscriberUpdate language(String language) {
194194
}
195195

196196
/**
197-
* The subscriber language determines the language which is used to communicate with the subscriber in emails and documents (e.g. invoices).
197+
* The language that is used when communicating with the subscriber via emails and documents.
198198
* @return language
199199
**/
200-
@ApiModelProperty(value = "The subscriber language determines the language which is used to communicate with the subscriber in emails and documents (e.g. invoices).")
200+
@ApiModelProperty(value = "The language that is used when communicating with the subscriber via emails and documents.")
201201
public String getLanguage() {
202202
return language;
203203
}
@@ -240,10 +240,10 @@ public AbstractSubscriberUpdate reference(String reference) {
240240
}
241241

242242
/**
243-
* The subscriber reference identifies the subscriber in administrative interfaces (e.g. customer id).
243+
* The merchant&#39;s reference used to identify the subscriber.
244244
* @return reference
245245
**/
246-
@ApiModelProperty(value = "The subscriber reference identifies the subscriber in administrative interfaces (e.g. customer id).")
246+
@ApiModelProperty(value = "The merchant's reference used to identify the subscriber.")
247247
public String getReference() {
248248
return reference;
249249
}
@@ -259,10 +259,10 @@ public AbstractSubscriberUpdate shippingAddress(AddressCreate shippingAddress) {
259259
}
260260

261261
/**
262-
*
262+
* The address to where orders will be shipped.
263263
* @return shippingAddress
264264
**/
265-
@ApiModelProperty(value = "")
265+
@ApiModelProperty(value = "The address to where orders will be shipped.")
266266
public AddressCreate getShippingAddress() {
267267
return shippingAddress;
268268
}

src/main/java/com/wallee/sdk/model/AbstractSubscriptionAffiliateUpdate.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ public AbstractSubscriptionAffiliateUpdate name(String name) {
108108
}
109109

110110
/**
111-
*
111+
* The name used to identify the affiliate.
112112
* @return name
113113
**/
114-
@ApiModelProperty(value = "")
114+
@ApiModelProperty(value = "The name used to identify the affiliate.")
115115
public String getName() {
116116
return name;
117117
}

src/main/java/com/wallee/sdk/model/AbstractSubscriptionMetricUpdate.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ public AbstractSubscriptionMetricUpdate putDescriptionItem(String key, String de
6161
}
6262

6363
/**
64-
*
64+
* The localized description of the metric that is displayed to the customer.
6565
* @return description
6666
**/
67-
@ApiModelProperty(value = "")
67+
@ApiModelProperty(value = "The localized description of the metric that is displayed to the customer.")
6868
public Map<String, String> getDescription() {
6969
return description;
7070
}
@@ -88,10 +88,10 @@ public AbstractSubscriptionMetricUpdate putNameItem(String key, String nameItem)
8888
}
8989

9090
/**
91-
*
91+
* The localized name of the metric that is displayed to the customer.
9292
* @return name
9393
**/
94-
@ApiModelProperty(value = "")
94+
@ApiModelProperty(value = "The localized name of the metric that is displayed to the customer.")
9595
public Map<String, String> getName() {
9696
return name;
9797
}

src/main/java/com/wallee/sdk/model/AbstractSubscriptionProductActive.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ public AbstractSubscriptionProductActive addAllowedPaymentMethodConfigurationsIt
7777
}
7878

7979
/**
80-
* The allowed payment method configurations control which payment methods can be used with this product. When none is selected all methods will be allowed.
80+
* The payment methods that can be used to subscribe to this product. If none are selected, no restriction is applied.
8181
* @return allowedPaymentMethodConfigurations
8282
**/
83-
@ApiModelProperty(value = "The allowed payment method configurations control which payment methods can be used with this product. When none is selected all methods will be allowed.")
83+
@ApiModelProperty(value = "The payment methods that can be used to subscribe to this product. If none are selected, no restriction is applied.")
8484
public List<Long> getAllowedPaymentMethodConfigurations() {
8585
return allowedPaymentMethodConfigurations;
8686
}
@@ -96,10 +96,10 @@ public AbstractSubscriptionProductActive failedPaymentSuspensionPeriod(String fa
9696
}
9797

9898
/**
99-
* When a payment fails, the subscription to which the payment belongs to will be suspended. When the suspension is not removed within the specified period the subscription will be terminated. A payment is considered as failed when the subscriber issues a refund or when a subscription charge fails.
99+
* The period after which a subscription that has been suspended due to a failed payment is terminated.
100100
* @return failedPaymentSuspensionPeriod
101101
**/
102-
@ApiModelProperty(value = "When a payment fails, the subscription to which the payment belongs to will be suspended. When the suspension is not removed within the specified period the subscription will be terminated. A payment is considered as failed when the subscriber issues a refund or when a subscription charge fails.")
102+
@ApiModelProperty(value = "The period after which a subscription that has been suspended due to a failed payment is terminated.")
103103
public String getFailedPaymentSuspensionPeriod() {
104104
return failedPaymentSuspensionPeriod;
105105
}
@@ -115,10 +115,10 @@ public AbstractSubscriptionProductActive name(String name) {
115115
}
116116

117117
/**
118-
* The product name is used internally to identify the configuration in administrative interfaces. For example it is used within search fields and hence it should be distinct and descriptive.
118+
* The name used to identify the product.
119119
* @return name
120120
**/
121-
@ApiModelProperty(value = "The product name is used internally to identify the configuration in administrative interfaces. For example it is used within search fields and hence it should be distinct and descriptive.")
121+
@ApiModelProperty(value = "The name used to identify the product.")
122122
public String getName() {
123123
return name;
124124
}
@@ -134,10 +134,10 @@ public AbstractSubscriptionProductActive productLocked(Boolean productLocked) {
134134
}
135135

136136
/**
137-
* Marks the product as locked. Meaning that customer can not change away from this product or change to this product later on.
137+
* Whether subscriptions can be switched to or from this product, or whether they are locked in.
138138
* @return productLocked
139139
**/
140-
@ApiModelProperty(value = "Marks the product as locked. Meaning that customer can not change away from this product or change to this product later on.")
140+
@ApiModelProperty(value = "Whether subscriptions can be switched to or from this product, or whether they are locked in.")
141141
public Boolean isProductLocked() {
142142
return productLocked;
143143
}
@@ -153,10 +153,10 @@ public AbstractSubscriptionProductActive sortOrder(Integer sortOrder) {
153153
}
154154

155155
/**
156-
* The sort order controls in which order the product is listed. The sort order is used to order the products in ascending order.
156+
* When listing products, they can be sorted by this number.
157157
* @return sortOrder
158158
**/
159-
@ApiModelProperty(value = "The sort order controls in which order the product is listed. The sort order is used to order the products in ascending order.")
159+
@ApiModelProperty(value = "When listing products, they can be sorted by this number.")
160160
public Integer getSortOrder() {
161161
return sortOrder;
162162
}

0 commit comments

Comments
 (0)