@@ -33,25 +33,25 @@ Install the SDK by adding the following dependency in your project's pom.xml fil
3333<dependency >
3434 <groupId >com.maxio</groupId >
3535 <artifactId >advanced-billing-sdk</artifactId >
36- <version >6.0 .0</version >
36+ <version >6.1 .0</version >
3737</dependency >
3838```
3939
4040You can also view the package at:
41- https://central.sonatype.com/artifact/com.maxio/advanced-billing-sdk/6.0 .0
41+ https://central.sonatype.com/artifact/com.maxio/advanced-billing-sdk/6.1 .0
4242
4343## Initialize the API Client
4444
45- ** _ Note:_ ** Documentation for the client can be found [ here.] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/client.md )
45+ ** _ Note:_ ** Documentation for the client can be found [ here.] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/client.md )
4646
4747The following parameters are configurable for the API Client:
4848
4949| Parameter | Type | Description |
5050| --- | --- | --- |
5151| ` site ` | ` String ` | The subdomain for your Advanced Billing site.<br >* Default* : ` "subdomain" ` |
5252| ` environment ` | ` Environment ` | The API environment. <br > ** Default: ` Environment.US ` ** |
53- | ` httpClientConfig ` | [ ` Consumer<HttpClientConfiguration.Builder> ` ] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/http-client-configuration-builder.md ) | Set up Http Client Configuration instance. |
54- | ` basicAuthCredentials ` | [ ` BasicAuthCredentials ` ] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/auth/basic-authentication.md ) | The Credentials Setter for Basic Authentication |
53+ | ` httpClientConfig ` | [ ` Consumer<HttpClientConfiguration.Builder> ` ] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/http-client-configuration-builder.md ) | Set up Http Client Configuration instance. |
54+ | ` basicAuthCredentials ` | [ ` BasicAuthCredentials ` ] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/auth/basic-authentication.md ) | The Credentials Setter for Basic Authentication |
5555
5656The API client can be initialized as follows:
5757
@@ -84,55 +84,55 @@ The SDK can be configured to use a different environment for making API calls. A
8484
8585This API uses the following authentication schemes.
8686
87- * [ ` BasicAuth (Basic Authentication) ` ] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/auth/basic-authentication.md )
87+ * [ ` BasicAuth (Basic Authentication) ` ] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/auth/basic-authentication.md )
8888
8989## List of APIs
9090
91- * [ API Exports] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/api-exports.md )
92- * [ Advance Invoice] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/advance-invoice.md )
93- * [ Billing Portal] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/billing-portal.md )
94- * [ Component Price Points] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/component-price-points.md )
95- * [ Custom Fields] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/custom-fields.md )
96- * [ Events-Based Billing Segments] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/events-based-billing-segments.md )
97- * [ Payment Profiles] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/payment-profiles.md )
98- * [ Product Families] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/product-families.md )
99- * [ Product Price Points] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/product-price-points.md )
100- * [ Proforma Invoices] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/proforma-invoices.md )
101- * [ Reason Codes] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/reason-codes.md )
102- * [ Referral Codes] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/referral-codes.md )
103- * [ Sales Commissions] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/sales-commissions.md )
104- * [ Subscription Components] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/subscription-components.md )
105- * [ Subscription Groups] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/subscription-groups.md )
106- * [ Subscription Group Invoice Account] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/subscription-group-invoice-account.md )
107- * [ Subscription Group Status] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/subscription-group-status.md )
108- * [ Subscription Invoice Account] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/subscription-invoice-account.md )
109- * [ Subscription Notes] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/subscription-notes.md )
110- * [ Subscription Products] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/subscription-products.md )
111- * [ Subscription Status] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/subscription-status.md )
112- * [ Coupons] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/coupons.md )
113- * [ Components] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/components.md )
114- * [ Customers] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/customers.md )
115- * [ Events] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/events.md )
116- * [ Insights] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/insights.md )
117- * [ Invoices] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/invoices.md )
118- * [ Offers] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/offers.md )
119- * [ Products] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/products.md )
120- * [ Sites] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/sites.md )
121- * [ Subscriptions] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/subscriptions.md )
122- * [ Webhooks] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/controllers/webhooks.md )
91+ * [ API Exports] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/api-exports.md )
92+ * [ Advance Invoice] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/advance-invoice.md )
93+ * [ Billing Portal] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/billing-portal.md )
94+ * [ Component Price Points] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/component-price-points.md )
95+ * [ Custom Fields] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/custom-fields.md )
96+ * [ Events-Based Billing Segments] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/events-based-billing-segments.md )
97+ * [ Payment Profiles] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/payment-profiles.md )
98+ * [ Product Families] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/product-families.md )
99+ * [ Product Price Points] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/product-price-points.md )
100+ * [ Proforma Invoices] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/proforma-invoices.md )
101+ * [ Reason Codes] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/reason-codes.md )
102+ * [ Referral Codes] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/referral-codes.md )
103+ * [ Sales Commissions] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/sales-commissions.md )
104+ * [ Subscription Components] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/subscription-components.md )
105+ * [ Subscription Groups] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/subscription-groups.md )
106+ * [ Subscription Group Invoice Account] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/subscription-group-invoice-account.md )
107+ * [ Subscription Group Status] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/subscription-group-status.md )
108+ * [ Subscription Invoice Account] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/subscription-invoice-account.md )
109+ * [ Subscription Notes] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/subscription-notes.md )
110+ * [ Subscription Products] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/subscription-products.md )
111+ * [ Subscription Status] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/subscription-status.md )
112+ * [ Coupons] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/coupons.md )
113+ * [ Components] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/components.md )
114+ * [ Customers] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/customers.md )
115+ * [ Events] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/events.md )
116+ * [ Insights] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/insights.md )
117+ * [ Invoices] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/invoices.md )
118+ * [ Offers] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/offers.md )
119+ * [ Products] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/products.md )
120+ * [ Sites] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/sites.md )
121+ * [ Subscriptions] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/subscriptions.md )
122+ * [ Webhooks] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/controllers/webhooks.md )
123123
124124## Classes Documentation
125125
126- * [ Utility Classes] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/utility-classes.md )
127- * [ HttpRequest] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/http-request.md )
128- * [ HttpResponse] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/http-response.md )
129- * [ HttpStringResponse] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/http-string-response.md )
130- * [ HttpContext] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/http-context.md )
131- * [ HttpBodyRequest] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/http-body-request.md )
132- * [ HttpCallback Interface] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/http-callback-interface.md )
133- * [ Headers] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/headers.md )
134- * [ ApiException] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/api-exception.md )
135- * [ Configuration Interface] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/configuration-interface.md )
136- * [ HttpClientConfiguration] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/http-client-configuration.md )
137- * [ HttpClientConfiguration.Builder] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.0 .0/doc/http-client-configuration-builder.md )
126+ * [ Utility Classes] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/utility-classes.md )
127+ * [ HttpRequest] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/http-request.md )
128+ * [ HttpResponse] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/http-response.md )
129+ * [ HttpStringResponse] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/http-string-response.md )
130+ * [ HttpContext] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/http-context.md )
131+ * [ HttpBodyRequest] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/http-body-request.md )
132+ * [ HttpCallback Interface] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/http-callback-interface.md )
133+ * [ Headers] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/headers.md )
134+ * [ ApiException] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/api-exception.md )
135+ * [ Configuration Interface] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/configuration-interface.md )
136+ * [ HttpClientConfiguration] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/http-client-configuration.md )
137+ * [ HttpClientConfiguration.Builder] ( https://www.github.com/maxio-com/ab-java-sdk/tree/6.1 .0/doc/http-client-configuration-builder.md )
138138
0 commit comments